Monday, March 5, 2012

GWT - Datagrid Selection Color

Hi,
is there a way to change global the selection color of gwt datagrid? I
added following css-format in the main-app-css file:

.dataGridSelectedRow {
background: #1EDA17;
color: white;
height: auto;
overflow: auto;
}

I have seen also following link:
http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideUiCss.html

Sadly my change had no effect. Do I miss any setStyleName() call?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment