- Screen name: roomguys
roomguys's Profile
4 Posts
0 Responses
0
Followers
Show:
- Expanded view
- List view
Private Message
- Hi,I am loading a page using jquery dialog. If you notice the dialog box in the image content starts some where in the middle if there is more data on the page and there is a scroll bar for parent page also. I want the content to be start from the top of jquery dialog & no scroll bar for parent page. Any help would be appreciated.
I tried using couple of webgrids on my home page, when i click home page in IE7 part of the page (where webgrids are used) will disappear for 2 sec and will appear again. Its not the case in IE8/IE9/ Firefox. I am not sure what is wrong the using webgrid in IE7. I tried this solution with no luck
We managed to resolve the issue. Add a DIV tag around the web grid and set the ID to the same as your webgrid. So the grid code becomes
<div id="grid2"> @{ var grid = new WebGrid( canPage: true, rowsPerPage: 10, ajaxUpdateContainerId: "grid2"); grid.Bind(Model, rowCount: Model.Count(), autoSortAndPage: true); grid.Pager(WebGridPagerModes.All); @grid.GetHtml(htmlAttributes: new { id = "grid2" }, columns: grid.Columns( grid.Column("LastName", "Customer Name", canSort: true, format:@<b>@item.FirstName @item.LastName</b>, style: "customer"), grid.Column("Phone", "Phone Number", canSort: true), grid.Column("Address.City", "City", canSort: true) )); } This solution didnt work for me. can someone please help.I am working with checkboxlist (i have 500 items in the list) and jquery dialog. When i try to open dialog it takes around 2-4 min to load the dialog, where as when i pull 10 items it would take 5 secs. Do anyone encountered this problem before??? please suggest
- 26-Apr-2012 11:14 AM
- Forum: Using jQuery UI
i am creating application with MVC 3.0, header section contains Html Textbox and datepicker is associated with that textbox, so when i select a date and click "Go" (it is a anchor tag which has Url action which redirects to different page). When i am redirected to other page i want that date selected value to be displayed. Now the control is being reset and the date value is clearing off in the textbox.- «Prev
- Next »
Moderate user : roomguys
© 2012 jQuery Foundation
Sponsored by
and others.


