Hi,
I have 2 grids, and i can drag and drop beyween the 2 grids, i’ve 2 filter in each grid, for each drag and drop the filters refresh, the problem is refreshFilters worked only for the first time when i open the filter.
Regards
Ke
Hi,
I have 2 grids, and i can drag and drop beyween the 2 grids, i’ve 2 filter in each grid, for each drag and drop the filters refresh, the problem is refreshFilters worked only for the first time when i open the filter.
Regards
Ke
Can you please provide code example when do you call refreshFilters(). What kind of filters is attached to the grid’s header?
Grid doesn’t support adding in filtered state. Same is actual for d-n-d.
You need to have custom code in onDrag handler which will unfilter grid before adding new row ( and optionally filter it back after that )