Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
19064 | Sep 16,2004 06:03 PM UTC | Sep 16,2004 07:42 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.gridGroupingControl1.TableDescriptor.RecordFilters.Add("[City] LIKE ''City of Toronto''");
GridRecord rec = this.gridGroupingControl1.Table.FilteredRecords[0] as GridRecord;
this.gridGroupingControl1.TableDescriptor.RecordFilters.Clear();
int row = this.gridGroupingControl1.Table.DisplayElements.IndexOf(rec);
int col = this.gridGroupingControl1.TableDescriptor.VisibleColumns.IndexOf("Col1");
this.gridGroupingControl1.TableControl.CurrentCell.MoveTo(row, col + 1);
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.