I am trying to alert a user in a specific way when no records are returned. I am trying to access the count of records retruned in
|
1 2 |
loadComplete: function() {<br /> alert(jQuery('#resultList').records);<br /> <br />}<br /><br /> |
is undefined. How exactly do I get the count of records returned to the grid in v3.1 of the grid? (Pointing me to the wiki won't help as I have been staring i at it for a while now.
)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top