Style CSS
Please,
I'm doing the update in one of our software how userd activewidgets v1 to v2, but I'm know how where I use the style CSS for my columns.
After I usede:
Now I try use:
but only rows it's work.
You can help me ?
I'm doing the update in one of our software how userd activewidgets v1 to v2, but I'm know how where I use the style CSS for my columns.
After I usede:
.active-grid-column {
border-right: 1px solid threedlightshadow;
}
.acitive-grid-row {
border-bottom: 1px solid threedlightshadow;
}
Now I try use:
.aw-grid-column {
border-right: 1px solid threedlightshadow;
}
.aw-grid-row {
border-bottom: 1px solid threedlightshadow;
}
but only rows it's work.
You can help me ?
Felipe
June 8,