Search code examples
c#gridex

How to have FilterMode on, but editmode off for GridEX in C#


I need rows to not be edited in my GridEX but, if I turn EditMode off, it doesn't allow you to 'Edit' the filter section at the top. GridEX rows don't have an edit option only the columns do, so is there some way to get around this? Will I have to just do eventhandler stuff as a workaround? If so, are there any particular ways that work well?


Solution

  • Used the CurrentCellChanging event and then set AllowEdit to False