ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Grid Row Selection, prevent selecting certain rows
Title:
B
I
{code}
?
Is it possible to disable the selection of some lines in a grid?
Save Changes
Cancel
Meccanica Rossi
asked at 21 May 2021
Answers
B
I
{code}
?
you can set `'awe-nonselect'` class on the grid row, using `RowClassClientFormat(str)`, or on a Column if you want just that column not to be selectable but this will only stop selection on click, if you click a selectable row above and after shift+click another one below you will still select that row, that won't be an issue if you use `SelectionType.Single`
Save Changes
Cancel
Omu
answered at 21 May 2021
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