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
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