Semper Posted January 31, 2013 Posted January 31, 2013 How to get TrackBar without Tip? Is it possible? Quote
estrify Posted January 31, 2013 Posted January 31, 2013 It is controlled by the useTips config, that is true by default, so you can try to modify it within ClientEvents, something like: function OnBeforerender(sender) { sender.useTips=false; } Regards, Quote
bdiri Posted December 24, 2022 Posted December 24, 2022 Hi i know it's very very late but maybe can help someone function beforeInit(sender, config) { sender.useTips=false; } 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.