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

How to find selected cells after scroll?

3 Answers 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Stefania
Top achievements
Rank 2
Stefania asked on 29 Jan 2015, 10:42 AM
Hi,
I have a radgridview where the user can make a random cells multiselection (see the attachment).
On the click button I need to know which cells are been selected. More specifically, for each row I need to know the item and the column of the selected cells.
If I use the radgridview.SelectedCells everything is works since the cells are visible, when I scroll the rows in the radgridview.SelectedCells they disappear.

How can I do?
Thanks

3 Answers, 1 is accepted

Sort by
0
Muds
Top achievements
Rank 1
answered on 29 Jan 2015, 11:53 AM
I created a quick sample and it seems to work fine, can you provide with code ?
0
Accepted
Boris
Telerik team
answered on 02 Feb 2015, 03:51 PM
Hi Stefania,

I tried to reproduce the mentioned behavior, however I was unsuccessful. Could you please provide us with more details about your case? Perhaps a sample project or code snippets of the declaration of RadGridView, any declared event handlers connected with the SelectedCells or how you select them?

Regards,
Boris
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.

 
0
Stefania
Top achievements
Rank 2
answered on 02 Feb 2015, 03:55 PM
Hi,
Thank you guys for your help, I found the problem.. my mistake.

Tags
GridView
Asked by
Stefania
Top achievements
Rank 2
Answers by
Muds
Top achievements
Rank 1
Boris
Telerik team
Stefania
Top achievements
Rank 2
Share this question
or