AJAX :: HoverMenuExtender Not Working In Google Chrome?

Jul 13, 2010

I have a GridView in which I have item,Edit ,Footer and Empty Item Template , and also a hovermenuextender to show Edit/Delete link on row hover. when my page opens if it doesn't have any data it show empty row , when user enters data and click on Add button it save's the data and load the grid. All works fine in IE and firefox but not in google Chrome.

After saving data in chrome all links stop working , but when i reload the page it workes fine if i remove the hovermenuextender it works fine in chrome also, So i think hovermenuextender creating problem in chrome when it's added at runtime(if empty grid comes hovermenuextender will be added after data saved)

View 2 Replies


Similar Messages:

FileUpload Not Working In Google Chrome?

Apr 23, 2010

ASP.Net FileUpload not working in google chrome.It shows validation error,even after choosing right file type.

Here is a code :

<asp:FileUpload ID="FU1" runat="server" />
<asp:RegularExpressionValidator
id="FileUpLoadValidator" runat="server"
ErrorMessage="Upload jpg and gif only."
ValidationExpression="^(([a-zA-Z]:)|(\{2}w+)$?)(\(w[w].*))(.jpg|.JPG|.gif|.GIF)$"
ControlToValidate="FU1">
</asp:RegularExpressionValidator>

View 1 Replies

Popup Window Is Not Working In Firefox And Google Chrome?

Jan 27, 2010

I want to open a popupwindow (with close button only) when the user clicks a button and the parent window should be disabled until the popup window closed. For that I'm using the following code

function popup_window(url) {
popupwin = window.showModalDialog(url,null,'height=20,width=150,status=no,resizable=no,scrollbars=no,toolbar=no,location=no,menubar=no');
}

Anyhow, this code is working perfectly in IE. But, I hav two problems. In firefox, it is not opening with the size I've mentioned in the script. It is opening in full size. And In Google Chrome, parent window is not getting disabled.

View 1 Replies

Web Forms :: Date Control Is Not Working In Mozilla Firefox And Google Chrome?

Mar 28, 2011

I am using javascript based calendar control in my application.

Following is my .aspx and .aspx.cs file.:

.aspx file:

[Code]....

.aspx.cs:

[Code]....

On click of hyperlink we are opening javascript calendar and assiging it to textbox.

The same functionality is working in IE, but its not working in Mozilla firefox and Google chrome.

This is one of the major problem i am facing in entire application.

I want to make my application to be work fine on multiple browser.

View 1 Replies

Web Forms :: Scrolling Of Page Using Up And Down Arrow Keys Is Not Working In Google Chrome

Jan 26, 2013

I have developed a website in asp.net,c#. Its  pages are not scrolling through arrow keys (Up/Down) in google chrome. They are working well in IE and firefix mozilla. I also have no problem in my admin control panel. Admin control pages are  scrolling through arrow keys in google chrome, IE and firefox mozilla. What i should do to scroll my website pages through arrows keys in google chrome.

View 1 Replies

Crystal Reports :: Toolbar Print Button Not Working In Google Chrome Browser

Mar 1, 2011

I am create crystol report in asp.net in visual studio 2010 but crystol report toolbar Print Button Not working in Google chrome brouser

View 2 Replies

JQuery :: Image Button Not Giving Postback In Google Chrome, Same Code Is Working Fine For IE8

Jul 6, 2010

Image button not giving postback in Google Crome, The same code is working fine for IE8 and Firefox 3.6.6

<asp:ImageButton ID="btnlogin" runat="server" ImageUrl="~/images/log.jpg"
onclick="btnlogin_Click" OnClientClick="return confirmAction(this)" />

View 4 Replies

Web Forms :: Website Built In Visual Web Developer 2008 Express - Menus Not Working In IE 8 Or Google Chrome

Jul 9, 2010

I am a complete novice at this stuff, but i have been asked to investigate why the menus on our web site might not be working properly when vied in IE8 or Google Chrome. The site was built in Visual Web Developer 2008 Express edition, could this be the problem? If so is there a way around it without having to upgrade to VWD 2010?

View 2 Replies

AJAX :: HoverMenuExtender Stops Working After Async Postback In Updatepanel?

Feb 23, 2010

I've got a problem that after i refresh an update panel all the HoverMenu's stop displaying, it still calls the WebMethod which returns valid html and the panel is displayed, but it content of the panel isn't displayed on the browser.

I've created a single page to demo this problem:

aspx

[Code]....

vb.net

[Code]....

The demo shows the hovermenu working until you click the update button then it stops showing the content, although it is still calling the WebMethod onhover.

I am using VS2008, .net Framework 3.5 and toolkit 3, 0, 30930, 0

View 1 Replies

AJAX :: Rich Text Editor In Google Chrome

Oct 12, 2010

I'm tring to put up a AjaxControlToolkit.HTMLEditor it works in all the browsers except Chrome

View 2 Replies

Forms Data Controls :: GridView Paging, Controls Not Working In Google Chrome Or Safari?

Mar 16, 2010

I have a gridview within an updatepanel which allows paging and has a linkbutton that when clicked shows a modalpopup for editing records. This works fine in IE, Firefox, and Opera but I do not get a postback in Chrome or Safari?? I have other linkbuttons on the page that are within updatepanels but are not within gridviews that are working fine. I have scowered the web but cannot find a solution.

[code]....

View 6 Replies

AJAX :: Validator Callout Extender For Cascading Dropdownlist In Google Chrome?

Aug 24, 2010

I wan to do a required field validation for the cascading dropdownlist . When my page first load out the validator is fired first in the google chrome, the callout extender message is prompt out first in the Google Chrome. I have tested the code in IE and safari, this two browsers never prompt out the validator callout first when the page is loaded.

i wonder why the google chrome will prompt out the validator when i validate the cascading dropdownlist. I have did some research on it, but failed to get any solution.

View 2 Replies

AJAX :: CalendarExtender Popup Position In Google Chrome After Page Scrolled Down

Jan 26, 2010

I'm having a problem with the CalendarExtender's position in Google Chrome (4.0.249.78 (36714)) when a page is scrolled down such that the scrollbar position is > 0

For example, if you use Chrome to goto:

http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx

- Scroll down so that the "Calendar Demonstration" subheading is just below the top of the browser rendering area.

- Click the first TextBox labelled "Default Calendar"

- The CalendarExtender popup appears with it's top edge at the very top of the page instead of below the TextBox.

The same happens when you click on the 2nd TextBox or on the button trigger for the "Calendar with an associated button" example.

It seems that the "top" css value of the resuting popup div isn't being calculated with the scroll position taken into account. Running the same example in Firefox results in a "top" value of 391px, with the Chrome value being 273px.

View 1 Replies

AJAX :: Adjacent Combo Boxes Take Space According To Their Data On Google Chrome

Aug 28, 2010

I have a page where I want to keep several combo boxes adjacent to each other. I have put them in divs that are floated left.

This works fine in IE, Firefox. But when I render the same page on Chrome I observe the uneven gap between combo boxes. Upon analysis I found out that each combo box is occupying space based on the data inside it.

This happens because on Safari and Chrome, the option list control is placed differently as compared to that on IE and Firefox.

Please see the following code from ComboBox.pre.js (in AjaxControlToolkit source/Server/)

[Code]....

This is how it looks:

I have tried doing the following but none of them helped:

Changed the RenderMode of combo box to 'block' from 'inline'Commented the lines above in combobox.pre.js
Basically, as per my study, unlike IE and FF, on Chrome, the outer combo box div occupies space as the width of absolutely placed ul present inside it which anyways doesn't seem to be a correct implementation.

View 2 Replies

AJAX :: Callout Extender Popups In Invalid Location In Google Chrome?

Aug 5, 2010

I have a text box in a page. I added RequiredFieldValidator and ValidatorCalloutExtender to that textbox

it works fine in IE and firefox ie, ValidatorCalloutExtender popups near to textbox.

But in Google chrome the ValidatorCalloutExtender popups far from textbox.

View 1 Replies

AJAX :: Drag And Drop Is Not Working In Chrome And Safari But It Is Working Fine IE And Firefox

Nov 19, 2010

After the implementation of ajax drag and drop, we have observed that which is working fine in IE and Firefox and not in chrome and safari, In Google chrome and Safari when we try to drag a module, the page getting scrolling to the top of the page.

View 1 Replies

MVC :: Ajax.BeginForm Not Working In Firefox But Is Working In Chrome And IE

Feb 9, 2011

I have a problem with partial postback in FireFox

in my index.aspx I have following code:

[Code]....

Finally my Partialview has following content:

[Code]....

This code is working fine when using IE or Google Chrome, but when using FireFox the code in my controller is never reached.

View 1 Replies

AJAX :: .net MVC Ajax.BeginForm Not Working In Firefox But Working In Chrome And IE

Feb 11, 2011

I have a problem with partial postback in FireFox in my index.aspx I have following code:

[Code]....

Finally my Partialview has following content:

[Code]....

This code is working fine when using IE or Google Chrome, but when using FireFox the code in my controller is never reached. I just can't figure out what I am missing

View 1 Replies

AJAX :: Date Picker Not Working On Chrome?

Aug 18, 2010

ajax toolkit date picker is not working in latest google chrome browser. it works fine all browsers and earlier version of chrome but it doesnt work latest version. any body know the reason

View 2 Replies

AJAX :: PageLoad Not Working On Firefox, Chrome Or Safari?

Apr 3, 2010

I've had an issue with a javascript menu not working inside an Ajax update panel after the ajax postback. I was able to solve this in IE by calling the menu js function with a pageLoad() function which is automatically called by ajax. However I then discovered it doesn't work in any other browser.

Having search around I've only found two references to the issue; one where someone else has found the same thing and another where someone states that pageLoad isn't stable in other browsers.

Is there any way to solve this issue in browsers other than IE?

View 1 Replies

AJAX :: Masked Edit Backspace Not Working On Chrome?

Sep 23, 2010

I am working on an app and have added masked edits to some of the textboxes. On Google Chrome v6.0.472.62 the backspace button is inoperative along with the delete button. I have found no method around this. It also functions incorrectly on the ajax toolkit website: [URL]

Chrome is fairly popular and I doubt I can use this code with this issue.

View 1 Replies

AJAX :: MaskedEdit Extender Is Not Working Properly In Chrome?

Mar 31, 2010

I'm facing an issue with chrome. I have multiview in which user control is loaded. This user control has one maskedEditExtender textbox (telephone textbox in ___-___-____ format). Issue is whenever the control is loaded i cannot see the masked feild but as soon i refresh the page I see it. I tried the script above but it didnt worked.

View 1 Replies

AJAX :: Drag And Drop Is Not Working In Chrome And Safari Browser

Nov 17, 2010

I am using AjaxContrToolKit (AjaxControlToolkit.Compat.DragDrop.DragDropScripts.js) in my application to provide the drag and drop facility . After implementing the same in the application , observed that working fine in IE and Firefox browser . But the same is not working in Safari and WebKit (Chrome and Safari) browser . In these browsers(both Safari and Webkit), while clicking on the top of the panel getting scrolled up .

View 1 Replies

AJAX :: CalanderExtender Not Working With Image On Click When Initially Hidden In Chrome?

Nov 10, 2010

I have an CalanderExtender in a Update panel that wraps my page. Inisde that it is in a hidden panel the gets shown when they pick what type of information they want to input. The problem is that in Chrome when you click on the Image nothing happens. Though it works fine in IE and Firefox.

Code :

<asp:UpdatePanel runat="server" ID="upJobBid">

View 2 Replies

Onclick Go Into Sub - Not In Google Chrome?

Jun 30, 2010

I have a gridview, one column is a template field with an imagebutton, onclick it should go into the following sub, which it does in IE but not in google chrome. What could be the problem?

Protected Sub btnDetails_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs)

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved