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

Row Indicator not working when Custom Filter Row is used

1 Answer 64 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ianr
Top achievements
Rank 1
ianr asked on 23 Feb 2011, 12:43 PM
Hi,

After implementing the custom filter row in the grid view, I noticed that the row indicator (column 0 when RowIndicatorVisibility = Visible) is not functioning correctly.  The background brush changes as you select rows, but the arrow (>) just stays on the first row.

This behaviour is the same in your demo application.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 23 Feb 2011, 01:21 PM
Hello ianr,

This arrow indicates the CurrentItem of the grid that may not coincide with the selected one. If you require it to follow the selection, you need to set the IsSynchronizedWithCurrentItem property of the grid to "True".
 

Regards,
Maya
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
GridView
Asked by
ianr
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or