Hi, I do it like this to unhighlight the row when I delete a row in qx 0.7.3.
this.getTable().getSelectionModel().clearSelection(); Hope this helps. Kanugula. Amit Rana-2 wrote: > > Hi, > > I want to unhighlight the focused row in my table widget. I did : > > /mytable.getDataRowRenderer().setHighlightFocusRow(false) > > /but it sets the color of row to dark blue as opposed to light blue when > the value is true (by default). > > How can I make the selected row not getting highlighted ? There are no > such examples in demo browser too. > > I am using qooxdoo v0.7.3 and FF 3 / IE 7. > > thanks > // > > -- > Amit Rana > SpagoBI Developer > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > -- View this message in context: http://www.nabble.com/Table---Not-to-highlight-the-focused-row-tp20085916p20091574.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
