Jump to content

unnimDBGrid-sliderbar


Roberto Nicchi

Recommended Posts

Hayri, 

I'm sorry, but it isn't the correct solution for me.

I need the same visualization (that is, multiple pages if records are more than x), but without slidebar.

After that, I add 4 buttons (next, previous,first,last page) for move between pages (to replace the slidebar)

Link to comment
Share on other sites

19 minutes ago, Roberto Nicchi said:

Hayri, 

I'm sorry, but it isn't the correct solution for me.

I need the same visualization (that is, multiple pages if records are more than x), but without slidebar.

After that, I add 4 buttons (next, previous,first,last page) for move between pages (to replace the slidebar)

Hello, I use Custom CSS in me projects uniDBgrid to hide panel - Page buttons

if this can help to You:

    .x-grid-paging-toolbar {
    /*            visibility: hidden !important; */
        height: 0px !important; 
    }

I get ".x-grid-paging-toolbar"  from Google chrome console.

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