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

Cannot expand seleted items full path...

2 Answers 42 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Roman Kurdadze
Top achievements
Rank 1
Roman Kurdadze asked on 11 Aug 2010, 03:42 PM
Hi,

after googling alot, I still cannot find a solution which works. The structure of the table is like this:
id
Manufacturer
ModelName
etc....

I have a grid with grouping by Manufacturer name. When I programatically set radgridview.SelectedItem - it selects correctly in grid, but.... But the group does not expands as well as grid scroller does NOT scroll to SELECTED row..... All I have is selected row in collapsed group....

Help need..................

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 11 Aug 2010, 04:24 PM
Hello Roman Kurdadze,

 
The behavior described is the expected one. Depending on your scenario and project settings, you may use the method of the grid ScrollIntoView(). For example:

this.playersGrid.ScrollIntoView(this.playersGrid.SelectedItem);


Best wishes,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Roman Kurdadze
Top achievements
Rank 1
answered on 12 Aug 2010, 07:17 AM
that was ANSWER FOR MILLION DOLLARS :)

many thanks!
Tags
GridView
Asked by
Roman Kurdadze
Top achievements
Rank 1
Answers by
Maya
Telerik team
Roman Kurdadze
Top achievements
Rank 1
Share this question
or