Just to bump this thread. I've had about a 0% success rate using getRowClass.
99% of the examples out there do not even override this method correctly.. and then many call grid.render(); which no longer is even an available option. Painful to use a product that has no documentation, and whose Showcase example's "view source" provides code that actually won't reproduce the examples :) On Mar 2, 8:45 am, Ketki Bhagwat <[email protected]> wrote: > Hi All, > > I am having some problem with setting grid view. I wanted to apply custom > style on few of the grid rows who contains 'x' value for 'y' column. I am > using GridView's > *getRowClass*<http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/widgets/grid/Grid...)> > (Record<http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/data/Record.html> > record, > int index, > RowParams<http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/widgets/grid/RowP...> > rowParams, > Store <http://www.gwt-ext.com/docs/2.0.4/com/gwtext/client/data/Store.html> > store) method to override css style. It sometime works but not always.. Any > idea why? > > Ketki --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
