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

Unable to selectAll row from my ViewModel

1 Answer 61 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Muheto
Top achievements
Rank 1
Muheto asked on 02 Nov 2017, 03:42 PM

Hi;

I am trying to selectAll all value from RadGridView. On ViewModel, I have a ListCollectionView, which represents all value from RadGridView. And i was able to take every value and set IsSelected to true.

foreach (var value in ListCollectionView)
{
value.IsSelected = true;
}

On RadGridView; those value that i can see, are highlighted but if i scroll down those i couldn't see are not  highlighted.

Is anyone why.

Thank you for help.

 

 

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 03 Nov 2017, 06:58 AM
Hi Muheto,

I was not able to reproduce the observed behavior on my end. For convenience, I prepared a small sample, based on the information that you provided so far and attached it to this thread. Could you please check it and let me know how it differs from your real setup? 

I am looking forward to your reply.

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Muheto
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or