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

Client-side databind only on demand

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SISAT
Top achievements
Rank 1
SISAT asked on 26 Nov 2010, 09:24 PM
I'm implementing client-side databinding on a grid.
On the page's initial load the grid is automatically binded on client-side although the user should specify some data first.
So, with javascript, is there a way to rebind the grid only when rebind() is manually called? For example rebind is automatically triggered when filter() is called. 

Thanks

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 29 Nov 2010, 08:48 AM
Hello Vincent,

You can handle client OnCommand event, inspect the event arguments, cancel default behavior and perform your scenario specific tasks.


Best wishes,
Nikolay
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
Grid
Asked by
SISAT
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or