I assign my single level Grid with an objectdatasource in code behind, in the same event I save the datasource in session, and have a needdatasource event to make sure the binding doesn't get lost by calling "Grid1.datasource =
any idea what's happening there?
(
ObjectDataSource)Session["objectdatasource1"]"
. At runtime the grouping works fine, when I tried to sort any column, it looks like it does sort (the column header is highlighted and the sort arrorw appears), but the actual records are not sorted.
any idea what's happening there?