2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
The GridDataBoundGrid has to be bound to the datasource using the CurrencyManager. Using the CurrencyManager, the record corresponding to the row index can be retrieved. C# CurrencyManager cm=(CurrencyManager)BindingContext[gridDataBoundGrid1.DataSource, gridDataBoundGrid1.DataMember]; DataRow row; DataView dv=(DataView)cm.List; // The 2 is the rowindex int position =this.gridDataBoundGrid1.Binder.RowIndexToPosition(2); row=dv[position].Row; VB Dim cm As CurrencyManager=CType(BindingContext(gridDataBoundGrid1.DataSource, gridDataBoundGrid1.DataMember), CurrencyManager) Dim row As DataRow Dim dv As DataView=CType(cm.List, DataView) ' The 2 is the rowindex Dim position As Integer=Me.gridDataBoundGrid1.Binder.RowIndexToPosition(2) row=dv(position).Row Sample: http://websamples.syncfusion.com/samples/kb/Grid.Windows/GDBGRowIndex_KB/main.htm |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.