Peter,

I see one more issue. In DataGridColumnList we have following line:
"typeNames = "DataGridColumnList";". After compilation each div which
represents DataGridColumnList have class="List".

<http://apache-royale-development.20373.n8.nabble.com/file/t1/list_each_datagridcolumnlist.png>
 

This gives us some borders because default List style has css which is doing
for us border etc. [1]

<http://apache-royale-development.20373.n8.nabble.com/file/t1/border_grid.png> 

However if I add to the column some style as we are doing it in
DataGridExample for as second grid, we are ending up with something weird:

<http://apache-royale-development.20373.n8.nabble.com/file/t1/no_border_grid.png>
 

There is no border, cause DataGridColumnList style doesn't have it [2].

I think we should:
1) Set className = "DataGridColumnList" - here [3]
2) Add those border to class "DataGridColumnList" in css

What do you think ?

[1] https://goo.gl/n27aYN
[2] https://goo.gl/N4S9PK
[3] https://goo.gl/8mF2Lr

Thanks,
Piotr



--
Sent from: http://apache-royale-development.20373.n8.nabble.com/

Reply via email to