EasyUI Forum
September 16, 2025, 11:01:25 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: treegrid silent reload  (Read 6625 times)
prancius
Newbie
*
Posts: 11


View Profile Email
« on: January 22, 2017, 06:44:37 PM »

How to reload treegrid data silent i mean do not show 'Reloding ...' overlay?
And how to translate "Reloading..." if have mltilanguage page?

Thank you
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: January 22, 2017, 08:44:11 PM »

Please set the 'loadMsg' property to empty to hide the loading message.
Code:
$('#tg').treegrid({
  loadMsg: ''
});
Logged
prancius
Newbie
*
Posts: 11


View Profile Email
« Reply #2 on: January 23, 2017, 02:11:10 AM »

Thank you, it is working
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!