Monday, July 30, 2012

Re: Help:Dynamic Refresh or Auto-Refresh in GWT !!

Hi,

if you r use dataProvider then flow following code.

dataProvider.setList(dataList);
        dataProvider.refresh();
table.redraw();

above dataList is your grid list & table is Celltable objet.
Thanks
Sahdev Kamboj

On Mon, Jul 30, 2012 at 7:08 PM, Laxman Lingampally <ldynatech@gmail.com> wrote:
Hi All,

i have one Grid in my Project in this iam using GWT Celltable this celltable gird having five columns 
so i need help on auto-refresh in only celltable grid(it will refresh only Grid part ) part not all web-page 

if pasible please see (please find the attached image) the my project webpage it is clearly undarstand i think ,

please help out any one.

thanks in advance.


Thanks and Regards
Laxman

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.



--
Thanks and Regards,
Sahdev Kumar
HARYANA - 09416432068
JAIPUR -     09529812719

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment