I have a CSS rule:
.k-grid, .k-grid * { border: 0 !important; } But this applies to everything in the container, including input elements.
Is there a way to edit that CSS to add a "not" clause to exclude inputs? Everything else needs the border turned off.