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
65
<asp:CheckBox> and columnKey
posted

I added a RowTemplate and in the RowTemplate I have a <asp:checkbox> and I want to set the columnKey to a column named "HasBattery". The problem is that <asp:checkbox> is rendered as a <span> and within the <span> a <input> element. How can this correctly be done?