How to disable "Edit Filter" button on XtraGrid? I want user to see the expression but do not want to edit it.
Thanks, Omky
How to disable "Edit Filter" button on XtraGrid? I want user to see the expression but do not want to edit it.
Thanks, Omky
Copyright © 2021 Jogjafile Inc.
From the web site Edit Filter Button
Just Set the
AllowFilterEditor = false
and that should suffice.