.
<ig:DropDownProvider ID="UOM_DropDownProvider"> <EditorControl DropDownContainerMaxHeight="200px" EnableAnimations="False" ID="EditorControl" runat="server" EnableDropDownAsChild="False" DropDownContainerWidth="150px"> <Items> <ig:DropDownItem Key="Kgs" Text="Kgs" Value="1"> </ig:DropDownItem> <ig:DropDownItem Key="Liters" Text="Lts" Value="2"> </ig:DropDownItem> <ig:DropDownItem Key="Meeters" Text="Mtls" Value="3"> </ig:DropDownItem> </Items> </EditorControl> </ig:DropDownProvider>
<ig:BoundDataField DataFieldName="ItemPriority" Key="ItemPriorityKey" Width="7%"> <Header Text="Priority" /> </ig:BoundDataField>
<ig:BoundDataField DataFieldName="RemarksTooltip" Key="RemarksKey"> <Header Text="Remarks" /> </ig:BoundDataField> <ig:UnboundCheckBoxField Key="testKey" HeaderCheckBoxMode="BiState" HeaderChecked="true" /> <ig:TemplateDataField Key="ViewKey" Header-Text="View"> <ItemTemplate > <div id="javawwwww" style="width: 99%; float: left"> <asp:LinkButton CssClass="editDoc-button" OnClick="BtnPRItemViewDoc_Click" TabIndex="112" Visible='<%#Eval("HasDoc")%>' ToolTip="Click to view documents" CommandArgument='<%#Eval("Id")%>' runat="server"></asp:LinkButton> </div> </ItemTemplate> </ig:TemplateDataField> <ig:BoundDataField DataFieldName="Id" Key="Id" Hidden="true"> </ig:BoundDataField> </Columns>
<ig:EditingColumnSetting ColumnKey="ItemPriorityKey" EditorID="WebDataGrid1_DropDownProvider1" ReadOnly="False" /> <ig:EditingColumnSetting ColumnKey="RemarksKey" ReadOnly="True" /> </ColumnSettings>
on 'edit any field and post back' above code trigger following error :(
Multiple controls with the same ID 'it11_0' were found. FindControl requires that controls have unique IDs.
if i don't use any TemplateDataField it working fine
any workaround for solving this issue?
Hi Vishnu,
This is strange - I was able to reproduce the same with 1005, but am not able to reproduce it with any other version, including 12.2.20122.2257.
Anyway, I have opened a new support case for you with id of CAS-156159-W2R8G8, where I have provided you with a link to download version 12.1.20121.2209 according to your request. You can find your active cases under Account - Support Activity in our website. Please install the provided version and let me know if this fixes your issue.
Hi Hristo,
i tried with 2012 vol 2 (Infragistics4.Web.v12.2, Version=12.2.20122.2257) and that's not working. actually i need the 2012 vol 1 but currently its not showing in my subscription.
any way am going to contact with sales team after that i can able to confirm. Do you please specify extract version that's work fine and available to the public?
Thanks and regards
Vishnu Prasad
Hello Vishnu,
It seemed I had a typo in the version number, it must be 2247. I tested with it and am not able to reproduce the issue as with 1005. Could you confirm what is exact version that is available for you in Infragistics website so I can also reassure my findings ?
Thanks for the quik replay. i already tried with version 2257. sadly its not fixed in 2257 :(
2260 is not a public build, but 2257 is and it should be available for download for you, after you login to Infragistics website and go to https://ko.infragistics.com/my-account/keys-and-downloads
If you are still not able to download it please let me know and I will provide an alternate link for you.