About Windows Forms C# .net 2003
Windows Forms
4
Posts
4
Posters
4
Views
1
Watching
-
I want one datagrid with checkbox column. I use Windows Forms C# .net 2003. Then i want 3 columns from one data table and one checkbox column extra. Plz help me.
-
go to devexpress site and download the xtragrid component in this u can have a powerfull grid with checkbox and others
etretyertyery
Why not use the built-on DataGrid?
-
Why not use the built-on DataGrid?
Hi, You can add checkbox to a DataGrid. Please refer this article: http://www.codeproject.com/aspnet/datagridcheckbox.asp Blumen