Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET MVC > General Discussions > Using Filterable() in MVC Grid without JavaScript

Not answered Using Filterable() in MVC Grid without JavaScript

Feed from this thread
  • Simon avatar

    Posted on Jan 27, 2012 (permalink)

    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



    Reply

  • Simon avatar

    Posted on Jan 30, 2012 (permalink)

    My apologies - would an admin mind moving this to the ASP.NET MVC Grid forum?

    Reply

  • Atanas Korchev Atanas Korchev admin's avatar

    Posted on Jan 30, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET MVC > General Discussions > Using Filterable() in MVC Grid without JavaScript