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

RadGrid with Client-Side binding and virtual scroll

1 Answer 149 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 27 Jun 2011, 10:28 PM
I have looked at every example I could find on client-side binding the RadGrid with virtual scrolling and I cannot make it work.
I am using the following Javascript code for binding.
var grid = $find("radgrid1");
                    var mtv = grid.get_masterTableView();
                    mtv.set_dataSource(DATA); //data is coming from a JSON object
                    mtv.dataBind();

What usually happens, is that all of the data in my dataObject is loading and since there are a large number of records the browser freezes. I've tried to use the DataBinding events for the client-side and server side, but they never seem to fire.
I can't use a webservice for this issue.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Jun 2011, 07:16 AM
Hello Michael,

Check the following demo implements the same functionality. Make a double check with your code. Hope this helps.
Grid / Virtual scrolling with client binding.

Thanks,
Shinu.
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or