Dear Sanjiv, Thank you for all your hard work on the SmartGWT api, I have just started using it. As said earlier, I am also interested in using gwt- rpc with smartgwt on an existing application that already uses gwt-rpc so I tried overriding the transformRequest to intercept in order to do my own rpc calls or cache the grid data that just got updated until next save (with gwt-rpc), but I had no luck. It would be great if you could put that example to show how one can retrieve the records of listgrid from the transformrequest as I just couldn't find it. Perhaps I am newbie but i think the example would help others a lot as well as this seems to be a common issue.
thank you, Sevan On Feb 28, 2:00 pm, "Benoit.Sauve" <[email protected]> wrote: > Hi Sanjiv, > > thanks a lot! I'll check it for sure! > > Benoit > > On 28 fév, 11:21, Sanjiv Jivan <[email protected]> wrote: > > > Hi Benoit,You can essentially override the transformRequest(DSRequest > > requeest) of DataSource and read the request parameters like startRow, > > endRow, sort / filter params and issue your own GWT-RPC call and set the > > returned data on the DataSource. > > > Several users have asked for such a sample and I'll definitely add it. Its > > just that other higher priority items and releasing 1.0b2 had taken > > precedence. I'll post updates when such a sample hits SVN on the SmartGWT > > forum. > > > Thanks, > > Sanjiv > > > On Fri, Feb 27, 2009 at 12:34 PM, Benoit.Sauve > > <[email protected]>wrote: > > > > Hi Sanjiv, > > > > good work for this release! > > > > i have a question. I want to use RPC Calls with data grid and you > > > wrote you made something better in the release notes : "improved > > > support for users to wire DataSource's with GWT-RPC calls". > > > > Can you add as example in your showcase of a datasource using RPC > > > Calls ? > > > > Best regards, > > > > Benoit > > > > P.S. Sorry if you read two posts of me about the same thing, i'm not > > > sure if it works the first time. > > > > On 27 fév, 07:27, Sanjiv Jivan <[email protected]> wrote: > > > > Hi,SmartGWT 1.0b2 has just been released. This release contains the much > > > > awaited Enterprise Gray skin. > > > > > SmartGWT 1.0b2 is a stability release and contains various enhancements > > > and > > > > bug fixes. GWT 1.6 M2 is also supported. Along with performance > > > > improvements, several new features and developer tools have been added. > > > Some > > > > of the new features are : full support for WebServices (WSDL), portal > > > > support, checkbox selection for grids, and support for overlapping > > > > events > > > in > > > > Calendars. A few new samples including Portals have been added to the > > > > showcase. These can be found under the "New Samples" side nav category. > > > > > You can find the release announcement here : > > >http://www.jroller.com/sjivan/entry/smartgwt_1_0b2_released_with > > > > > Project Page :http://code.google.com/p/smartgwt/ > > > > > Showcase Demo :http://www.smartclient.com/smartgwt/showcase/ > > > > > Thanks, > > > > Sanjiv- Masquer le texte des messages précédents - > > > - Afficher le texte des messages précédents - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
