Jump to content

uniDBGrid PagingBar Nextpage button


Servant5166

Recommended Posts

Hi,

 

You can use pagingBar.beforechange event for this:

function pagingBar.beforechange(sender, page, eOpts)
{
    
}

Or like in this post:

http://forums.unigui.com/index.php?/topic/4425-grid-refresh-button/

me.pagingBar.getComponent("next").handler

Best regards,

 

Thanks.

 

I really want the next page command to execute after my code runs. How can I get the next page of data and run my code?

Link to comment
Share on other sites

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.   Paste as plain text instead

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