Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
How to add checkbox column to ultrawebgrid like item template in gridview?
posted

Hi All,

How can we add a checkbox column to ultrawebgrid. i want to add it like item template in gridview.currently i have added manually

UltraWebGrid1.Columns.Add("ALL", "ALL")
        UltraWebGrid1.Columns(0).Type = ColumnType.CheckBox
        UltraWebGrid1.Columns(0).AllowUpdate = AllowUpdate.Yes

but i am not able to fire an evnet for this checkbox.

please suggest is there any way to accomplish this.

 

Thanks in Advance.

 

 

Parents
No Data
Reply Children
No Data