Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
330
Ability to call Ajax Control when doing a row adding or updating in Web Data Grid
posted

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.

Parents
  • 37874
    posted

    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.

     

Reply Children
No Data