Hello,
I am using a Usercontrol as my edit form for my radgrid and cannot seem to get its Update button to function properly.
The grid is ajaxified with a radajaxmanager to update itself and has the OnUpdateCommand set to the name of my code-behind function that handles the grid's .UpdateCommand event.
The input button that I put in my usercontrol is shown below.
When clicked, it causes the Ajax loading panel to appear briefly but does not change anything (data or the edit form). It does not close the edit form the way the Cancel button does, either.
Any idea what I might be missing here?
Mike
I am using a Usercontrol as my edit form for my radgrid and cannot seem to get its Update button to function properly.
The grid is ajaxified with a radajaxmanager to update itself and has the OnUpdateCommand set to the name of my code-behind function that handles the grid's .UpdateCommand event.
The input button that I put in my usercontrol is shown below.
<
asp:Button
ID
=
"btnUpdate"
Text
=
"Update"
runat
=
"server"
CommandName
=
"Update"
/>
When clicked, it causes the Ajax loading panel to appear briefly but does not change anything (data or the edit form). It does not close the edit form the way the Cancel button does, either.
Any idea what I might be missing here?
Mike