This is a similar feature request that Prasad mentions here
http://forums.smartclient.com/showthread.php?t=5917
in place editing of a row inside the ListGrid is great - I'd love to use it in an application I'm building.
But it'd be good to be able to customise the dynamic form that is created. I've found that even setting setStartRow(true) and setEndRow(true) on each form item associated with each DataSourceField has no effect in the layout of the form.
Would it be possible to register some handler that creates/configures the dynamic editor - or even setting a DynamicForm to be used by the openRecordEditor()?
Ideally I'd prefer it if we could be allowed to replace the current highlighted row in the ListGrid with a DynamicForm of our choosing if thats possible :).
Keep up the great work guys, SmartClient/SmartGWT rocks!
http://forums.smartclient.com/showthread.php?t=5917
in place editing of a row inside the ListGrid is great - I'd love to use it in an application I'm building.
But it'd be good to be able to customise the dynamic form that is created. I've found that even setting setStartRow(true) and setEndRow(true) on each form item associated with each DataSourceField has no effect in the layout of the form.
Would it be possible to register some handler that creates/configures the dynamic editor - or even setting a DynamicForm to be used by the openRecordEditor()?
Ideally I'd prefer it if we could be allowed to replace the current highlighted row in the ListGrid with a DynamicForm of our choosing if thats possible :).
Keep up the great work guys, SmartClient/SmartGWT rocks!
Comment