Hi guys,
I've been struggling with this for several hours with no luck. I have this grid with batch editing enabled and I have two buttons that need to be hidden conditionally depending on the value of a property in my ViewModel. I'm using the dataBound event to hide the buttons and everything works fine until I edit one of the cells in the grid. As soon as I change the value on a cell and exit the edit mode the button that was hidden appears again. How can I solve this?
Thanks in advance.