Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
295
Row filter performace
posted

When trying to filter the UltraGrid with over 200,000 our user's are experiencing issues with the performace of the UltraGrid, it becomes very sluggish when trying to enter filter parameters in the row filter cell in a column.

Is it possible to not allow the UltraGrid to continually update when the AfterRowFilterChange event occurs until the user has finished typing the filter parameters. Currently the UltraGrid is bound to a Datatable, but I am changing it to use a UltraDataSource to be able to load the UltraGrid on demand. 

Do you have any suggestions on how to handle this issue?

Parents
No Data
Reply
  • 6120
    Offline posted

    Hi Jason,

    There is a possibility of controlling when to apply the filter condition by setting the FilterEvaluationTrigger property on the Grid layout override.

    Please let me know if I may be of further assistance.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer

Children
No Data