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

Best way to pass data to other telerik controls on the same page

1 Answer 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Viktor
Top achievements
Rank 1
Viktor asked on 14 Sep 2010, 06:29 AM
Hello, I have a scheduler and a 3 radgrids on my page, they are usually tucked away and scheduler is the only thing expanded. I want to be able to pass data to my radgrid or other telerik controls when a menu item "Select" is chosen from appointmentcontextmenu. I can hook into that event just fine, and take what I need from appointment and apply to the other controls, but they don't update... Since only the scheduler is getting refreshed.

Do i need to enable/disable something in this case where I want the entire page to be reloaded? I can pass arguments through the url, but that's messy and I don't like to refresh page just to pass an ID around.

Thanks,
Viktor.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 15 Sep 2010, 04:27 PM
Hi Viktor,

In the AppointmentContextMenuItemClicked handler you can call Rebind() for each RadGrid instance that you need to refresh.


Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Viktor
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or