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

RadTreevView Client Side Binding On RadGrid "on row selected event"

3 Answers 44 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
neelesh
Top achievements
Rank 1
neelesh asked on 02 Dec 2010, 12:04 PM
Hi,

on my data records pages i'm doing all functionality from client side, i want to dynamically rebind my radtreeview on radgrid client side row selected event.how can i implement this functionality client side?

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Dec 2010, 01:28 PM
Hello Neelesh,


One suggestion is invoking an ajaxRequest from client side event - OnRowSelected of grid by passing the key value to AjaxManager_AjaxRequest server event. And you can execute the codes for populating the treeview in the server event. Thus you can avoid a page refresh and populate the treeview according to row selected.

More information about ajaxRequest will be available here:
Client-Side API



-Shinu.
0
neelesh
Top achievements
Rank 1
answered on 04 Dec 2010, 11:28 AM
Hi Shinu,

Thanks for your reply,
actually my a RadTreeView and RadGrid both are in popup window and if i tried to add ajaxRequest,  my pop-up window does not opened.
do you have any other client side data binding solution?


Thanks
Neelesh
0
Nikolay Tsenkov
Telerik team
answered on 07 Dec 2010, 01:14 PM
Hi neelesh,

Could you, please, try to explain the problem you are currently having, because I was not able to fully understand what exactly you try to achieve.


Regards,
Nikolay Tsenkov
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
TreeView
Asked by
neelesh
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
neelesh
Top achievements
Rank 1
Nikolay Tsenkov
Telerik team
Share this question
or