I've got this structure
MasterPage -With a "Search button"
Normal page with a Grid and some combos to filter.
When I change the combos and press the "Search button" fires an event that goes to a Grid.rebind(), that event goes through NeedDataSource and changes the dataset and rebind the datasource, as far as I checked the dataset is OK with the correct values filtered by the combos, but the grid is not redrawn, then it isn't showing the correct data.
I've got in the managerproxy grid is refreshing grid.
How can I adress this issue?
Thanks in advance
MasterPage -With a "Search button"
Normal page with a Grid and some combos to filter.
When I change the combos and press the "Search button" fires an event that goes to a Grid.rebind(), that event goes through NeedDataSource and changes the dataset and rebind the datasource, as far as I checked the dataset is OK with the correct values filtered by the combos, but the grid is not redrawn, then it isn't showing the correct data.
I've got in the managerproxy grid is refreshing grid.
How can I adress this issue?
Thanks in advance