This is a migrated thread and some comments may be shown as answers.

Multiple datagrids

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alewx
Top achievements
Rank 1
Alewx asked on 03 Jul 2011, 12:20 PM
Hi
I have multiple rad datagrids on my aspx page inside one rad update panel.
Their ID's differs.
If i trying to click "add new record" button i recieve next error

Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Multiple controls with the same ID 'AutoGeneratedDeleteButton' were found. FindControl requires that controls have unique IDs.

 [http://localhost:3397/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=RadScriptManager1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3auk-UA%3a3f7f575c-f971-4b26-8881-745c41ac5a2c%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3auk-UA%3aef677e96-bcf7-465a-bd82-787c87ad65a2%3a16e4e7cd%3af7645509%3a22a6274a%3aed16cbdc%3a24ee1bba%3af46195d3%3a1e771326%3aaa288e2d%3a7165f74%3a58366029:15]

I need to solve this issue asap.
ty

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Jul 2011, 05:22 AM
Hello QAlewx,

Normally this type of error comes when the RadGrid contains the controls having same ID. Please make sure that each control having unique name.

Thanks,
Shinu.
Tags
Grid
Asked by
Alewx
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or