hello,
I have a splitter with: left pane, splitbar and a right pane.
In the left pane i have a radio button list(which causes a postback)
In the right pane i have a radgrid(using NeedDataSource) and this should be updated depending on the radio button clicked.
And in the SelectedIndexChanged of radio button i have
All the sequence of steps are perfect, but the Radgrid is not getting updated. Is it because AJAX only updates the left pane ? Please help. Thanks
PS:When i click on the Page 2 of the old grid, then i can see the new updated grid.
I have a splitter with: left pane, splitbar and a right pane.
In the left pane i have a radio button list(which causes a postback)
In the right pane i have a radgrid(using NeedDataSource) and this should be updated depending on the radio button clicked.
And in the SelectedIndexChanged of radio button i have
RadGrid1.DataSource =
Nothing
RadGrid1.Rebind()
All the sequence of steps are perfect, but the Radgrid is not getting updated. Is it because AJAX only updates the left pane ? Please help. Thanks
PS:When i click on the Page 2 of the old grid, then i can see the new updated grid.