Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
7999 | Oct 16,2003 12:33 PM UTC | Oct 16,2003 12:58 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
int pos = grid.Binder.RowIndexToPosition(rowIndex);
CurrencyManager cm = (CurrencyManager) this.BindingContext[grid.DataSource, grid.DataMember];
DataRowView drv = (DataRowView) cm.List[pos];
DataRow dr = drv.Row;
> int pos = grid.Binder.RowIndexToPosition(rowIndex);
> CurrencyManager cm = (CurrencyManager) this.BindingContext[grid.DataSource, grid.DataMember];
> DataRowView drv = (DataRowView) cm.List[pos];
> DataRow dr = drv.Row;
>
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.