I'm using SmartClient 8.2.
I'm creating a widget out of a HLayout object such that the left side is a TreeGrid, and the right side is a TileGrid. I want to populate the TileGrid based on the selected row in the TreeGrid. The data will be populated from a database query on the server side, given the id of the selected tree node.
When I change the selected row in the TreeGrid, I want the TileGrid to refresh its contents. Could someone recommend a best practice for refreshing the data in a grid such as this?
I'm creating a widget out of a HLayout object such that the left side is a TreeGrid, and the right side is a TileGrid. I want to populate the TileGrid based on the selected row in the TreeGrid. The data will be populated from a database query on the server side, given the id of the selected tree node.
When I change the selected row in the TreeGrid, I want the TileGrid to refresh its contents. Could someone recommend a best practice for refreshing the data in a grid such as this?