Hi,
ListGrid provides several default operations that work seamlessly. This makes SmartGWT really smart. However, we may need customizations on how certain things work in real-world applications.
Particularly, I am talking about the ability to open an embedded editor within the list grid using
. This method uses the Dynamic editor that auto-lays out the fields from the DataSource. But in business applications, we need control over how this editor is laid out exactly, how form items are position with respect to others.
I know this toolkit is a favorite for many of late. So I would assume that this kind of a feature is readily supported. This feature is available in many other competing frameworks as well. Can someone who has intimate knowledge about this framework tell how you can specify the editor for the ListGridRecord that would be embedded within the ListGrid using the ListGrid.openRecordEditor. I am not talking about specifying EditorType for a field. I am talking about specifying a editor for the whole ListGridRecord.
Thanks,
Prasad
ListGrid provides several default operations that work seamlessly. This makes SmartGWT really smart. However, we may need customizations on how certain things work in real-world applications.
Particularly, I am talking about the ability to open an embedded editor within the list grid using
Code:
ListGrid.openRecordEditor(ListGridRecord record)
I know this toolkit is a favorite for many of late. So I would assume that this kind of a feature is readily supported. This feature is available in many other competing frameworks as well. Can someone who has intimate knowledge about this framework tell how you can specify the editor for the ListGridRecord that would be embedded within the ListGrid using the ListGrid.openRecordEditor. I am not talking about specifying EditorType for a field. I am talking about specifying a editor for the whole ListGridRecord.
Thanks,
Prasad
Comment