Hello,
We are working with 2019 Q2.
When the grid is refreshed (grid.MasterTemplate:Refresh() or bound to a new datasource), a new GridSearchCellElement is created (CreateCell event is fired) and the search text is cleared.
Is it possible to change this behaviour and don't touch the the GridSearchCellElement - object?
Currently I set the searchtext again, but this is not really an option for us.
We bypassed the default search and have implemented a new logic. After search is completed a refresh or rebind is done. This works fine, but problem starts when the user keeps typing while the search is executed. In this scenario some letters are lost (we are working with Progress - so it is a single threaded environment).
I hope you can help us with this.
Regards,
Martin