This question is locked. New answers and comments are not allowed.
Hi,
I need a checkbox as a title in the column[ title will be "select all", each individual cell will "select the item"):
- In previous version I was doing this by supplying html as a title.i.e.:
onclick="checkClick('cb<%= item.ID %>');" name="contentId" />
<%}).Title(" <input type=\"checkbox\" id=\"cbCheckAll\" onclick=\"checkAll('contentId');\" />").Width(35);
This is not working in new version of Telerik, plain html is being printed instead of checkbox. How can I achieve same result as in old version?
Thanks and Regards.
I need a checkbox as a title in the column[ title will be "select all", each individual cell will "select the item"):
- In previous version I was doing this by supplying html as a title.i.e.:
- column.Add(item =>{%>
onclick="checkClick('cb<%= item.ID %>');" name="contentId" />
<%}).Title(" <input type=\"checkbox\" id=\"cbCheckAll\" onclick=\"checkAll('contentId');\" />").Width(35);
This is not working in new version of Telerik, plain html is being printed instead of checkbox. How can I achieve same result as in old version?
Thanks and Regards.