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

Posible RadGrid Context Menu with filters interface

2 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Luis
Top achievements
Rank 1
Luis asked on 21 Oct 2010, 12:01 AM
Hi,

IM using radgrid with both contextmenu normal and filter but whe i try to use it, the combobox for the second condition is out of menu. See the image.

Best Regards,
Luis

2 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 26 Oct 2010, 02:21 PM
Hello Luis,

I recommend that you try this workaround:
.rgHCMItem .RadComboBox,
.rgHCMItem .rgHCMAnd
{
     display:block !important;
     float:none !important;
     clear:both;
}

If the problem still persists, please open a new support ticket and attach a runnable version of your project so that we can examine it locally.

Kind regards,
Daniel
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
0
Luis
Top achievements
Rank 1
answered on 26 Oct 2010, 03:22 PM
Hi Daniel,

That fixes the problem. Thank you very much :)

Best Regards
-Luis
Tags
Grid
Asked by
Luis
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Luis
Top achievements
Rank 1
Share this question
or