April 3, 2019 at 1:36 pm
#19594
Hi everyone,
I did it with the JsClient, just the way Klaus explained, and it works perfectly.
In case someone needs it:
-Change the $userdefined property to kTrue
-Change the $columnType property to kJSDataGridModeDropList
-For each column of the data grid, set the $columndatacol property to the number corresponding to your datalist’s columns.
-Set a variable(list type) to the $columnpicklist property (for instance iDropList)
-Then in the construct of the class method:
Do iDropList.$add(‘Ok’;1)
Do iDropList.$add(‘it’;2)
Do iDropList.$add(‘works’;2)
Thanks again,
Regards,
Coralie