Hi,
I am binding RADGRID in client side with paging on search button click. it is working fine with paging. but when i bind grid again on search button click, the page index not reset..
So, i tried to reset the current page index using set_currentPageIndex(0) property.. But it recalls the bind function again and all the data does wrong.
Even i tried to rebind function but that too not worked.
I am binding RADGRID in client side with paging on search button click. it is working fine with paging. but when i bind grid again on search button click, the page index not reset..
So, i tried to reset the current page index using set_currentPageIndex(0) property.. But it recalls the bind function again and all the data does wrong.
masterGrd.set_currentPageIndex(0);
Even i tried to rebind function but that too not worked.
masterGrd.set_currentPageIndex(0);<
br
><
span
style
=
"font-size: 13.63636302947998px;"
>masterGrd</
span
>.rebind();