Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8584 | Nov 12,2003 11:26 PM UTC | Nov 13,2003 10:41 AM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
grid.IgnoreReadOnly = true;
grid[4,3].ReadOnly = false;
grid.IgnoreReadOnly = false;
to turn off the ReadOnly on that particular cell. But I am not sure this will be sufficient depending upon how you have set up the embedded GridDataBoundGrid. You have to make sure that that grid is not readonly for some reason.
> grid.IgnoreReadOnly = true;
> grid[4,3].ReadOnly = false;
> grid.IgnoreReadOnly = false;
>
>
> to turn off the ReadOnly on that particular cell. But I am not sure this will be sufficient depending upon how you have set up the embedded GridDataBoundGrid. You have to make sure that that grid is not readonly for some reason.
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.