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

FieldEditors are off the screen

7 Answers 62 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Don Tompkins
Top achievements
Rank 1
Don Tompkins asked on 15 Apr 2011, 07:50 PM
Hello,

I have two issues.

1) I have about 70 Field Editor items in my RadFilter and when I view all my field options on the page the list is off the screen and there is no scrolling to see the options off the page.

2) I am using a RadMenu on the same page and the filter list is displaying behind the menu. I changed the Z-Index in my Theme for the RadFilter to 25000 so it would be in front, but it's not working. What do I need to do to have the filter above the menu?

Thanks!

Don

7 Answers, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 20 Apr 2011, 10:27 AM
Hello Don,

Straight to your questions:
  1. Please examine this help topic to see how the desired functionality can be implemented.
  2. I suggest that you access the context menu of the RadFilter with the following code and set its z-index:
    RadContextMenu menu = RadFilter1.FindControl("rfContextMenu") as RadContextMenu;
I hope this helps.

Kind regards,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Don Tompkins
Top achievements
Rank 1
answered on 25 Apr 2011, 02:58 PM
Hello,

I have 70 search options for the user to select from. I implemented the code sample to limit the height of the menu option and turned scrolling on. I was wondering that since it's a menu control underneath if you would consider allowing parent/child properties so we could build an organized hierarchy of the options. We basically have three major categories and I would love to show three parent menus and the related choices would be displayed as a sub-menu.

Thanks for your consideration.

Regards,
0
Mira
Telerik team
answered on 28 Apr 2011, 08:59 AM
Hello Don,

In order to implement the desired functionality, I recommend that you find the menu as I explained in my previous post and bind it to your hierarchical data source.
You can review this demo for additional information.

I hope this helps.

Kind regards,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Don Tompkins
Top achievements
Rank 1
answered on 03 May 2011, 03:43 PM
Hi Mira,

Thanks for the info, but I'm a little confused how to implement this with the RadContextMenu. I don't know how to handle the additional properties associated with the RadFilterDataFieldEditors. One of the editors is a custom editor to use a drop down list. Is it possible you can send me a sample of how this feature will work using the RadFilter? I prefer the sample in VB, but I can convert C# if necessary.

Thanks!

Don
0
Mira
Telerik team
answered on 05 May 2011, 09:28 AM
Hello Don,

Please examine the following help topics to see how the desired functionality can be implemented:
Customizing the menu
Creating custom field editors

I hope this helps.

Greetings,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Don Tompkins
Top achievements
Rank 1
answered on 06 May 2011, 03:38 PM
Hello Mira,

I was hoping that I could get an sample of how to dynamically add the menu items to a rad filter. The one link you sent shows me how to get a hold of the menu control, which is fine as I am doing that for my original post, and the second sample shows me a custom editor, which I have successfully implemented into my application, but I would like to see a working version of a custom rad filter that has a hierarchical menu that assigns the parent/child relationships that are necessary.

Thank you, Don
0
Mira
Telerik team
answered on 11 May 2011, 03:38 PM
Hello Don,

I have followed your scenario and prepared a sample project for you demonstrating how the desired functionality can be implemented. You can find it attached to this message.

I hope it helps.

Kind regards,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Filter
Asked by
Don Tompkins
Top achievements
Rank 1
Answers by
Mira
Telerik team
Don Tompkins
Top achievements
Rank 1
Share this question
or