A DataGrid invisible column.
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi everybody, How can I make a column invisble in a DataGrid or how can I give a value to each row besides what is written in it. Thanks, Oren
You need to assign zero width value for that column. Here is the reference: http://msdn2.microsoft.com/en-us/library/79zaexf1(d=ide).aspx[^] Ankita
-
You need to assign zero width value for that column. Here is the reference: http://msdn2.microsoft.com/en-us/library/79zaexf1(d=ide).aspx[^] Ankita