I would like to add column to UltraWebGrid (the first column) which displays a checkbox for multi-selection of rows purpose. The user can select many rows by checking on the checkboxes and then click on a button which applies an action to the selected rows.
Your help will be appriciated.
Thanks
These should put on the right path.
Help article about the ColumnType property of an UltraGridColumn: http://help.infragistics.com/NetAdvantage/ASPNET/2010.3/CLR4.0/?page=Infragistics4.WebUI.UltraWebGrid.v10.3~Infragistics.WebUI.UltraWebGrid.ColumnType.html
Help article about creating a TemplatedColumn where you can place any control you want in the Header, Footer, or Cell Template region of a Column: http://help.infragistics.com/NetAdvantage/ASPNET/2010.3/CLR4.0/?page=WebGrid_Using_Column_Templates.html