Grid will not edit Beta 5.0.1.3

Started by Jim · 2008-11-21 20:55 UTC · 6 replies · SMF topic #479

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.
Attachments
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...
Attachments
That's just to easy!
Thanks.
Jim