Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8133 | Oct 22,2003 03:27 PM UTC | Oct 23,2003 05:46 PM UTC | WinForms | 7 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_CurrentCellAcceptedChanges(object sender, CancelEventArgs e)
{
GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell;
Console.WriteLine(this.gridDataBoundGrid1[cc.RowIndex, cc.ColIndex].Text);
}
CellValue alone is sufficient to set a cell's value.
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.