Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15342 | Jun 16,2004 02:27 PM UTC | Jun 16,2004 10:44 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
GridBoundRecordState rs = this.gridDataBoundGrid1.Binder.GetRecordStateAtRowIndex(gridRowIndex); int pos = rs.Position; CurrencyManager cm = rs.ListManager as CurrencyManager; if(cm != null) { DataView dv = cm.List as DataView; if(dv != null) { DataRow dr = dv[pos].Row; Console.WriteLine(dr[0].ToString() + " " + dr[1].ToString()); } }
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.