I made listgid which can be edited by cell. For testing I added save button. When I click on save button then listgrid\'s first record(updated first column value on first row) should be appear on pop
I want to override getValueFieldPro开发者_开发百科perties for FilterBuilde. My requirement is for some specific type of field I want to show selection, for Value field instead of simple text box.
I\'ve been trying to achieve similar functionality on ListGrid that already exists for FormItems: com.smartgwt.client.widgets.form.validator.RequiredIfValidator.
We are generating PDF documents for our customers and serving them with a Servlet. The following code works with Firefox, Chrome a开发者_StackOverflownd Opera, but not with any version of IE. The popu
I have tried to do the same as the sample says but using JSON instead of XML Smart GWT Tree When i do it using XML, it works perfectly, but it only loads first childs when i use JSON.
I need a listgrid with +/- button so that I can use these buttons for adding or deleting list grid. ListGrid listGrid = new ListGrid();
I\'m using SmartGwt\'s RestDataSource for interacting with a non java, non smart gwt back end. I have a a ListGrid which fetches and updates it\'s data using GET. This sometimes fails because of the s
I use smartgwt to display a grid. In the record, i have some data who are true or false. I change de background color 开发者_运维问答in the getBaseStyle method for the listGrid that work well.
I build a Web application using GWT (and/or SmartGWT) that uses a number of forms to collect data. Is 开发者_开发知识库it possible to save the progress so that the user can leave the application and w
How do I make a window popup in a specific location on the page? I don\'t s开发者_高级运维ee a straightforward way of doing this, so I\'m always using window.centerInPage()Using the underlying setRect