How do I achieve doing that?
html
<table id="myGrid"><table>
//in my js I make it into a jqgrid
//css
.ui-jqgrid tr.ui-row-ltr td { border: none;}
.ui-jqgrid tr.ui-row-ltr td { border-collapse:collapse}
The vertical lines are gone but the horizontal ones remain.
Please do not offer me to look at a different answer as the suggestions did not work which is why I am posting - I need the lines removed.