Jump to content

change UniDBGrid , page set and display info in global


Recommended Posts

Posted

Hi,

 

 

I would like to change the grid page information displaying to others terms.

 

I want to change it style or any way so that I can change all the unidbgrid in my application.

 

Please see the attached for the part I want to change.

 

Please advise

 

 

joe

post-3755-0-79095300-1490269325_thumb.png

Posted

Hi,

 

For now you can try to use this:

 

MainForm -> Script:

Ext.toolbar.Paging.override({
    displayMsg: "...Displaying {0} - {1} of {2}",
    beforePageText: "...Page",
    afterPageText: "...of {0}"
})

Best regards.

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