Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
21048 | Nov 1,2004 02:13 PM UTC | Oct 21,2005 12:13 PM UTC | WinForms | 7 |
![]() |
Tags: GridControl |
// rec is the GridRecord you want to scroll
if(rec.ParentGroup != null)
rec.ParentGroup.IsExpanded = true;
int i = this.gridGroupingControl1.Table.DisplayElements.IndexOf(rec);
this.gridGroupingControl1.TableControl.TopRowIndex = i;
//if you want to set it current or select it
rec.SetCurrent();
rec.SetSelected(true);
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.