EasyUI Forum
October 18, 2025, 01:38:13 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: datagrid scrollbar [SOLVED]  (Read 14553 times)
roberto
Jr. Member
**
Posts: 88


View Profile Email
« on: February 06, 2019, 07:51:02 AM »

Hi
How to use nicescroll with datagrid?
tks,
« Last Edit: February 07, 2019, 01:39:06 PM by roberto » Logged
jarry
Administrator
Hero Member
*****
Posts: 2300


View Profile Email
« Reply #1 on: February 06, 2019, 05:12:55 PM »

Please refer to this topic https://www.jeasyui.com/forum/index.php?topic=7620.msg19952#msg19952
Logged
roberto
Jr. Member
**
Posts: 88


View Profile Email
« Reply #2 on: February 06, 2019, 05:31:00 PM »

tks, I did it before but did not work on datagrid
Code:
        $('#dg').data('datagrid').dc.body2.niceScroll();


Logged
jarry
Administrator
Hero Member
*****
Posts: 2300


View Profile Email
« Reply #3 on: February 06, 2019, 11:38:34 PM »

This example works fine.

http://code.reloado.com/odoqaz4/edit#preview
Logged
roberto
Jr. Member
**
Posts: 88


View Profile Email
« Reply #4 on: February 07, 2019, 04:54:38 AM »

thank you so much for your time

It worked but stopped after the refresh button was clicked
btw: it stop working after any king of redraw operation
on your example: changing the column width
the vertical scroolbar disapear but the horizontal keeps working
« Last Edit: February 07, 2019, 05:10:40 AM by roberto » Logged
jarry
Administrator
Hero Member
*****
Posts: 2300


View Profile Email
« Reply #5 on: February 07, 2019, 07:16:10 AM »

This is the updated example http://code.reloado.com/odoqaz4/2/edit#preview
When the resizing is done, please reset the width of the vertical scrollbar.
Code:
var view2 = $(this).data('datagrid').dc.view2;
view2.children('.nicescroll-rails-vr').width(8);
Logged
roberto
Jr. Member
**
Posts: 88


View Profile Email
« Reply #6 on: February 07, 2019, 01:38:11 PM »

 Grin Just perfect!

Thank you very much!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!