Skip to main content

All Questions

10 questions with no upvoted or accepted answers
3 votes
1 answer
399 views

MVC 3 with unobstrusive parse doesn't work on JQuery Dialog?

I've a MVC 3 application with Input tag with "data-val-remote" tags. e.g. <div id="dialog" title="Test"> <input class="captcha_input" data-val="true" data-val-remote="...
Nil Pun's user avatar
  • 17.3k
0 votes
2 answers
901 views

How to show a JQuery dialog on successful return from a jquery ajax invocation

I am having a problem showing a jquery dialog on the return of an ajax call. Below is the dialog and supporting html: function ShowDeleteReturnStatusDialog(deletedId) { $("#...
Robertcode's user avatar
0 votes
2 answers
1k views

Need to close Jquery UI dialog from controller action in MVC 5

I am building a site where I am calling a partial view within a jquery ui dialog box. Within the partial view there is a 'save' button that commits the data on the form to the database. Currently it ...
silverbullettruck2001's user avatar
0 votes
0 answers
391 views

Partial View (Dialog form) cannot resolve jquery functions

I am using JQuery UI Dialog function to load a partial view. The Dialog form contains input controls that holds data to saved in database. I am trying to get the values from the controls to post them ...
Hussein Salman's user avatar
0 votes
2 answers
3k views

jquery ui dialog not showing in center of window after setting position to center

I'm new to jquery ui dialog box. I used dialog box in my MVC website. I placed my dialog container in layout page inside body tag as follows- <div id="dialogBox"></div> And then on my ...
Priyanka's user avatar
  • 2,832
0 votes
0 answers
3k views

JQuery UI Dialog TypeError: Object [object Object] has no method 'dialog' (no repeated reference to jquery or jquery-ui)

I know there are many other similar questions on here, but none of them have solved my problem. I am trying to create a dialog box which prompts the user to choose whether to leave the page (and ...
tekiegirl's user avatar
  • 1,265
0 votes
1 answer
264 views

Most efficient way to pass Entity information to a jquery dialog in ASP.NET MVC 3

I have this ASP.NET MVC 3 Page where I'm looping a collection of objects in the Model, and basically I will have a button next to each entity information/display to allow the user to edit that entity ...
GR7's user avatar
  • 5,145
0 votes
1 answer
1k views

mvc c# with jquery getjson not closing the modal popup but redirects to another page with json result

So I'm not sure what's happening here. I have this modal popup that loads a partial view from an action (this might be the problem??) . The partial view loads perfectly and processes fine but once the ...
gdubs's user avatar
  • 2,744
0 votes
2 answers
782 views

Why are no validation errors shown with an Ajax form in my MVC?

What is wrong if no validation errors are shown when the submitted data is null/empty? An error should be shown. In the code block result.success == false, should I reload the view or tell jQuery to ...
Elisabeth's user avatar
  • 21k
0 votes
1 answer
424 views

Displaying a silverlight plugin in a jQuery UI dialog box not sizing correctly

I have a login page which detects if silverlight is installed and will degrade to html when it is not. I'm using jQueryUI.dialog to display both; the dialog box appears but is too small to see the ...
John Kattenhorn's user avatar