Hello,
I have a strange problem, maybe someone else encountered it.
I'm using a RadGrid with a NestedTemplate for each row, inside the NestedTemplate I'm displaying a DetailsView control with Edit and Delete buttons.
The Edit button works fine, but the Delete button doesn't work at first! If the user enter the edit mode, even if only to press Cancel, the Delete button works fine, but otherwise it doesn't work.
I tried to catch the Delete button OnClick event but there is no event. The button itself has an OnClientClick event that does work everytime.
Another strange feature is, then I remove the AjaxManager that enable the RadGrid to update the Delete Button works fine. But I must use it for other controls.
I hope it makes sense to someone
Thanks
Eyal
I have a strange problem, maybe someone else encountered it.
I'm using a RadGrid with a NestedTemplate for each row, inside the NestedTemplate I'm displaying a DetailsView control with Edit and Delete buttons.
The Edit button works fine, but the Delete button doesn't work at first! If the user enter the edit mode, even if only to press Cancel, the Delete button works fine, but otherwise it doesn't work.
I tried to catch the Delete button OnClick event but there is no event. The button itself has an OnClientClick event that does work everytime.
Another strange feature is, then I remove the AjaxManager that enable the RadGrid to update the Delete Button works fine. But I must use it for other controls.
I hope it makes sense to someone
Thanks
Eyal