Hello,
I am calling a Window that populates using a Controller Action Partial View. My window will contain cascading dropdowns. If I add a serverfiltering with a datafilter to my datasource I get a javascript error saying it can't find said method. When I remove the filter the box populates but Autocomplete doesn't work properly. If I change it to clientside filtering it works fine but I need to be able to add a group filter. Is Server filtering not available inside a Window control ?
I prepared a sample project to illustrate the problem.
Thanks,
Carrie
I am calling a Window that populates using a Controller Action Partial View. My window will contain cascading dropdowns. If I add a serverfiltering with a datafilter to my datasource I get a javascript error saying it can't find said method. When I remove the filter the box populates but Autocomplete doesn't work properly. If I change it to clientside filtering it works fine but I need to be able to add a group filter. Is Server filtering not available inside a Window control ?
I prepared a sample project to illustrate the problem.
Thanks,
Carrie