I'm using Client Side templates in my JavaScript.
$create(Sys.UI.DataView, { data: data }, null, null, $get("id"));
Where i have JSON result in "data", which has 100 record. So ths template binding all the 100 record.
How can i efficiently pass required amount of data. ex: 10 record.