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

Grid expansion overlaps bottom grid

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suresh Krishna
Top achievements
Rank 1
Suresh Krishna asked on 02 Nov 2012, 09:49 AM
Hi,
I have two Rad-grids in  my aspx webpage, which are embedded in HTML table. One below the other.

Grid on top doesn't have paging. Grid in the bottom has paging. Both grid has drag & drop property enabled.

When top grid gets more data it will get bigger. As it gets bigger, top grid goes behind bottom grid. It looks like, bottom grid over the top grid.

I wanted as  top grid gets bigger, the height of that row should get increased and it doesn't merge/overlap with the bottom grid. i.e, bottom grid should get pushed down.

Any help appreciated.

Thanks in advance.
Suresh


1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 07 Nov 2012, 08:16 AM
Hello Suresh,

I guess this is happening because you have set a width of the grids. In this case when the data in the grid is more than its height the data goes outside of the border of the grid. I suggest you to either remove the height or set a scrollbar if you want to keep the height of the grid. By setting AllowScroll to true you could enable the scrollbar of the grid.
<ClientSettings>
   <Scrolling AllowScroll="true" />
</ClientSettings>

Regards,
Kostadin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Suresh Krishna
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or