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

Group by Layout issue for RadGrid

1 Answer 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Minino
Top achievements
Rank 1
Minino asked on 13 Sep 2010, 03:30 PM
Hi,

I do have issue with the group by panel of radgrid control.
 When the group by Column is used and then try to edit the data having pop up window ,
the Popup window  get hidden behind the Group panel.
if grouping is not used the pop up appear properly .
i have attached snapshot img file for reference.
Kindly let me know were do i have might gave gone wrong.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 13 Sep 2010, 03:54 PM
Hello Minino,

Judging by the provided screenshots, you are using a RadGrid with scrolling and static headers, and a popup edit form, inside another scrollable container.

+ using a popup edit form with grouping and static headers leads to the popup edit form being displayed inside the data area. In this case the popup cannot be displayed on top of the RadGrid header, which is a limitation of this scenario. I suppose you cannot sacrifice grouping or scrolling in this case, so please do not use a popup edit form.

+ screenshots 2 and 3 exhibit an Internet Explorer bug related to positioned elements placed inside a scrollable container. The workaround is to set a position:relative CSS style to the scrollable container of RadGrid.

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Minino
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or