martijnboland / MvcPaging

ASP.NET MVC Paging HTML helper
https://blogs.taiga.nl/martijn/2008/08/27/paging-with-aspnet-mvc/
MIT License
289 stars 144 forks source link

Ajax Paging and Bootstrap 3 Pagination #39

Open tryhp3 opened 10 years ago

tryhp3 commented 10 years ago

I used Ajax Paging and DisplayTemplate("Bootstrap3Pagination").

My steps:

  1. Click "2" button
  2. Click "1" button
  3. Click "<<" button - send a request (without the route values). This action should not do anything.

See picture below:

error

Untherxadyus commented 6 years ago

I'm having th exact same issue, but what I noticed in the server side is that the event is being called twice.

image

Even if you hit the 3 ... button, an event will be triggered.

Was noticing that the li element has the class disabled, need to verify if an event listener was attached to the li or something