delagoutte Posted August 17, 2016 Posted August 17, 2016 Is it possible to have a unidbgrid with a unidbnavigator embedded like this image : 1
M477H13U Posted December 1, 2017 Posted December 1, 2017 We are interested by a behaviour like this ! (:
Sherzod Posted December 1, 2017 Posted December 1, 2017 Hi, Also we can try to embed the standard UniDBNavigator
Freeman35 Posted January 24, 2018 Posted January 24, 2018 Hello, How to do this? Thank you. Hi, Also we can try to embed the standard UniDBNavigator pagingBarWithUniDBNavigator.png
Sherzod Posted January 24, 2018 Posted January 24, 2018 Hello, It's easy Do the following, for example: 1. UniHiddenPanel1 -> UniDBNavigator1 ! 2. UniDBNavigator1.DataSource -> ... 3. MainForm -> OnReady event: procedure TMainForm.UniFormReady(Sender: TObject); begin with UniDBGrid1, UniDBGrid1.JSInterface do if WebOptions.Paged then begin JSCall('pagingBar.add', ['->']); JSCall('pagingBar.add', [UniDBNavigator1.JSControl]); end; end; Try... Best regards, 2
Freeman35 Posted January 24, 2018 Posted January 24, 2018 Its so easy now for me too Thank you. regards
Recommended Posts