is it possible to use GXT’s binding mechanism to bind a Grid to an Html (or other Widget implementation for that matter)?
it seems from the examples that it’s only applicable for forms (FormBinding), while my purpose is to have a Template updating a widgets inner element, driven by the grid’s SelectionChangedEvents sending the models for that template.
Binding grids and generic components directly is apparently not possible at the current version of GXT, anyhow this is an alternative solution offered as a workaround:
I just made use of the examples Grid Binding and Templates to support your requirement. Here is the modified code
Add these modifications to the Grid Binding example. Hope this helps.
Thanks,
Ganesh