regd datagrid
-
Hi, I have a datagrid and I want checkboxes along with a text beside it on each column header. How do I do this?? KArteek
You can add regular checkboxes to the form containing datagrid, and then simulate, that they are part of datagrid: probably you'll need to serve scrolling and column resizing events, to position them properly. I can send something similar next week if you want. h.
-
You can add regular checkboxes to the form containing datagrid, and then simulate, that they are part of datagrid: probably you'll need to serve scrolling and column resizing events, to position them properly. I can send something similar next week if you want. h.
-
The
DataGrid
doesn't support it. Take a look at third-party controls, from Developer Express[^], Infragistics[^], or other third-party libraries.Microsoft MVP, Visual C# My Articles