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…
Hi Guys, how can I popup the webDialog when the page is Not Valid
I have this....
<ig:WebDialogWindow ID="summaryDialog" runat="server" Height="300px" Width="400px"> <ContentPane> <asp:ValidationSummary…
I am using asp.net 3.0 infragistics controls 2008 vol 2.When i have opened the WebDialogWindow and then click on asp button for any operation using updatepanel after this operation i have closed the window..
but after this when i click on asp gridveiw…
Greetings. I'm in the process of re-writing a legacy Classic ASP application in ASP.NET and am making heavy use of the Infragistics controls set (they are cool).
I'm using a classic design methodology employing a single Master page for a common site…