joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
75 stars 56 forks source link

Paging appears to be without style #177

Open ctpaula opened 5 years ago

ctpaula commented 5 years ago

Created a simple paged grid, but the "previous", "next" and pages links are all simple, not like the demos in "http://mvcgrid.net/demo/paging".

I guess I need to add some CSS that is missing, but I couldn't find anywhere what CSS I'm missing.

I saw that on your demos page, the

that contains this pagination links uses "pagination pull-right" classes, But I can't find this classes anywhere.

What do I need to add to my project to have the same Pagination style as the Demos have?

randydeforest commented 5 years ago

Is there an update on this? I am having the same issue.

Thanks.

pkarandreas commented 5 years ago

I have the problem with the above users. I think the problem is with the latest version of bootstrap (incompatibilities with previous bootstrap versions). Any hint or fix ??? Thanks !

bfallar3 commented 4 years ago

Any update on this issue? Yes, I'm using Bootstrap 4 and the classes defined in the MVCGrid.NET does not support it.

ctpaula commented 4 years ago

@bfallar3 I'm using Bootstrap4 too. What I did to solve is inspect the "demos", then I took the classes from another project with Bootstrap3 and put on my CSS. The classes just doesn't exists in Bootstrap4.

Or someone takes the project and updates it to bootstrap4... or you have to do this way.