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 ?
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,
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"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now