I have a TreeGrid that loads its data on demand via a DataSource. The DataSourceField "isFolder" correctly controls whether a node is displayed as leaf or as a folder.
How can I change the name of the field "isFolder" to something else? This thread here
http://forums.smartclient.com/showthread.php?t=2630
mentions "dataProperties" to change the field name, but I can't find a SmartGWT API to do that.
How can I change the name of the field "isFolder" to something else? This thread here
http://forums.smartclient.com/showthread.php?t=2630
mentions "dataProperties" to change the field name, but I can't find a SmartGWT API to do that.
Comment