Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
when create list in macro like this
.Can i make some thing like paging in grid view
Have alook here :
http://www.diplo.co.uk/blog/2011/6/21/creating-a-paged-list-in-umbraco-using-razor.aspx
and here:
http://cultiv.nl/blog/how-to-use-razor-in-umbraco-paging/
This should put you on the right track.
Moshe Kariti
thanks for your answer but i want to do paging without post back
Hi,
you can use the same logic with any type of pagination.
Click on the page number can be submited to a surface controller to retrive the right list of items. Just pass the current page number and the required number of items etc..
Regards,
Moshe
Is there is way to allow paging in umbraco without postback
Why don't you just use something like jQuery Datatables?
http://www.datatables.net/
Really easy to use, and looks great.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
is there paging in umbraco
when create list in macro like this
.Can i make some thing like paging in grid view
Have alook here :
http://www.diplo.co.uk/blog/2011/6/21/creating-a-paged-list-in-umbraco-using-razor.aspx
and here:
http://cultiv.nl/blog/how-to-use-razor-in-umbraco-paging/
This should put you on the right track.
Moshe Kariti
thanks for your answer but i want to do paging without post back
Hi,
you can use the same logic with any type of pagination.
Click on the page number can be submited to a surface controller to retrive the right list of items. Just pass the current page number and the required number of items etc..
Regards,
Moshe
Is there is way to allow paging in umbraco without postback
Why don't you just use something like jQuery Datatables?
http://www.datatables.net/
Really easy to use, and looks great.
is working on a reply...