I am getting this weird error everytime I rebind the WebHierarchicalDataGrid. The error does not appear when I bind the grid for the 1st time.
Multiple controls with the same ID '400_0' were found. FindControl requires that controls have unique IDs.
The WebHierarchicalDataGrid is placed on a user control that is loaded dynamically.
Thanks
Hello Ram,
Thank you for your sample.
I managed to replicate your issue with it, using version 10.2.20102.1011. Then I tried the sample with the latest service release 10.2.20102.2101, and this issue doesn’t exist anymore. So would you test your real project with the latest hotfix, and let me know if you are still getting this error.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Lyuba,
I did upgrade the version to 10.2.20102.2101 by installing the latest service release as you suggested. I still see couple of issues in getting the hierarchical grid to work the 2nd time. I modified my sample to match it close to the actual code. I added a dropdown that displays the country list from the Nwind.mdb. The database is removed from the attached file to size limitation.
Scenario to reproduce the issue 1=================================1) Select the 1st item from the dropdown that is blank and click on Find button2) Select "Spain" from the dropdown and then click on Find button. You will see the error "Table Countries doesn't contain a row with the specified PrimaryKey value"
Scenario to reproduce the issue 2=================================1) Select "Spain" from the dropdown and then click on Find button2) Select the 1st item from the dropdown that is blank and click on Find button. You will not see the first band.
Please advise!