Jim
2008-11-21 20:55 UTC
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
bazzacad
2008-11-21 21:11 UTC
What are you trying to edit?
I just ran the Grid sample & was able to edit it fine....
Jim
2008-11-21 22:20 UTC
Trying to edit value column.
Jim
2008-11-21 22:31 UTC
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
Jim
2008-11-21 22:54 UTC
Got it now.
dcl_Control_SetColumnStyleList
In OnInitialize event works
Jim
bazzacad
2008-11-21 23:04 UTC
Or you can set the columns style to "6-Strings" so you don't have to do it at run-time...
Jim
2008-11-22 21:21 UTC
That's just to easy!
Thanks.
Jim