This question is locked. New answers and comments are not allowed.
Hi All,
I need to get the number of records in the Telerik Grid (Razor engine) from the java script, so that I could enable or disable a button in the View page.
Something like this,
<script type="text/javascript">
function Grid_onDataBound(e){
var noOfRecords = e.data.count;
}
</script>
Is it possible? Please provide me the correct properties if any.
Thanks in Advance,
Karthik R
I need to get the number of records in the Telerik Grid (Razor engine) from the java script, so that I could enable or disable a button in the View page.
Something like this,
<script type="text/javascript">
function Grid_onDataBound(e){
var noOfRecords = e.data.count;
}
</script>
Is it possible? Please provide me the correct properties if any.
Thanks in Advance,
Karthik R