Hello,
My requirement is to refresh ajaxified grid's data based on some conditions from client side using jquery.
As a temporary solution, I have written following jquery code:
$("a.rgCurrentPage").each(function () {
$(this).removeAttr("onclick");
$(this)[0].click();
});
Is telerik provided any client side function to trigger radgrid's pager number's click event using javascript ?
thank you in advance
Gafoor.
My requirement is to refresh ajaxified grid's data based on some conditions from client side using jquery.
As a temporary solution, I have written following jquery code:
$("a.rgCurrentPage").each(function () {
$(this).removeAttr("onclick");
$(this)[0].click();
});
Is telerik provided any client side function to trigger radgrid's pager number's click event using javascript ?
thank you in advance
Gafoor.