- Code: Select all
var column = elements.data_grid.newColumn("my_column");
column.valuelist = "my_valuelist";
If I build a datagrid with a column that has a valuelist in the form builder it works. When I output the value of the valuelist property of the column it's "my_valuelist". I've also tried setting it with application.getValueListItems("my_valuelist") and that also does not work.
Thanks,
Jason