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

[Solved] Filter question for Dates

1 Answer 63 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 11 Feb 2015, 12:22 PM
Hi I am trying to recreate the example of the filter row.

http://dojo.telerik.com/iYUPU/2

After creating data myself the filter does not work anymore.

On my local test environment I am using
transport: {
           read: {
                     url: "partials/tasks.json",
                     dataType: "json"
               }
          },

...which also does not seem to kick off the filter when I type anything or press enter.

What is wrong with this example? http://dojo.telerik.com/iYUPU/2

Thanks

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 13 Feb 2015, 09:44 AM
Hello Markus,

After inspecting the provided example it appears that the "serverFiltering" / "serverPaging" options of the dataSource are enabled which is the reason for current behavior (you are currently loading the data from static file). Please check the updated code below:


Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Markus
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or