Tagged Questions

1
vote
2answers
15 views

JQuery Close Event remove class from table row

Hi all, I currently have a table with rows that contain a clickable link. When a user clicks a link from any table row JQUery's UI Modal DIalog popups up and i add a class to the …
0
votes
3answers
90 views

C# CancelButton closes dialog?

(VS2005, .Net 2.0) I have a form that is displayed as a dialog using the ShowDialog() method. The form's CancelButton property is set to a button on the form. Even if I set that b …
4
votes
5answers
577 views

What’s your favorite jQuery modal plugin?

I'm looking for a jQuery plugin to show a modal-style popup consisting of a few paragraphs of text and a picture, which the user will view and close. So far, my search has turned …
4
votes
5answers
2k views

How to implement “confirmation” dialog in Jquery UI dialog?

I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box. In my scenario, I have a list of items, and next to each individual of them, I would have a "delete" bu …
0
votes
1answer
24 views

File uploads not working within jQuery UI Dialog

So I have a rather odd issue that I wanted to see if anyone has some insight into. I have a page in which I display a grid of files that have been uploaded to our server. The too …
0
votes
4answers
131 views

WPF: is data binding considerable for modal dialogs?

(I'm pretty new to WPF, so this question may seem obvious or inconsistent.) There is a requirement to edit some piece of application's underlying business data from a child modal …
0
votes
2answers
35 views

Jquery UI Dialog Post to ASP.Net MVC Controller Action

I have an MVC view that contains a JQuery UI dialog that can be opened and populated with data. <div id="dialog"> .... Table of phone numbers </div> <div id="pers …
0
votes
3answers
956 views

C#: AcceptButton not working??

Ok, this is bugging me, and I just can't figure out what is wrong... I have made two forms. First form just has a simple button on it, which opens the other as a dialog like so: …
0
votes
1answer
50 views

jQuery val(val) is not working in modal dialog (jQuery ui)

I have a modal dialog which opens on click of Edit button of my webpage. I am passing the values to the onclick handler (which calls $("#editdialog").dialog('open');). Beside openi …
0
votes
2answers
50 views

Closing a jquery modal dialog from a remote page

Hi all, I'm using the jQuery-UI dialog widget in a Grails-based application to load a remote page (in this case, a simple file upload form). The remote page is defined elsewhere …
0
votes
1answer
30 views

Jquery multiple modal dialogs by classname?

How can I create multiple modal dialogs by classname (basically the same dialogs but have a different code black attached). One I launch a modal dialog I cannot reference the dial …
2
votes
5answers
136 views

Run a modal dialog on a non-UI thread

I'm writing a simple data UI using standard .Net databinding to a typed DataSet from SQL Server. I have a reload button which calls Fill on all of the DataAdapters to get new data …
0
votes
4answers
82 views

C++ My form should stay on top of every kind of windows

Hi, I have a main form. This main form generate another form. This new form should be fill before having access to other window. I used Myform.ShowDialog() to make this form moda …
0
votes
0answers
28 views

TaskDialog always on top in Visual C++

Is there a way to make a TaskDialog always on top (ie, system modal)? I've checked the TaskDialogConfig structure (http://msdn.microsoft.com/en-us/library/bb787473%28VS.85%29.aspx …
0
votes
0answers
4 views

Child form causes Parent Form Vertical Scroll

I have a loading dialog that I show with a static method. The loading dialog class is as follows: using System.Threading; using System.Drawing; using System.Windows.Forms; namesp …

1 2 3 4 5 11 next
15 30 50 per page