Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
9957 | Jan 19,2004 05:41 AM UTC | Jan 19,2004 06:58 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
grid.Model[rowIdx, colIdx].Text = "SomeText";
On potential problem may occur if the current row is not already being edited. In this case, you should call grid.Binder.BeginEdit() for a GridDataBoundGrid before you set the value. But since the currentcellchanged is what triggers this code, I would not think that this would be a problem in your case.
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.