mikromundo Posted November 10, 2020 Posted November 10, 2020 How can I customize the uniDbGrid navigation bar? Aligning and / or creating other buttons and calling the respective navigation events. Quote
Sherzod Posted November 11, 2020 Posted November 11, 2020 12 hours ago, mikromundo said: How can I customize the uniDbGrid navigation bar? Hello, Have you tried searching on the forum? Quote
mikromundo Posted November 17, 2020 Author Posted November 17, 2020 yes. @Sherzod I tried with several words and did not find what I wanted. But I will try again. Sorry for the delay in the response. Quote
picyka Posted November 17, 2020 Posted November 17, 2020 UniDBGridSearch.ClientEvents.ExtEvents.Values['beforerender'] := 'function beforerender(sender, eOpts) ' + ' { var pagingBar=sender.pagingBar; ' + ' if (pagingBar) { ' + ' pagingBar.add(0, {xtype: ''tbfill''}); ' + ' pagingBar.add({xtype: ''tbfill''}); ' + ' } ' + '} '; Quote
mikromundo Posted November 17, 2020 Author Posted November 17, 2020 Thanks @picyka I will test to see if it was what I was looking for. Quote
mikromundo Posted November 17, 2020 Author Posted November 17, 2020 Centralized Toolbar !!! Thanks. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.