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

filter not working in RadFileExplorer

3 Answers 71 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
KeDaR
Top achievements
Rank 1
KeDaR asked on 05 Jul 2019, 12:24 PM

i have used Below Code

<telerik:RadFileExplorer RenderMode="Lightweight"
            OnClientLoad="OnClientLoad"
            EnableFilterTextBox="true"
            EnableViewState="true"
            runat="server" ID="FileExplorer1" Width="800px" Height="400px"
            EnableOpenFile="false"
            EnableCopy="false"
            EnableFilteringOnEnterPressed="true"
            Configuration-EnableAsyncUpload="false">
            <Configuration ViewPaths="~/MappedDir/" ></Configuration>
        </telerik:RadFileExplorer>

 

 

Filter not working please help

 

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 05 Jul 2019, 02:53 PM
Hi KeDar,

Can you verify that the OnClientLoad function is presented on the page holding RadFileExplorer and that there are no any JavaScript errors thrown on the page? I tested the provided setup and the filtering is working properly at my end (please, note, that the filter is applied only to the items in the current folder). You can see a video from my test here:
https://www.screencast.com/t/cAHAxPgze

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
KeDaR
Top achievements
Rank 1
answered on 10 Jul 2019, 09:29 AM
i have also Checked with removing all client side code n also there is no java script Error while loading RadFileExplorer
0
Rumen
Telerik team
answered on 15 Jul 2019, 07:52 AM
Hi KeDaR,

For your convenience I am attaching the sample that I used for the video provided in my previous reply. If comparing against it does not help you resolve the issue, please modify it to showcase the scenario and problem you are facing, so I can provide you with a more concrete answer.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
FileExplorer
Asked by
KeDaR
Top achievements
Rank 1
Answers by
Vessy
Telerik team
KeDaR
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or