Hi,
I want to set the rule attribute and the border attribute of the Table of the grid.
I disabled the skins by setting radgrid.skin = "";
When i use
i get the following in html:
So the rule and border attribute is duplicated.
How do i set those properly?
Thx in advance,
Bert
I want to set the rule attribute and the border attribute of the Table of the grid.
I disabled the skins by setting radgrid.skin = "";
When i use
radgrid.MasterTableView.Attributes["rule"] = "none" |
radgrid.MasterTableView.Attributes["border"] = "0" |
i get the following in html:
<table cellspacing="0" rules="all" rules="none" border="0" border="1" id="ctl00_Body_MainList_grdvGrid_ctl31_ctl00" style="border-collapse:collapse;table-layout:auto;empty-cells:show;"> |
So the rule and border attribute is duplicated.
How do i set those properly?
Thx in advance,
Bert