There was a means at some time to align all the rows, as it seems to default to some indent per alternating row.
Is there a solution to this.
I would like all my rows and thier columns to be aligned.
thx
Neal
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 23 Nov 2009, 04:53 PM
Hi Neal,
Can you please be more specific what your scenario is and what you are trying to achieve?
The rows in my RadGrid's (Hierarchical) Detail Table view are not aligned correctly. i.e. every 2nd row is indented a bit in ( to the right) so the columns don't line up neatly.
using version 2009.1 RadAjax controls
Thx
Neal
0
Dimo
Telerik team
answered on 27 Nov 2009, 09:53 AM
Hello Neal,
Try adding the following CSS rule to your web page:
.rgMasterTable td
{
padding: 0 ;
}
If it does not help, please send us a runnable sample.