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
1285
UltraWinGrid 14.1 Filtering Great Than 0 Not Working on Reload
posted

hello,

I allow my customers to save layouts on every grid and it loads the layout when they go to the specific grid.

My problem is that when I use a custom filter on a money column and use "Greater Than" and "0", it works fine right then, but when the grid loads the layout on the next opening of the grid, the filter is not properly applied. There are no rows in the grid even though I have hundreds of records that are greater than Zero. If I clear the filter, all the rows show up.

Thanks in advance.

Philip Carter

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Philip,

    There's not really enough information here for me to guess what's happening.

    What exactly is happening when you reload the grid? Are you setting a new data source? Loading the layout?

    Also, what version of the controls are you using?

    Can you reproduce the problem in a small sample project?

    My best guess is that the filter being loaded is somehow corrupted. Like maybe you are setting some filtering in the InitializeLayout event after the load occurs and this is causing the same filter to be done twice or something like that. You could examine the ColumnFilters for each column in the grid after you load the layout and see what's in there that is resulting in all of the rows being filter out.

Children