hi
im creating i webdatagrid and fill with some data but for some reason when i filter columns or group columns the grid does a postback and everything is loaded again, so i put a postback validation on my page load event to avoid reseting the form but now when i filter or group by my data disapear from the grid.
can you help me?
Thanks.
Hi Pavcbc,
It sounds like you are using the WebHierarchicalDataGrid and Column Grouping? Whenever a column is grouped, the entire grid posts back. It ends up collapsing back to just the root. With filtering, it should just refresh the grid being filtered and its children.
regards,David Young
on english please? sorry didnt understand
my question is to handle the postback to avoid refreshing my filters and controls when trying to group by or use grid filters since now im loosing the data whenever one of those two action are made.