Hello Team,
I am working on Grid View in winforms, I would like to show no of records count at the bottom of the Grid like in web grid (records/Total records, filtered recordsCount/Total records). This count should be vary while user filtered and grouped. How can I achieve that please help me on this.
Please let me know if I am not clear...
Thanks in advance.
I am working on Grid View in winforms, I would like to show no of records count at the bottom of the Grid like in web grid (records/Total records, filtered recordsCount/Total records). This count should be vary while user filtered and grouped. How can I achieve that please help me on this.
Please let me know if I am not clear...
Thanks in advance.
4 Answers, 1 is accepted
0
Hi Manjunath,
Thank you for writing.
Please refer to the following article which demonstrates how to work with summary rows in RadGridView: http://www.telerik.com/help/winforms/propertygrid-features-custom-grouping.html.
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
Thank you for writing.
Please refer to the following article which demonstrates how to work with summary rows in RadGridView: http://www.telerik.com/help/winforms/propertygrid-features-custom-grouping.html.
I hope that you find this information useful. Should you have any other questions, do not hesitate to contact us.
Regards,
Stefan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Manjunath
Top achievements
Rank 1
answered on 22 Aug 2014, 11:42 AM
Hello Stefan,
I just went through on suggested URL and did not understand. Do I need to work on property grid to show no.of records count in radGridview?? Can I have sample project on this??
I just went through on suggested URL and did not understand. Do I need to work on property grid to show no.of records count in radGridview?? Can I have sample project on this??
0
Hi,
Please excuse me for the wrong link. Here it is. Creating summary rows is quite simple: http://www.telerik.com/help/winforms/gridview-rows-summary-rows.html.
Let me know if you have any additional questions.
Regards,
Stefan
Telerik
Please excuse me for the wrong link. Here it is. Creating summary rows is quite simple: http://www.telerik.com/help/winforms/gridview-rows-summary-rows.html.
Let me know if you have any additional questions.
Regards,
Stefan
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Manjunath
Top achievements
Rank 1
answered on 22 Aug 2014, 02:34 PM
Hello Stefan,
Thanks for the article. It helped me to achieve my requirement.
Thanks for the article. It helped me to achieve my requirement.