Jump to content

Paging vs Grid Control


carlg

Recommended Posts

I'm creating a web based application where the user will open a page and there could be anywhere from 5 up to thousands of records on the page.  They will then click on a link to edit the record.    There are about 5-7 fields to show for each record. Pretty simple stuff, not complicated.

 

So what do you think is a better way to implement this?  Using basic paging methods (calculating number of rows and doing the math) and spitting out a table or plain html or do you think it is better to use a grid such as jqgrid where the paging is built in already for me?

 

 

 

 

Link to comment
Share on other sites

It really depends. If the thousands of records means transferring several hundreds or thousands of kilobytes in a single request, it's worth it to break it up.

 

Keep in mind, transferring it in one huge chunk could be very noticeable for slower connections.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.