This question is locked. New answers and comments are not allowed.
Hello
We use custom filtering control in gridview in column with datatype boolean due to localization. Its ok when FilteringMode on the grid is set to FilteringMode.Popup. When it is set to FilteringMode.FilterRow then the grid is not using our filtering control. Why? How can I localize the boolean values in this type of column when FilteringMode is set to FilterRow.
The same behavior is for the event DistinctValuesLoading. It is not fired when FiterMode is set to FilterRow.
We use custom filtering control in gridview in column with datatype boolean due to localization. Its ok when FilteringMode on the grid is set to FilteringMode.Popup. When it is set to FilteringMode.FilterRow then the grid is not using our filtering control. Why? How can I localize the boolean values in this type of column when FilteringMode is set to FilterRow.
The same behavior is for the event DistinctValuesLoading. It is not fired when FiterMode is set to FilterRow.