javascript - Using Kendo Grid How to remove the column Borders? -


I am using a Candido UI grid and by default I get a column separator line or border line. (Workbench line below column). How can you remove them?

Mark-up:

  & lt; Div class = "grid" & gt; & Lt; H3 & gt; Current & lt; Duration class = "target-count" & gt; 15 & lt; / Span & gt; & Lt; / H3 & gt; & Lt; / Div & gt;   

Itemprop = "text">

Try defining the following style :

  .k-grid td {border-width: 0; }   

Note : Remember that this style is defined in KanduIi CSS, so you should define it very last.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -