how to create header text for data grid

  • Thread starter Thread starter Suresh Kumar
  • Start date Start date
S

Suresh Kumar

Hai all,

I need to display some text for each row header in the data grid.

that is ., I need to display the text in the gray part for each row starting
in the data grid.

Can anyone help me to solve this problem?


Regards,
Suresh
 
Hello,

1. Add a column, which will represent the header text of each row.
2. Hide the selection row column >>.
3. Change the style of the clumn to be as the selection column of the row
(gray style ?).
4. Bind the column to the row text data.

Sincerely
Yaron Karni
http://dotnetbible.blogspot.com/
 
Back
Top