Hi,
I want to ask what is the simplest way to hide icons for all columns?
Can I set it up initially?
In the process of filtering for a specific column I only use the following code:
datagrid.allowfilter = true
datagrid.columns (). FilterPredicates ...
datagrid.allowfilter = false
Thanks you!