All Questions
Tagged with jquery-ui-dialog asp.net-mvc
130 questions
1
vote
1
answer
562
views
Select2 apply on @Html.DropDownList Jquery UI dialogue having small width?
I am working in MVC# and I have a div that I open as dialog using jQuery as shown below:
<div id="dialog">
<form action="" method="post" dir="ltr"&...
0
votes
2
answers
1k
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) {
$("#...
0
votes
1
answer
524
views
Jquery Dialog not loading in aspnet MVC
i want to be to display child records when i click a button . The data is displayed as a table.
I have created a partial view that will display the records.
I have created a controller action method ...
0
votes
1
answer
1k
views
Transitioning from Kendo UI Window to JQuery UI Dialog
Looking for advice or help to remove Kendo UI Window code and replace it with JQuery UI Dialog. As we transition from ASP.Net MVC to a ASP.Net Core 1.0 MVC site, management has decided to do away ...
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 ...
1
vote
1
answer
82
views
jquery ui dialog scrollable, can't select checkboxes at bottom of dialog
I have a jquery ui popup with that needs vertical scrollbars due to amount of content.
There is a checkbox at the bottom of the popup and I can't get this to be selectable, the focus just jumps ...
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 ...
0
votes
2
answers
1k
views
How to return to jQuery dialog from post action in MVC?
Hello,
I'm learning MVC through developing a simple web app. and I have a problem with using jQuery Dialogs.
I have a model with index/create/edit views and actions. The edit is done through a ...
0
votes
1
answer
181
views
How can I get a jQuery UI Dialog to display as a Dialog (instead of being pinned to the bottom of the page)?
Using the idea here as a "proof-of-concept" before replacing the html with my own, I added html adapted from that to my Index.cshtml file (ASP.NET MVC app):
<div id="dialog-message" title="...
1
vote
3
answers
88
views
jQuery dialog: How to remove added but unsaved items on close
I have a jQuery Dialog popup in which I can review and add items to the existing content.
The new content is being saved as soon as I click the SAVE-Button.
<div id="container">
<ul>
...
2
votes
3
answers
1k
views
MVC 5 - jQueryUI Dialog View not displaying
I am working on a MVC website and for my delete function I decided to use jQuery UI Dialog to display a popup style dialog box for the user to confirm that they wish to delete the object. My problem ...
0
votes
0
answers
100
views
Asp.Net mvc create new record in Jquery dialog cache
I have an invoice page where I can stock-out a product to a customer. While I am typing the customer name in textbox, I am using autocomplete to find names. If name doesn't exist, I show a button "Add ...
0
votes
1
answer
918
views
How to pass value to jquery dialog?
How to get pass id value of button to jquery dialog on button click.
I don't want to pass value using query string.Is there any way that i can directly pass value using attributes or properties of ...
0
votes
2
answers
2k
views
Upload file using jQuery and post it to Controller
I'm wondering if it would be possible at all to upload a file by posting it to a controller action in ASP.NET MVC. The dialog for this upload form will be dynamically generated and will be inside a ...
-1
votes
1
answer
1k
views
Issue with making jQuery Modal pop-up work with ASP.NET MVC 5
I created a MVC 5 application using the template from VS 2013.
This does not come with jQuery UI so I added 1.11.1 version using PM.
No reason for that version but found a tutorial on YouTube using ...