Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
25
I can't edit the cell in the grid
posted

I have a base form which has a UltraGrid. The child form derives from the base form.  I bind the data source with the child form. However, I can't modify any cells on the grid although the isReadOnly property of each column is false and CellActivation is AllowEdit.

If I created a UltraGrid on the child form instead of using one from the base form, I can edit the cell. 

 

Please help!

Thanks!