A place where Web Developer can get awesome articles in asp.net, windows phone 7 / 8 application codes. We aimed at providing the maximum help in the Software Development and Design :)
Thursday, November 21, 2013
Get the records Count of RADGRID using Jquery
<script type="text/javascript"> function RowCount() { var grid = $find("<%=RadGrid1.ClientID %>"); var MasterTable = grid.get_masterTableView(); var Rows = MasterTable.get_dataItems(); alert(Rows.length); } </script>
No comments:
Post a Comment