Hello all
I am using SmartGWT 2.5 and I have a use case in which a treeGrid is required and this treeGrid has to have leaves to which you can drop records on dependent on a specific condition.
Can anyone help me with an example on how can I build it?
I tried adding Records to a treeGrid using record.setAttribute("isFolder", true);
But this doesn't seem to work.
Please help me!!!
Thank you in advance,
Driftdone
I am using SmartGWT 2.5 and I have a use case in which a treeGrid is required and this treeGrid has to have leaves to which you can drop records on dependent on a specific condition.
Can anyone help me with an example on how can I build it?
I tried adding Records to a treeGrid using record.setAttribute("isFolder", true);
But this doesn't seem to work.
Please help me!!!
Thank you in advance,
Driftdone
Comment