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,
Would you send, as attachment, the source code of your user control, and the source code of the page to which you are loading the user controls (aspx + cs), in order to get more familiar with your condiguration?
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Lyuba,
Attached is the sample I created to reproduce the error. The scenario I have - users can change the criteria and generate output results that is bound to WebHierarchicalDataGrid. In this sample, the way I am reproducing the error is by clicking the button 3 times. The error is generated after the 3rd click but in the actual code, the first band is not shown on 2nd click and the error is generated on 3rd click.
Please let me know if you need more information.