c# - How to disable a checkbox in a DevExpress grid -
i have devexpress grid column shows checkbox. how can disable checkbox user not able click on it, still displays check or blank box?
i suspect column boolean column
. try setting column.columnedit
textedit
display true or false instead showing checkedit
.
by default boolean column
uses checkedit
in devexpress grid makes sense.
note: i've not tested try out
Comments
Post a Comment