CheckboxSelectionModel: uncheck All is not working in Firefox

2009-01-04 Thread Cris
Hi I am using CheckboxSelectionModel to CheckAll/UncheckAll. This check box is working fine in IE.But in Firefox Uncheck all is not working (i.e. all the checkboxes are not getting unchecked when click on header checkbox). Check all is working fine. Iam using Firefox 3.0.5 Please help me Cris

Problem with GWT RPC call with List of DTO objects

2008-12-13 Thread Cris
"Could not complete the operation due to error c00ce514 number:" This error message is (throwable.getMessage()) is displaying in onFailure() method. The same code is working fine if I pass List of strings. The problem is only with List of DTOs. Please, can

Expandable rows in GWT ext table grid

2008-12-08 Thread Cris
Hi Can any help me in how to create an expandable rows using gwt ext. (i.e. on click on an icon the entire table row should be expanded ). Thanks in advance Krish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Goog

problem with CheckboxSelectionModel

2008-12-05 Thread Cris
= new CheckboxSelectionModel(); CheckboxColumnConfig ckbCol = new CheckboxColumnConfig(cbsModel); Please help. Thanks and regards, Cris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" grou

How to add expandable table row using gwt-ext

2008-12-04 Thread Cris
Hi, I am using Gwt-ext to build my table. But I need to implement the table in such a way that the row can be expandable when I click on "+" symbol. Please provide me example to this Thanks in advance. Cris --~--~-~--~~~---~--~~ You received this messa

How to add checkbox as header in table

2008-12-04 Thread Cris
uot;), new FloatFieldDef("price")}; ColumnConfig[] columns = new ColumnConfig[]{ new ColumnConfig("Company", "company", 160, true, null, "company"), new ColumnConfig("Price", "price", 35)}; So I need to