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

Rad Grid selection problem

1 Answer 46 Views
Miscellaneous
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 01 Mar 2015, 06:11 PM
Hi,

I am dynamically creating a radgrid control inside a usercontrol, where the code is written for different types of DB call for different pages which is using that usercontrol. The radgrid that I have designed has a first column as template column with checkbox.  Everything is working fine if my page have only one copy of the usercontrol used. I have a page where i have to use that usercontrol as grid twice (one with the having a select column and the other doesnot).

The problem is once both the grid are loaded successfully, and when I unselect the checkbox in the grid, though the checkbox get unselected the row highlight doesnot get removed and one more issue is if I select a checkbox(let say row no 5), the other grid row (no 5) get highlighted.. 

Pls provide me if there is any valid solution...

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 05 Mar 2015, 06:28 AM
Hi Avinash,

The reason for that behavior is the identical ids of both grid and their columns. Could you please try applying a different ids and unique names of the columns and let me know about the result? Additionally I would appreciate if you can provide the code that you are using in order to investigate the issue further.

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Miscellaneous
Asked by
Avinash
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or