Hello,
I have a ListGrid with a field that contains a ComboBoxItem as the filter properties.
When I make some changes in the grid, I need the filter item to refetch to pull the new data. The criteria stays the same, but due to the changes in the grid, new options become available.
Is there a way to accomplish this without using a click handler?
Thanks
I have a ListGrid with a field that contains a ComboBoxItem as the filter properties.
When I make some changes in the grid, I need the filter item to refetch to pull the new data. The criteria stays the same, but due to the changes in the grid, new options become available.
Is there a way to accomplish this without using a click handler?
Thanks
Comment