I have a grid on a tabbed control on a docked form.
Not able to edit values.
(dcl_Control_GetEnabled Onset_Outline_InfoGrid) returns true.
Jim
What are you trying to edit?
I just ran the Grid sample & was able to edit it fine....
Trying to edit value column.
I loaded the samples and see that the grid and listview fields do not allow the user to edit them directly.
Does this then require that one put up a edit box in response to a click event
where one can type a value to be placed in the grid programmatically.
Jim
Got it now.
dcl_Control_SetColumnStyleList
In OnInitialize event works
Jim
Or you can set the columns style to "6-Strings" so you don't have to do it at run-time...
That's just to easy!
Thanks.
Jim