regd datagrid
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a datagrid . I filled the grid with values and now I want to keep check boxes beside every column header in the datagrid. I want check boxes only in each column header cell. How do I do this? Karteek.
You laready asked this about 24 hours ago. Be patient, or learn to research solutions yourself. It's very rude. In any case, like I said in my previous post[^], the
DataGrid
in the .NET 1.x FCL does not support this, nor does it make it easy to implement. Either use a third-party control (of which I listed a couple in my previous post) or wait till .NET 2.0 where theGridView
will be introduced with a lot more customization possible.Microsoft MVP, Visual C# My Articles