Hi everybody,
Does someone know how to use "GridBox.Row.setChild( .. )" method
and when it is usefull ?
I have not found sufficient documentation ...
so please help me ...
c-ya!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use GridBox like a TABLE..
this table as some correlated rows.. then I would to show only FIRST of this rows, and show the correlated on-demand, with setChild of the FIRST row.
I must check the row to act on it (and on his child!)
I've correcty added child to the single row, but if I set .. setVisibleCheckBoxes(true)" .. I get an IllegalStateException fron thinWire..
my question is:
is correct to use CHILD on a ROW in this way ? and where I mistake using setVisibleCheckBoxes? .. if I can ..
thx and sorry for my poor english vocabulary ! :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everybody,
Does someone know how to use "GridBox.Row.setChild( .. )" method
and when it is usefull ?
I have not found sufficient documentation ...
so please help me ...
c-ya!
It is used in multilevel dropdowns. Take a look on a sample in the playground demo application.
If I use the GridBox like a "table", where myChild are "sub"-Rows..
can I do this?
I've test it, but I've found some problem with the checked propetrtis of the GridBox ..
thxIf I use the GridBox like a "table", where myChild are "sub"-Rows..
can I do this?
I've test it, but I've found some problem with the checked propetrtis of the GridBox ..
thx
May you elaborate slightly more? I can not understand what you mean, sorry.
Regards,
Oleksandr
I use GridBox like a TABLE..
this table as some correlated rows.. then I would to show only FIRST of this rows, and show the correlated on-demand, with setChild of the FIRST row.
I must check the row to act on it (and on his child!)
I've correcty added child to the single row, but if I set .. setVisibleCheckBoxes(true)" .. I get an IllegalStateException fron thinWire..
my question is:
is correct to use CHILD on a ROW in this way ? and where I mistake using setVisibleCheckBoxes? .. if I can ..
thx and sorry for my poor english vocabulary ! :-)
AFAIK, no. Child is intended to multi-level grid boxes. If you wish to keep reference to the child rows, use hidden column.