Hi Sanjiv, Thanks for the great work. We have already started using it from the SVN. Today I came across a small problem with SmartClient.
I have done dataSource.addData(new MyRecord(a)); here "MyRecord" implements Record and 'a' is a JavaScriptObject On a double-Click event of list grid I have this code... a2=listGridRecord.getJsObj(); This 'a2' looks similar to 'a'. But it is not same. It is returning new Object that is derived from 'a'. I am assuming that you are aware of data source and ListGridRecord classes. Why SmartClient is returning new Object. Why not original object? Is there any other place we can discuss about SmartGWT other than this group? Rajesh On Feb 27, 5:27 pm, 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
