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

Filtering in a radgrid and Filemanager in radeditor doesn't work anymore

3 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
develop about:blank
Top achievements
Rank 1
develop about:blank asked on 25 Nov 2010, 09:48 AM
Greetings,

I got 2 problems with my telerik controls. the first one is that filtering doesn't work in my radgrids. I'm using several radgrids on my websites on different page under the same masterpage this is the error I get when i try to filter:

The other problem i have is that the filemanger function in my radeditor doesn't work.
I have added:
<add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler" validate="false" />
to the web.config and i defined the filepaths as you can see below:
<telerik:RadEditor ID="txtWhoAreWe" ShowSubmitCancelButtons="false"
        runat="server" AllowCustomColors="true">
        <ImageManager ViewPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" UploadPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old"
            DeletePaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" />
        <MediaManager ViewPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" UploadPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old"
            DeletePaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" />
        <FlashManager ViewPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" UploadPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old"
            DeletePaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" />
        <TemplateManager ViewPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" UploadPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old"
            DeletePaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" />
        <DocumentManager ViewPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" UploadPaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old"
            DeletePaths="~/_upload/RadFiles/New,~/_upload/RadFiles/Old" />
    </telerik:RadEditor>
Yet the filemanager doesn't work whenn i open one of the filemanager all buttons are are disabled and all i can do is close it.

I hope you can help me.

3 Answers, 1 is accepted

Sort by
0
develop about:blank
Top achievements
Rank 1
answered on 25 Nov 2010, 09:52 AM
Here is the screenshot of the error i get whenn i try to filter
0
Fiko
Telerik team
answered on 30 Nov 2010, 12:07 PM
Hi,

I was unable to reproduce the problem on my side. Could you please open a new support ticket and send me the code-behind files as well? The error that you experience is a server-side generated error and most probably it comes from one of the codebehind files.

Best wishes,
Fiko
the Telerik team
Browse the vast support resources we have to jumpstart 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
develop about:blank
Top achievements
Rank 1
answered on 30 Nov 2010, 02:35 PM
Oke fixed it,

i removed the following line from the web.config:
<xhtmlConformance mode="Legacy"/>
And now it working like it should.
Tags
General Discussions
Asked by
develop about:blank
Top achievements
Rank 1
Answers by
develop about:blank
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or