MVCGrid.Net icon indicating copy to clipboard operation
MVCGrid.Net copied to clipboard

Paging appears to be without style

Open ctpaula opened this issue 7 years ago • 4 comments

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?

ctpaula avatar Sep 24 '18 01:09 ctpaula

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

Thanks.

randydeforest avatar Oct 12 '18 19:10 randydeforest

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 !

pkarandreas avatar Jan 13 '19 20:01 pkarandreas

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

bfallar3 avatar Aug 24 '19 07:08 bfallar3

@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.

ctpaula avatar Aug 26 '19 12:08 ctpaula