Browse By Tags

  • Custom args in windowStateChangingEvt of WebDialogWindow.

    I am new to Infragistics ASP.NET controls and try to learn as much as possible.

    I am stuck with WebDialogWindow control. I am using WebHierarchicalDataGrid and on each cell I am opening Web Dialog window in WHDG_CellSelectionChanged function using overrideWindow…

  • Re: WebDialgoWindow and WebUpload Issue

    Hi,
    Thanks for answering me.

    I tried that piece of code and I got a javascript error: the WebDialogWindow is null. So I tried this:

     

    function 

     

    showIt() {

     

     

    var dialogWindow = $find('<%= WebDialogWindow1.ClientID %>');