ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Hide columns in grid permanently
Title:
B
I
{code}
?
How I can hide columns in grid permanently pragmatically? Hidden = true is hiding columns but users are able to see them from right bottom corner options. Also I want to restrict user from hiding columns (add and edit button columns in grid) - how I can hide columns from right bottom corner options.
Save Changes
Cancel
Prakash Lad
asked at 18 Jun 2016
if you don't need the column to be visible, just don't put it at all, there's no possible use for it, if it's not visible ever; to restrict users from hiding certain columns use new Column{...}.Mod(o => o.NoHide()
at 18 Jun 2016
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK