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
15
XamDataGrid Filter Builder
posted

Hi

   We are using xamdataGrid which has around 40 columns and we display around 40K rows. The way we designed it users don't have to refresh the Grid. the values will be updated real time. 

Basically user opens the screen only once in the morning and keep looking at the data. since we have 40k rows on the screen they need to apply filters to look at the data.  We have enabled the filter editors but it is not practical for them to keep changing the filters considering so many columns. they usually filter on some selected columns for there daily needs. 

For example, col1 > 0 and col10 < 0 ,  col 6 > 1M and Name="ABC". 

Is there any control where they can build the Filters (similar to your xamFormulaEditor) so that we can save those and provide them a combo where they can select those filters and apply to Grid

Pls advise

Thanks