Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit DataGrid: How Display Row Head by RowIndex
4 replies. Latest Post by hushaoming on January 12, 2009.
(0)
hushaoming
Member
4 points
9 Posts
01-12-2009 3:15 AM |
Thanks
Bitnbytes
51 points
23 Posts
01-12-2009 6:29 AM |
I am not sure what you mean by display of Row Head. See if the following article gives you any ideas. This shows how to customize each row at run time.
Customize DataGrid Rows
01-12-2009 8:41 AM |
Row head mean the first cell of a row. Normally, if I let row head show, it will be a arrow when mouse is in that row.
I want to show the row number in that place, like 1, 2, 3...
this is what i mean.
thanks
01-12-2009 10:29 AM |
See if the following post helps.
01-12-2009 10:42 AM |
Very helpful!, Thanks Bitnbytes!