Is this the only way to do this, cover it up in the CSS file? I can't suppress this behavior somehow?
I'm also not sure what you're suggesting, it looks like something got cut off. Which CSS file needs updating, I'm simply using the stock CSS file which has no reference to dataGridSelectedRowCell On Aug 17, 10:18 pm, Jeff Larsen <[email protected]> wrote: > you can always override the CSS and get change > > .dataGridSelectedRowCell { > border: selectionBorderWidth solid #628cd5; > > } > > to > .dataGridSelectedRowCell { > > > > }- Hide quoted text - > > - Show quoted text - -- 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.
