Hi Guys, I try to get a DataGrid working.
Tried basic and express one, the basic is the one wich seem working except that we can only use fixed column width. (because DataGridColumn's columnWidth accept only strict number and there is no width property available) There is an issue with bead named DataGridPercentageView because % width is overwritten on layoutNeeded event by DataGridLayout If we look at DataGridColumn class It seems to me that the property columnWidth (accept only strict number like 50, not '50%' ) should be renamed by width that would accept number with % or without and that DataGridLayout should handle this. Moreover DataGridPercentageView bead would be useless and we could delete this bead. Could I have your opinions ? thanks Regards -- Frédéric Gilli mob.0668542622 http://www.cristallium.com [1] Links: ------ [1] http://www.cristallium.com
