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

DetailTable width

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
P
Top achievements
Rank 1
P asked on 16 Oct 2011, 11:51 PM
Hi, could You tell me how to set auto width on detail table in hierarchical grid? It automatically sets width=100% on table in html, so child grid is stretched.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Oct 2011, 06:19 AM
Hello P,

You can add the following CSS to set the width on DetailTable.

CSS:
<style type="text/css">
  .rgDetailTable
   {
    width:auto !important;
    border:solid !important;
   }
</style>

Thanks,
Princy.
Tags
Grid
Asked by
P
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or