Hello! I am using
Infragistics4.Web.v11.1
Win 7 (64 bit), IE 8, Visual Studio 2010, SQL 2008
I would like the ability to call my Ajax Control (ModalPopupExtender) when doing a row adding or updating in Web Data Grid . Is this possible? Can you provide me with a solution? Thank you.
Hello dfiuser2,
If you need any further assistance on the matter please do not hesitate to ask.
Hi dfiuser2,
It has been some time since your post but in case that you still need assistance I will be happy to help.
I would suggest that you handle the EnteringEditMode client-side event of the grid and use the 'show' method of the popup extender to display it.
function EnteringEditModeHandler(sender, args) {
$find("ModalPopupExtender1").show();
}
If you have any other questions, please let me know.