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
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