Categories | Question details Back To List | ||
total_count I need to read total_count attribute in <rows> tag at the end of grid loading. How can i access to the data ? Answer posted by dhxSupport on Mar 30, 2009 05:36 total_count - use with smart rendering to tell grid total quantity of rows. So to get total quantity of rows you can use method mygrid.getRowsNum() |