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

Radgrid getting sqeezed because of RadMenu

3 Answers 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
chandra kanth
Top achievements
Rank 1
chandra kanth asked on 19 Aug 2011, 02:15 PM
Hi,

I have a radmenu and a radgrid placed in a panel respectively.
When searched with some search criteria, all the results are displayed in the radgrid.

Because of the RadMenu presence above the RadGrid, Radgrid is getting sqeezed.
Other issues that i faced becoz of sqeezing are:
1. When i sort a particular column, instead of an arrow image, i get a box type image beside the header text.
2. Paging number are appearing very close to each other and the paging text is getting displayed below the paging numbers instead of Right bottom corner.

I had tried placing the Radmenu in a separate Div, panel and table but it did not help a bit..., also tried manually adjusting the width and height of the grid, still no use.

When i remove or move the RadMenu control below the grid, RadGrid is getting displayed as expected.
But as per the design i cannot move the Radmenu below the grid.

Could you please help us in fixing this issue...


Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Aug 2011, 02:23 PM
Hello Chandrakanth,

Try setting z-index for RadMenu in order to replicate this issue.
Controlling absolute positioning with z-index.

Thanks,
Princy.
0
chandra kanth
Top achievements
Rank 1
answered on 19 Aug 2011, 02:44 PM
Not exactly.

The issue is something like this:

This is how my source code is:
<asp: Panel ID = XYZ>
<Radmenu></RadMenu>
<Radgrid></<Radgrid>>
</asp: Panel>

Now When i search:
RadMenu is getting displayed properly. Where as RadGrid style is getting distorted (Paging and Sorting issues as mentioned earlier)

and when the change the code to:
<asp: Panel ID = XYZ>
<Radgrid></<Radgrid>
<Radmenu></RadMenu>
</asp: Panel>

Radgrid is getting displayed as expected.

I cannot share the actual code nor the screenshots as its in a different machine and i cannot get that info here.


0
Pavlina
Telerik team
answered on 24 Aug 2011, 01:05 PM
Hello Chandra Kanth,

I tried to replicate the issue you are facing, but to no avail. Please check out the test project attached to this message and let me know what is the difference in your case.

All the best,
Pavlina
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Grid
Asked by
chandra kanth
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
chandra kanth
Top achievements
Rank 1
Pavlina
Telerik team
Share this question
or