hellow,
I have an issue with closing a WebDialogWindow using a JS code.
so for showing the dialog, I'm using the following vb.net code:
WebDialogWindow9.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal
the above code works…
Hi,
I would appreciate it a lot if someone could please help me with this.
I have an updatepanel which has a button, which when clicked shows the web dialog window, and within that dialog window I have a file upload control and a button upload to save…
I have these 2 functions that open a WebDialogWindow from a WebDataGrid.
Client sidefunction WebDataGrid1_DblClickHandler(sender, e) { var grid = $find('<%= WebDataGrid1%>'); var gridBehaviors = grid.get_behaviors(); var row = gridBehaviors…
hi ,
i am trying to to open a webdialogwindow from a double click event from the webdatagrid cell but i need to do it from code behind instead of using the javascript :
function WebDataGrid1_Grid_DoubleClick(sender, eventArgs) { var column = eventArgs…
i need to set a double click event to a column that open WebdialogWindow , how can i do it ?
thank you.
I'm using In fragistics v18.1 clr 4.5 WebDataGrid with Filtering behavior, and I need to translate the Filter's DropDown menu items, like (Equals, Greater than, Less than, Contains, Begins with, etc...) to french
how can i do this?
Hello,
Could someone provide the code for the Customizable Header example in the below page?
https://www.infragistics.com/products/aspnet/interactions/dialog-window
Thanks in advance!
Do you have any working sample project using this dialog built using VB in VS2013 or VS2017?
I have been working on this for a couple of days but when the dialog.show is called in javascript nothing happens.
This is true in IE and Chrome.
Can you create…
Hi ,
I am showing a web page in web dialog window. when I show web dialog window with show(); method using javascript, it is first displaying the previous content and then after 10 seconds the new page is being displayed, that is refreshed with present…
I would like to use the WebDialogWindow as a data input form. Perhaps with a text box, dropdown list, checkbox, radio buttons, etc. Then on submit, the data would be sent back to the page codebehind to be updated to a database table, preferably without…
I am opening a popup window using webdialogwindow while clicking on html link ( <A href="#" onclick="BLOCKED SCRIPTopeninv();" id="lnkSearch" runat="server" style="color:Green;font-weight:bold;">Search</A>).…
Hi everyone
I've defined a WDW in master page with some content. I've intended to make this as a error or information message window. So I want to use it every content page. For example in one of my content page, I'm saving some fields with "Save" button…
I am having trouble getting my project to accept the WebDialogWindow. I have used this before and cant determine what is causing the problem.
I added the following to my .aspx page which has a Master Page and causes the error WebDialogWindow…
I have WebDialogForms on my page and asp UpdateProgress control that showing "Loading" picture when data is processing on the server. But WebDialogForm is always on top of it. I`ve tried to set maximum z-index to the UpdateProgress and…
How do you remove the margin around the WebDialogWindow ContentPane?
The image below shows a WebDialogWindow with no header and no resize. Nice! But there is a margin around the inner content area. How do you eliminate that?
This code does not work:
I have a webdialogwindow with two textbox controls, Submit and Cancel buttons on it. User enters the required input and clicks OK to submit. I need to verify the input and display error messages. How that should be done?
Thanks,
Olga
Anyone know if the web dialog window is compatible with new Yosemite OS and Safari? We have a website that has them and for some of our users the web dialog is not displaying anymore. We are on Version 12.1 and I have thought about going to 14 but would…
I have a image button which displays infragistics webdialog and the dialog needs to post back up on clicking 'Ok'(ok button inside the dialog). This works fine. The dialog page also has cancel button which hides dialog page when clicked. This too…
There is Infragistics webdialog window in page used for popup. When the popup is closed, values are sent back to page and postback occurs. The issue is during postback which resets webdialog id and am unable to proceed further. Can you please let…
I am using an infragistics WebDialogWindow control. I facing strange issues with respect to WebDialogWindow control. Its working as expected on some machine while giving issue while loading on some client machines.
Following are the errors which…
I am having an issue with WebDialogWindow where it is adding a white box to the bottom of the window. I want to upload an image to show how it looks, but I cannot copy/paste the image, upload an image from a file, or even add an attachment. How do I do…
I have a lot of WebDialogWindows in my webpage and several of them are giving me a weird display issue. See the attached document for a screenshot and code for the window. I colored the background red so that you can easily see what is causing the problem…
Hi, how can i show a WebDialogWindow but the page don't make a Postback, like a show or hide this modal with out a refresh.
Thanks for any help.
I am aware that the UseBodyAsParent property does not work on a webdialogwindow inside an update panel. However, not using an updatepanel is not an option is this case yet I still need to at least emulate this behavior.
The issue is that the WebDialog…
I am using ultrawebtab control to show pdf files.on button click webdialogwindow appears as shown in image.but the webdialogwindow appears behind the pdf.I want webdialog window should come above pdf.I have also tried jquery dialog & modalpopextender…