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

[Solved] Unable to update another updatepanel vaue on Grid's Paging

1 Answer 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 2
Avinash asked on 01 Jun 2009, 10:13 AM
Hi,

I am having a scenario as on grid paging need to display some custom values in a lable i.e. when I change grid page the value of a lable should get changed. But as Ajax asynchronous post back is used for paging even if I write lable value change code inside page index changed event it will not get reflected. To work that I used updatepanel. I kept that lable inside updatepanel and called Update() method of panel inside page index chagned method of grid. But still the lable value is not getting changed.

Can you please provide me a link where I can see an example in which on page index changed of a grid some other panel control values getting changed?

Thanks,
Avi

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 03 Jun 2009, 03:53 PM
Hello Avinash,

You can find attached a small project created to demonstrate how a RadGrid updates a Label on after paging, when both the grid and the label are inside a RadUpdatePanel. Please see if you are following the approach.

All the best,
Veli
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Avinash
Top achievements
Rank 2
Answers by
Veli
Telerik team
Share this question
or