Posted 22 August 2018, 6:01 am EST - Updated 4 October 2022, 2:16 am EST
Flex grid search (search i use class FilterRow.cs for search) it use key enter
Posted by: eploentham on 22 August 2018, 6:01 am EST
-
-
Posted 23 August 2018, 6:46 am EST
Hi,
I’m assuming you’re using FilterRow.cs from ControlExplorer sample project. I’ve modified this file to apply filter after input of each character using ChangeEdit event.
After applying filter, the complete text of the active cell in FilterRow was selected. I’ve saved the Editor’s selection state and restored it after applying filter to have the caret where it was before applying filter.
You can find this sample in the attachments.
Regards.
FilterBar.zip -
Posted 28 August 2018, 3:17 am EST
thank you
-
Posted 28 August 2018, 3:42 am EST - Updated 4 October 2022, 2:17 am EST
-
Posted 29 August 2018, 3:06 am EST
Hi,
I’ve modified my previous sample so that it will work for both bound and unbound FlexGrid. I’ve used ConditionFilter to apply filters when the grid is in Unbound mode.
Please find the sample in the attachments.
Regards.
FilterBar_BoundUnboundMode.zip -
Posted 29 August 2018, 5:00 am EST
thank you