Hello!
I have grid with allowed filtering. I dynamically change data, but filter row doesn't change. I try to be more specific:
- in the beginning is grid with three columns (date, string, number). The filtering row appears fine
- on the user's action (click in panel bar) I change data. The grid now contains another three columns (for example number, string, string), but filter row is still offering filter for date, string, number and doesn't properly work
So, I am looking for mechanism to ,,refresh,, filter in order to suit to new columns.
Thanks for any input or correction of my way of thinking
Tom
I have grid with allowed filtering. I dynamically change data, but filter row doesn't change. I try to be more specific:
- in the beginning is grid with three columns (date, string, number). The filtering row appears fine
- on the user's action (click in panel bar) I change data. The grid now contains another three columns (for example number, string, string), but filter row is still offering filter for date, string, number and doesn't properly work
So, I am looking for mechanism to ,,refresh,, filter in order to suit to new columns.
Thanks for any input or correction of my way of thinking
Tom