Posted 19 October 2023, 3:21 am EST
How to set a wait cursor during search?
I have a flexgrid with 10 000 records and it takes some time.
//Peter
Forums Home / ComponentOne / WinForms Edition
Posted by: peter.grefberg on 19 October 2023, 3:21 am EST
Posted 19 October 2023, 3:21 am EST
How to set a wait cursor during search?
I have a flexgrid with 10 000 records and it takes some time.
//Peter
Posted 19 October 2023, 11:21 pm EST
Hello Peter,
You can handle the SearchApplying event to show a WaitCursor when applying search in case it takes too much time at your end and switch it to Default cursor in the SearchApplied event.
Please find the attached sample implementing the same and let us know if you need any other help.
Regards,
Prabhat Sharma.
WaitCursorDemo.zip
Posted 20 October 2023, 1:50 am EST
Thanks for the answer, I was looking for an event in the search panel, not in the grid itself!
BTW, this is perfect information for your helpfiles!
//Peter