Hi everyone,
I am new to a company using infragistics controls. I am using Ultrawebgrid v2. I have used .NET gridviews but there is almost no help online for Infragistics stuff. I want to add a checkbox column as the first column in the gridview. I have tried this in VB.NET
dgProducts.Columns.Add("op
tion", "Options")
dgProducts.Columns(0).Type
= ColumnType.CheckBox
but this does not do anything. How can I add a checkbox column and assign it the 0 index? Any help would be greatly appreciated.
Start Free Trial