Hi,
I've created a new grid and defined a templateDataField column as follows:
<ig:TemplateDataField Key="Included" Width="80px">
<ItemTemplate>
<asp:CheckBox ID="chkIncluded" runat="server" Checked='<%# DataBinder.Eval(((Infragistics.Web.UI.TemplateContainer)Container).DataItem, "Included") %>' />
</ItemTemplate>
<Header Text="Included" />
</ig:TemplateDataField>
This works fine and good. However, I can't figure out how to get a checkbox field in my Add New Row. I can't find any articles on this, any code samples, or videos. Can anyone point me in the right direction? This can be done, correct?
Hello,
This is not supported scenario currently. But if you would like to see this feature in the toolset you can create a feature request http://devcenter.infragistics.com/Support/KnowledgeBase.Aspx = > Request a Feature (Left menu).
Thanks.