delagoutte Posted August 4, 2017 Posted August 4, 2017 Hello, i'm using the column checkbox for selection and multiselect. Is it possible to lock this column so that it is always visible even if you use the horizontal scrollbar ? Quote
Sherzod Posted August 8, 2017 Posted August 8, 2017 Hi, You can use the enableLocking config for this: function beforeInit(sender, config) { config.enableLocking = true; } Best regards, Quote
delagoutte Posted August 8, 2017 Author Posted August 8, 2017 it's not working in my case. i have this error message on load "me.checkboxModel is undefined" 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.