boders problem
hi
how can I remove the borders is a details view?
I try setting border style to "none" but it did not worked
also is it possible to hide the borders of a gridview when Empty Data Text is shown so the text will be without borders?
TIA
BARAK
I found a solution
I set in every place the borderstyle to none
in gridview prerender I set border style to none if the rows.count=0
Last edited by barakros; March 4th, 2010 at 04:59 AM..
Reason: found the solution
|