2

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

Manali
  • 295
  • 3
  • 5
  • 16

1 Answers1

3

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

Nathanial Woolls
  • 5,231
  • 24
  • 32