Hi!
I have created a custom module and I am looking for the ability to hide/show the delete action in object listing XML based on the module data. How can this be achieved? Do I need to implement an extender? If so I am not sure how to select an existing header action. Any guidance?
You can add advanced logic for individual actions buttons in handlers of the UniGrid's OnExternalDataBound event (for example, defining for which rows the actions are available). See: UniGrid - Implementing custom functionality
Thanks Peter, that is what I ended up doing!
Please, sign in to be able to submit a new answer.