You are viewing limited content. For full access, please sign in.

Question

Question

Can you disable the column picker in Weblink 10?

asked on November 25, 2019

Can you disable the column picker in Weblink 10?

0 0

Answer

SELECTED ANSWER
replied on December 17, 2019

You could implement hiding the column picker using css. Add the following css to styles.css file or to browse.aspx in <style> tags.

 

.browserGrid > .context-menu {
    display: none !important;
}

 

0 0
replied on December 18, 2019

Thank you Cecilia!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.