DataGrid Row Number Column???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to display a serial number before every row in the datagrid. How can
I do that?

Thanx for your help.
 
You can either add the number to the row prior to binding, or you can use
the DataBinding() event to add the info on the fly.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
 
Back
Top