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

RadFilter Filter On A Different Page

7 Answers 104 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Seth
Top achievements
Rank 1
Seth asked on 30 Jul 2010, 02:43 PM
I have so many different UserControls and RadControls on my page that it seems to be conflicting with the RadFilter.  I am trying to open a RadWindow with the RadFilter in the Content Template.  Four problems arise for me when doing this.

1. Clicking the Add Expression button does nothing on first click, a second click does what is expected.
2. Showing an expression based on a DateTime field throws off the style. The textbox width is very small, the images do not show up, and the alternate text shows up.
3. Any skin other than Default does not show correctly.
4. When clicking Apply, I get "Microsoft JScript runtime error: '_events' is null or not an object".  When I click Continue in Visual Studio, the filter does get applied.

I think a lot of this could be solved if I were able to put the RadFilter on a seperate page.  I understand how the RadFilter interacts with the FilterContainer, in my case a RadGrid but I am hoping that there is a solution as our setup is very complicated.

We use dynamic tab loading using the RadTabStrip control.  Each tab contains a UserControl which have a myriad of RadControls including RadSplitter, RadGrid, RadToolbar, RadWindow.

<telerik:RadAjaxManagerProxy ID="rampDomestic" runat="server">
     <AjaxSettings>
         <telerik:AjaxSetting AjaxControlID="btnApply">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="rgDomestic" LoadingPanelID="ralpDomestic" />
             </UpdatedControls>
         </telerik:AjaxSetting>
         <telerik:AjaxSetting AjaxControlID="rfAdvanced">
             <UpdatedControls>
                 <telerik:AjaxUpdatedControl ControlID="rfAdvanced" LoadingPanelID="ralpDomestic" />
             </UpdatedControls>
         </telerik:AjaxSetting>
     </AjaxSettings>
</telerik:RadAjaxManagerProxy>
<telerik:RadAjaxLoadingPanel ID="ralpDomestic" runat="server"></telerik:RadAjaxLoadingPanel>
<telerik:RadWindowManager ID="rwmDomestic" runat="server">
     <Windows>
         <telerik:RadWindow ID="rwAdvancedFilter" runat="server" Behaviors="Move, Resize, Close" Title="Advanced Shipment Filter" Modal="true" Width="400" Height="400">
             <ContentTemplate>
                 <telerik:RadFilter ID="rfAdvanced" runat="server" FilterContainerID="rgDomestic" ShowApplyButton="false" Style="margin:10px 0 0 10px;">
                 </telerik:RadFilter>
                 <asp:Button ID="btnApply" runat="server" Text="Apply" OnClientClick="HideAdvancedFilter" /><asp:Button ID="btnCancel" runat="server" Text="Cancel" OnClientClick="HideAdvancedFilter" />
             </ContentTemplate>
         </telerik:RadWindow>
     </Windows>
</telerik:RadWindowManager>


Thanks for any help.

7 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 05 Aug 2010, 07:44 AM
Hello Seth,

The error is caused if control is ajaxified within RadWindow.ContentTemplate. However you can check latest internal build where the issue is resolved.

Best wishes,
Nikolay
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
Seth
Top achievements
Rank 1
answered on 05 Aug 2010, 02:36 PM
Any idea when the next release will be avaiable?
0
Seth
Top achievements
Rank 1
answered on 05 Aug 2010, 02:59 PM
That seems to have solved #1 and #4, but I am still experiencing #2 and #3.
0
Nikolay Rusev
Telerik team
answered on 10 Aug 2010, 01:07 PM
Hello Seth,

Could you provide example for #2 and #3  were we can debug locally as we are not aware of such behaviors?

Best wishes,
Nikolay
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
Seth
Top achievements
Rank 1
answered on 01 Sep 2010, 04:24 PM
I had downloaded the internal build as instructed which seemed to fix the required 2 click issue.  But now when I have downloaded the latest release, that issue is not fixed any longer.

Any idea why?
0
Nikolay Rusev
Telerik team
answered on 07 Sep 2010, 07:49 AM
Hello Seth,

Can you try using RadWindow as stand alone(without RadWindowManager) and see whether it makes any difference?

Regards,
Nikolay
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
Seth
Top achievements
Rank 1
answered on 07 Sep 2010, 08:10 PM
That took care of it, thanks!
Tags
Filter
Asked by
Seth
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Seth
Top achievements
Rank 1
Share this question
or