gridline removal
I would like to remove the gridlines between the cells of the grid. (like cellspacing="0" cellpadding="0" in a <table>) Is this possible?
The Muffin-man
August 31,
.active-grid-column {border-right: 0px;}
.active-grid-row {border-bottom: 0px;}
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021