Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
26211 | Mar 16,2005 07:28 PM UTC | Mar 17,2005 05:13 PM UTC | WinForms | 5 |
![]() |
Tags: GridControl |
grid.Leave += new EventHandler(grid_Leave);
Then in the event handler, end the editing on the cell.
private void grid_Leave(object sender, EventArgs e) { this.Grid.CurrentCell.EndEdit(); }
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.