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 a full page refresh. A list box on the main form would be updated with a new line as well, which could be done client side. All the WebDialogWindow examples I've found are too simplistic. I need a more advanced example of how to set up an input form like this. I am using 12.2.20122.2075 version of the controls.
Hello cyberplasm,
Thank you for posting in our community.
I noticed that you have already created a support case with an ID of CAS-148792-S0L5M5 in our internal system. I have answered in this case and since our policy is to handle single case per issue I will continue assisting you via mentioned support case.
Please let me know if you need any further assistance with this matter.
Thank you for using Infragistics components.
Yes a more complicated example would be great.
Is there a location I can go to get one.
What I am trying to do is make a custom control using the WebDialogWindow in many different screens and have the code embedded in all those screens is counter productive.
Baically a search screen that returns back 2 values.
Therefore an example using the WebDialogWindow and being able to initialize the form and then get back values within a custom control is my goal.
MarkD's scenario seems like a common one and similar to what we are looking at implementing at the moment since we can no longer use window.showModalDialog.