C# – Display total number of rows in footer of devexpress grid

cdevexpressgrid

I need to display total number of rows in a grid, in footer.

I have made the footer enable by setting : "this.gridViewTradePoster.OptionsView.ShowFooter = true;", but don't know how to set the text on the footer so that it displays total number of records/row displayed.

i am using Devexpress grid. And it is using C# (.net).

If anyone can help.

Thank you

Best Answer

Please take a look at this page on the DevExpress Support Center for information on how to do this.

Related Topic