Hi all,
I am using datagrid where i need to make lines after each row like below.
objectName created Date DocId
______________________________________
doc1.doc 2009.1.4 781
______________________________________
doc2.doc 2008.10.5 670
______________________________________
doc3 2009.2.3 387
______________________________________
I used <dmf:datagridRow style="border:1px;border-color: #E3DFDB; border-style:solid; border-width:1px "> to make lines but its not taking .If
i use like <dmf:datagridRowTd style="border:1px;border-color: #E3DFDB; border-style:solid; border-width:1px "> i am getting vertical line between each column in addition to horizontal lines.I want only horizontal line like above.How to do it.
any help?
Regards,
karthick s