There are some elements in 开发者_C百科my ListGrid which are coming from the DataSource.At client side I am adding some elements in it from multiple drop downs.I was able to save it Also.
I\'ve been using SmartGWT\'s data source to fetch data from a web service and put it into a ListGrid. This has worked well because there were no sub elements. However, now I have an XML structure as f
(Using most recent version of SmartGWT) I am creating a TileGrid to display images + textin SmartGWT; this is up and running.
Pretty self-explanatory. I want to just have the combo box without any text outside of it. I just want the physical box.
Using SmartClient: I have a VLayout composed of a DetailViewer (that monitors selection changes in a ListGrid) and a HLayout (that holds some buttons).
One of my property which i want to populate in l开发者_JAVA百科ist grid is of Long type. I am populating my list grid with the data source . But, we dont have any grid field Long type api in smartgwt.
i want to delete the row from the grid...and changes should reflect into my database..Please provide me some idea to do that...
class CompanyDataSource extends DataSource { public CompanyDataSource(String id) { setRecordXPath(\"/List/datasource\");
Tell me, please! I am using SmartGWT 2.4. How can I edit any fields in DetailViewer? (co开发者_开发技巧m.smartgwt.client.widgets.viewer.DetailViewer)
Can we keep a static HTML to integrate with the dynamic GW开发者_StackOverflow中文版T Widgets that are created. And how will the event handling can be done for the dynamic GWT Widgets. You have to \"a