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
210
How to add Checkbox as DataboundField in webdatagrid
posted

I want to add a column in webdatagrid which show the value as checked or unchecked 

Actual column is 

<ig:BoundDataField DataFieldName="check" Key="check" Header-Text="Value">
</ig:BoundDataField>

i want this

<ig:CheckBoxDataField DataFieldName="ExtraCredits" Key="ExtraCredits" Header-Text="Cr&#233;dito extra">
</ig:CheckBoxDataField>

How can i do this using html of the column

Thanks

Regards

Akhtar Abbas

Top Replies

Parents Reply Children
No Data