My application using .net framework 2.0 (visual studio 2005) and
Infragistics.WebUI.UltraWebGrid.v5.1
Issue - How to add a checkbox in the grid header. Please assist me.
Hello Punnamattom, Please see the code snippet below to add checkbox contol in the UltraWebGrid header.
<Columns> <igtbl:TemplatedColumn DataType="System.Boolean" Type="CheckBox"> <Header Caption="<input type='CheckBox' AutoPostBack='false' />" ClickAction="Select" Fixed="True" TitleMode="Always"> </Header> </igtbl:TemplatedColumn> </Columns>
Thank you,
Swetha