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

[Solved] Using Filterable() in MVC Grid without JavaScript

2 Answers 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Simon
Top achievements
Rank 1
Simon asked on 27 Jan 2012, 06:08 PM
Hi there,

I'm evaluating the use of the Telerik MVC extensions in an ASP.NET MVC 3 project. We have a key application requirement that the site must operate fully without the use of JavaScript, as some of our largest clients disallow all scripting.

The Telerik grid works without JS enabled for almost everything I've tried so far: sorting, paging, commands etc all function very well. The only sticking point I've come across so far is that the inbuilt Filterable() function doesn't work at all without JS enabled. The filter icons show, but clicking on them does nothing.

I realise that any implementation of filtering within the grid is likely to be quite clumsy (involving multiple page postbacks, additional buttons etc), but is there any way this can be implemented without us having to roll our own filtering outside of the grid?

I appreciate that this is a fairly unusual requirement, but it's a stumbling block for adoption of the toolkit at the moment.

Many thanks,

Simon



2 Answers, 1 is accepted

Sort by
0
Simon
Top achievements
Rank 1
answered on 30 Jan 2012, 04:22 PM
My apologies - would an admin mind moving this to the ASP.NET MVC Grid forum?
0
Atanas Korchev
Telerik team
answered on 30 Jan 2012, 04:25 PM
Hello,

 The built-in filtering feature rely on JavaScript (as well as the grouping). If you must support filtering with disabled JavaScript you can create a custom form as shown in this example.

Regards,
Atanas Korchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
General Discussions
Asked by
Simon
Top achievements
Rank 1
Answers by
Simon
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or