Hi,
In my application I am using $("#grid").igGridFiltering("toggleFilterRowByFeatureChooser", null); to hide the filter row at the time grid load. The igGrid previous version didn't show text like show filter/hide filter it only show "filter" when user want to hide show the filter row. The new igGrid version (2012.1) start showing this message.
Now when My grid load I call $("#grid").igGridFiltering("toggleFilterRowByFeatureChooser", null) to hide the filter row but the menu to show hide filter row start displaying wrong values. Please see attached picture.
Let me know how I can hide filter row when grid is loaded.
Thank
Anilesh Lakhtakia
Thanks,
Hi Anilesh Lakhtakia,
It sounds like a bug (I have to investigate it further).
In order to workaround it you can use featureChooserTextHide and featureChooserText and set them to "Filter".
Here is the example code:
{ name: "Filtering", featureChooserTextHide: "Filter", featureChooserText: "Filter" }
Hope this helps,Martin PavlovInfragistics, Inc.