ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Display total record count top or bottom of awesome grid.
Title:
B
I
{code}
?
I want to display total record count on top or bottom of the awesome grid I have view grouping demo where solution is display count of group column but I want to show total record count and also not in row. reference URL: http://demo.aspnetawesome.com/GridDemo/Grouping I have read following URL of forum which show total count in alert using tag. reference URL: http://aspnetawesome.com/forum/question/507/add-total-count-to-the-grid Please help me and provide me solution so I can show total record count on top or bottom of awesome grid.
Save Changes
Cancel
Exatech
asked at 15 Oct 2014
well, instead of alert(res.Tag.ItemCount); you could do $('#mydiv').html('Items Count = ' + res.Tag.ItemCount);
at 15 Oct 2014
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK