Adding scrollbar to celltable - please help

2011-05-03 Thread Nisha
Hi All, This might be very trivial issue but somehow I am not able to add scrollbar to celltable. I am not sure if I am doing this right. I have just set the size of the table to show 3 records and I assumed that the celltable will have a built in feature to display a scrollbar. Any help is

Re: com.google.gwt.user.client.rpc.SerializationException

2011-04-29 Thread Nisha
) Please help. Any suggestions are appreciated. Thanks On Apr 28, 5:41 pm, Nisha shilp...@gmail.com wrote: Hi All, I am working on GWT+Spring+Hibernate integration. But I am getting the following error. Could any any one please help. java.lang.RuntimeException

com.google.gwt.user.client.rpc.SerializationException

2011-04-28 Thread Nisha
Hi All, I am working on GWT+Spring+Hibernate integration. But I am getting the following error. Could any any one please help. java.lang.RuntimeException: com.google.gwt.user.client.rpc.SerializationException: Type 'java.lang.IllegalArgumentException' was not assignable to

CellTable row header size - Please help

2011-04-25 Thread Nisha
Hi All, I want to set the size of the celltable first row size to constant width. In the CSSof the celltable I am using the property height but there is no diff. Please help. .cellTableHeader { border-bottom: 2px solid #6f7277; padding: 3px 15px; text-align: top; color: #4b4a4a;

Re: CellTable row header size - Please help

2011-04-25 Thread Nisha
Hi, Could someone please suggest me if you have any idea about setting first row size in a CellTable On Apr 25, 9:47 am, Nisha shilp...@gmail.com wrote: Hi All, I want to set the size of the celltable first row size to constant width. In the CSSof the celltable I am using the property

Celltable Header default size

2011-04-25 Thread Nisha
Hi All, I am facing issues in setting the default size of the CellTable header. As soon as the page loads there is no data in the table and the header is taking the complete size of the table. It might be a silly question but could you please suggest. I am doing something wrong but dont know

Cell table styling

2011-04-21 Thread Nisha
Hi , I am working on a cell table and by default it has some styling which I dont want. I want it to appear like the componets in gwt -ext. I mean the look and feel should be like gwt ext. Please help.. Thanks in advance. -- You received this message because you are subscribed to the Google

KeyPressevent is being called twice for suggest box - Please help!!!!!

2011-04-19 Thread Nisha
Hi All, Here is the code I have for suggest box. But the code inside the keypress event is being called twice. Please help box = new SuggestBox(objOracle); box.addKeyPressHandler(new KeyPressHandler() { public void onKeyPress(KeyPressEvent event) {

Trying out the example for gxt explorer and on compile it gives the following error - Please help

2011-04-19 Thread Nisha
Hi All, I am trying to work on the following example from http://www.sencha.com/examples/#basicgrid and it gives me the following error Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected Any help is appreciated. Thanks -- You received this message because

Re: Trying out the example for gxt explorer and on compile it gives the following error - Please help

2011-04-19 Thread Nisha
Please Help... I assume this is a jar conflict ..can anyone help ...what is the reason for Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected On Apr 19, 12:30 pm, Nisha shilp...@gmail.com wrote: Hi All, I am trying to work on the following example from http