Jump to content

Recommended Posts

Posted

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 ?

Posted

Hi,

 

You can use the enableLocking config for this:

function beforeInit(sender, config)
{
    config.enableLocking = true;
}

Best regards,

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...