02-12-2013 06:22 AM
Hye,
I want to creat a table with 2 columns:
the first column shouldn't be editable, where the 2nd is,
I found how I can dim the whole table but not how to dim a column.
how can I do so?
thanks in advance,
Aj.
Solved! Go to Solution.
02-12-2013 06:35 AM
SetTableColumnAttribute (panel_handle, control_id, column_index, ATTR_CELL_DIMMED, 1);
02-12-2013 06:47 AM
Thanks for a quick response and for the help.