Hello DevExpress,
I have a question which was discussed some times, but I got no answer so far which is practical.
In an ASPxGridView I need to hide the delete and edit command buttons conditionally.
In some examples you recommend the CommandButtonInitialze event.
There are several examples which demonstrate to handle the buttons visibility on oddRow condition.
But this is not practical for me, as I need to set the condition on a fields value in the particular gridrow.
For example: in my grid I have a column "processed". In all rows where Processed is true, I want hide the commanbutton,
when false the show it.
My question: How can I get the value of the column in the row inside the CommandButtonInitialize Event?
Thank you
Regards
Juergen