This is a migrated thread and some comments may be shown as answers.

RIght Pane not updating

1 Answer 46 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Sagar
Top achievements
Rank 1
Sagar asked on 10 Jan 2012, 04:33 PM
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 

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.

1 Answer, 1 is accepted

Sort by
0
Sagar
Top achievements
Rank 1
answered on 10 Jan 2012, 08:55 PM
The problem is fixed. I have two differnt ajax panels ( one for the left and one for the right). removed both and kept all of them in a single ajaxpanel and it works. Thanks
Tags
Splitter
Asked by
Sagar
Top achievements
Rank 1
Answers by
Sagar
Top achievements
Rank 1
Share this question
or