I have a three level hierarchical grid bound to an object data source. I can add, edit and delete rows in each level/band successfully.
However I need to perform some validation on the delete operation, which requires a postback. The RowDeleting server event is working, but its only being fired for rows in the root band? rows in the child bands are deleted successfully, but the server event isn't working?
Have I missed a setting or is it something else?
My workaround will be to have client events that perform manual page methods to do the same thing. Using the RowDeleting event for all three bands would be *much* simpler...sigh.
Hi,
What build are you using? I checked just now with our release candidate for 10.2 and the server event seems to fire correctly for me. If you have an RTM version, I would suggest upgrading to the latest Service Release. You could also attach your aspx here to have a look at.
regards,David Young
I'm using the most recent patch: 10.1.2051
Is there a property that should be set to ensure these events fire for child rows, or is it just implicit ?