Hello,
I am trying to do paging with client side data binding.
masterTbView.set_dataSource(result);
I am trying to do paging with client side data binding.
masterTbView.set_dataSource(result);
masterTbView.dataBind();
masterTbView.set_virtualItemCount(1000);
....
but the set_virtualItemCount() doesn't have any effect at all. On the footer it always give me Page 1 at all.
I tried the example on your site it works fine.
Just wonder if you can give us some hints on this issue, like what attribute we should turn on, or what event handler we should implement?
Thank you very much,
Elton