This is a migrated thread and some comments may be shown as answers.

DetailTable Indentation

3 Answers 117 Views
Grid
This is a migrated thread and some comments may be shown as answers.
pavan pemmaraju
Top achievements
Rank 1
pavan pemmaraju asked on 02 Nov 2009, 09:46 PM
Hi,

The indentation of the detail tables by radgrid is too much for my scree real estate. Is there a way of reducing it ?

I know I can increase the indetation as follows:

<radG:GridTableView DataSourceID="SqlDataSource2" CssClass="detailTable">

 .detailTable      {        margin-left:40px !important;      } 

Thanks,
Pavan.

3 Answers, 1 is accepted

Sort by
0
Prangadj
Top achievements
Rank 1
answered on 05 Nov 2009, 04:09 PM
If you found this works, how about setting negative margin to get the reverse:

detailTable      {        margin-left:-10px !important;      } 

Prangadj
0
Shinu
Top achievements
Rank 2
answered on 06 Nov 2009, 07:13 AM

Hi Pavan ,

Here is an article on  Aligning columns in each level of hierarchical grid. Check it  out and  let me know if it was helpful .

Thanks
Shinu.
0
pavan pemmaraju
Top achievements
Rank 1
answered on 06 Nov 2009, 02:40 PM
Hello guys,

Prangad,
Well I obviously tried that but the grid gets chopped off to the left.

Shinu,
The link was helpful but it should point here.

Thanks,
Pavan.
Tags
Grid
Asked by
pavan pemmaraju
Top achievements
Rank 1
Answers by
Prangadj
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
pavan pemmaraju
Top achievements
Rank 1
Share this question
or