Grid will not edit Beta 5.0.1.3

Started by Jim Short, November 21, 2008, 12:55:45 PM

Previous topic - Next topic

Jim Short

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
Jim Short

BazzaCAD

What are you trying to edit?
I just ran the Grid sample & was able to edit it fine....
a.k.a.
Barry Ralphs
barryDOTralphsATgmailDOTcom

Jim Short

Jim Short

Jim Short

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 Short

Jim Short

Got it now.
dcl_Control_SetColumnStyleList
In OnInitialize event works

Jim
Jim Short

BazzaCAD

Or you can set the columns style to "6-Strings" so you don't have to do it at run-time...
a.k.a.
Barry Ralphs
barryDOTralphsATgmailDOTcom

Jim Short

Jim Short