Decided to start a new topic so I don't take over other thread as this is a very specific issue.
I there a way to implement the property grid in http://www.gwt-ext.com/demo/#propertyGrid using ListGrid or any other similar component in SmartGWT?
The problem that i'm facing right now using a ListGrid is that I can't set the field type by row, only bu column.
How could I show a different editor for every row in the grid instead of every column in the grid (more like it's done in GWT-EXT sample).
Any methods on the ListGrid that I could implement/overwrite to achieve a property grid?
Thank you very much for your attention.
P.S: (idea) should this be a widget in extensions project?
I there a way to implement the property grid in http://www.gwt-ext.com/demo/#propertyGrid using ListGrid or any other similar component in SmartGWT?
The problem that i'm facing right now using a ListGrid is that I can't set the field type by row, only bu column.
How could I show a different editor for every row in the grid instead of every column in the grid (more like it's done in GWT-EXT sample).
Any methods on the ListGrid that I could implement/overwrite to achieve a property grid?
Thank you very much for your attention.
P.S: (idea) should this be a widget in extensions project?
Comment