AJAX :: Sys.Extended.UI.DragDropManager No Auto Scrolling On IE?
Sep 8, 2010
I need to move rows order inside a GridView. Recently I tested the following code :
[URL]
This is working perfectly on FireFox, Google Chrome, Safari. But I noticed a strange behavior with Internet Explorer.
On the others browsers (FireFox, Google Chrome, Safari) when having a very long page (gridView larger than browser page viewport), I could drag the row passed down the browser viewport and then browser automaticly scroll down the page to allow me to reach a lower gridview row. However on Internet Explorer that does not work ! The page does not automaticly scroll, Nothing happens. And it is not possible to do scroll it manually with the mouse wheel during dragging operation.
Is there a workaround that achieve the same behavior as others browser ?
View 11 Replies
Similar Messages:
Aug 15, 2010
I have a collapsible panel on my page that has been working up until yesterday. I have no idea what changed, however, it is no giving me the following error.
Microsoft Jscript runtime error: 'Sys.Extended.UI' is null or not an object.
Below is the code for the Collapsible Panel, however, I don't think it has anything to do with it since it has always been working.
<asp:CollapsiblePanelExtender
ID="cpeStandardInformation"
runat="Server"
TargetControlID="pnlCreate"
ExpandControlID="imgStandardInformation"
CollapseControlID="imgStandardInformation"
Collapsed="False"
ExpandedImage="~/images/Minus-Green-Button.png"
CollapsedImage="~/images/Add-Green-Button.png"
SuppressPostBack="true"
ImageControlID="imgStandardInformation"
/>
View 3 Replies
Nov 17, 2010
we have implemented the ajax drag and drop which is working fine on all browsers except for chrome, In chrome when i try to drag a module the page starts auto scrolling to the top of the page.
View 1 Replies
Feb 15, 2010
I am developing website using ASP.NET, C# and JScript. I have the webpage with List view, and the list view items are added dynamically. I am working with Drag and Drop in the listview, I have done the Drag and Drop functionality using javascript, But that is not scrolling up and down when we have more values in the list view. automatic scrolling in the List view control when we drag the Items on List View
View 5 Replies
Apr 17, 2010
I'm using callout ajax control but i'm getting an error "sys.extended.UI.PositioningMode.Absolute"
View 2 Replies
Apr 14, 2010
We just upgraded from 2.0 to 3.5 and the latest AJAX Toolkit. AjaxControlToolkit.dll is version 3.5.40412.0
Project references are up to date. The old Toolkit files were deleted and the new ones copied from the distribution ZIP. ScriptManagers were replaced with ToolkitScriptManagers. The project builds with zero errors. The built-in AJAX controls (UpdatePanels, etc.,) work but the Toolkit controls don't. This is happening on local developer boxes and on our development server.
The javascript error we're seeing is "Sys.Extended is undefined." It's occurring in server-generated script blocks like this:
<script type="text/javascript">
//<![CDATA[
(function() {var fn = function() {$get('ctl00_ToolkitScriptManager_HiddenField').value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();Sys.Application.initialize();
Sys.Application.add_init(function() {
$create(Sys.Extended.UI.TextBoxWatermarkBehavior, {"ClientStateFieldID":"ctl00_PageTop_Search_TextBox_TextBoxWatermarkExtender_ClientState","WatermarkCssClass":"Watermark","WatermarkText":"keyword","id":"ctl00_PageTop_Search_TextBox_TextBoxWatermarkExtender"}, null, null, $get("ctl00_PageTop_Search_TextBox"));
});
//]]>
</script>
I found a similar post on CodePlex: http://ajaxcontroltoolkit.codeplex.com/WorkItem/View.aspx?WorkItemId=26717&FocusElement=CommentTextBox
View 1 Replies
Apr 13, 2010
I have an load of images on my form with the purpose that if the user holds the mouse on it, (s)he gets a tooltip with some information. The image is a questionmark.The users are now asking if the duration of this tooltip can be extended so they actually can read all of the tekst.So it would be great if a TooltipExtender could be created that can be connected to a image control (or any other)
View 2 Replies
Nov 17, 2010
i extended a dropdownlist on a textbox. now how to set the datasource of this textbox.im tryingtextbox1_dropdownextender.
View 2 Replies
Jan 5, 2010
Iam using AJAX HTML Editor in my project. Initially i made the HTML Editor as invisible and if i click on the button the HTML Editor shoud be visible but when i click on the button iam getting this errorr "Sys.Extended.UI.HTMLEditor.Editor is null or not an object".
View 1 Replies
May 28, 2010
I just recently updated to the latest version of the AjaxControlToolkit and now my TabContainers don't work (only thing i'm using the toolkit for). It looks like the client code to make the correct tab visible is never getting called. The error I'm getting with Firefox is "Sys.Extended is undefined", and with IE I get "'Sys.Extended.UI' is null or not an object".
I'm using the .NET framework 3.5
1). I already changed all the ScriptManagers in my project to ToolkitScriptManagers per a javascript error message I was getting earlier.
2). I already checked my web.config and it looks good:
[code]....
View 4 Replies
May 23, 2010
Error: Sys.Extended is undefined
View 3 Replies
Mar 20, 2010
This is the following structure of my solution explorer.
base directory -> i have a login.aspx and a reference directory which refers to ajax toolkit. The ajax toolkit works fine here.
private directory -> i have my homepage but the ajax toolkit doesn't work here. the above error is shown at this location :-
(function() {var fn = function() {$get('ToolkitScriptManager1_HiddenField').value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();Sys.Application.initialize();
Sys.Application.add_init(function() {
$create(Sys.Extended.UI.TabPanel, {"headerTab":$get("__tab_TabContainer1_TabPanel1"),"ownerID":"TabContainer1"}, null, {"owner":"TabContainer1"}, $get("TabContainer1_TabPanel1"));
});
I have one web.config in the private folder . This is the structure :-
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<authorization>
<deny users="?" />
<allow users="*" />
</authorization>
</system.web>
</configuration>
If i allow all users to access this folder or remove this web.config file, then the ajax toolkit works. I need to protect this folder and i am using form authentication. Could someone point me where i went wrong. Kindly keep in mind that i am new to asp.net.
View 7 Replies
Mar 5, 2011
i use accordion from ajax toolkit it work correctly when i use outputcash it gives me this error:
Microsoft JScript runtime error: 'Sys.Extended.UI' is null or not an object
[Code]....
View 2 Replies
Apr 4, 2011
I am using ASP.NET Panel to set Default Button for some Controls like TextBox but it seems to not work due to AJAX Control Toolkit's AutoCompleteExtender.
Code is as below:
<asp:Panel ID="pnlSearchBox" runat="server" class="search-main-box" DefaultButton="lnkSearch">
<asp:TextBox ID="txtLocation" runat="server" CssClass="input-field" MaxLength="200" style="width: 182px; margin-bottom: 7px;"></asp:TextBox>
<ajaxToolkit:AutoCompleteExtender runat="server" BehaviorID="AutoCompleteEx" ID="aceLocation"
[Code].....
View 1 Replies
Nov 27, 2010
I decided to use the CalendarExtender on a project and I converted it from VS 2005 to Web Developer 2010 Express. I initially added the AJAX toolkit for ASP.NET 4.0 and the calendar extender worked fine. However, I realised that the server didn't have ASP.NET 4.0 installed and I thought it would be simpler to add the toolkit for 3.5 instead and change the target framework to 3.5. I tried and then the CalendarExtender did't work at all. When you click the textbox nothing happens. There is the error on page - 'sys.extended.ui.textboxwrapper is null or not an object'
I tried switching the project back to 4.0 and using the other one and that no longer works for some reason. The same in 2008 Web Developer Express. I've clearly done something wrong along the way, but I can't work out what it is.
Here's the source for a page on a test Web Developer 2008 Express project.
[Code]....
View 2 Replies
Jun 11, 2010
I have implemented a collapsible panel which works properly. It collapse and it extends the content panel when the link corresponding to the information panel is clicked. Within the content panel I have an HTML table control containing several rows and columns. Within one of these columns I have added a container (a <DIV> tag) holding a Google map. Here is the issue:
The map does not properly show up within the container when the content panel is extended. It appears to be shifted to the left, not centered as it should be. Therefore, any attempt to place a point mark on the map (centering the map over that point mark) is unsuccessful since the map doesn't show properly in the container so the point mark is not visible. Even if I drag the map with the mouse within the container, it always reposition at a bad location. If I comment out the extender, leaving the panel as is, the maps shows properly within its container. It is the collapsible panel extender which makes the layout to be incorrect.
View 2 Replies
Mar 8, 2010
I am showing modal popup programettically.Problem is,when i scroll down the page,the pop up stays in the same position (going top).its not repositioning(Center of the screen).
View 1 Replies
Mar 9, 2010
I searched throughout the forums and couldn't find an answer. Anyway, I have a modal popup extender which contains a Gridview. The gridview is used to return results from a search function also inside the modal popup. Everything is fine as long as I do a search that returns a few results, but when I do a search that returns a huge number, the modal panel stretches out. What I want to do is keep the modal window at a fixed size and use scroll bars to allow users to navigate the panel.
View 2 Replies
Jan 20, 2011
I'm getting frustrated with all this.
In my new webpage version I've added ajax toolkit 4.0 and runing framework 4.0, there seems to be some problems with the ToolScriptManager CombineScripts.
I have a MasterPage that all pages derives from and in this MasterPage I have a ToolKitScriptManager with LoadScript.....="false" CombineScripts="true". In my masterpage I've added a ModalPopUpExtender
When I start the webpage I can't show ModalPopUp (www.url.com) but if I go to any other page it works ex. (www.url.com/testpage/), if I disable CombineScripts="false" the the starting page works but then I get so many more httprequests.
View 1 Replies
Apr 8, 2010
i am using urlrewritingnet for url rewriting. at one of my page i am using auto complete extender . it works fine for first page weirdly because also that page is getting url rewriting.
now let me explain you
my normal page is
domain/Pokedex.aspx
here what i do for url rewriting
[Code]....
ok now problem does not happen when i type this : domain/Pokedex.aspx. but i when i type this problem occurs : domain/Pokedex-2 which is equal to domain/Pokedex.aspx?page=2. here is the problem screen shot but when i type this problem does not happen : domain/Pokedex.aspx?page=2 so it is about url rewriting i guess
View 8 Replies
Mar 9, 2010
I have a "database explorer" page that is desgined to be pointed to an unknown database and allow users to browse the data, so it basically uses the SQL system tables to develop its queries and pull in data to tables using auto-generate columns.The problem that I have is that I would like certain types of columns to have certain formats and I'm wondering the best way to go about it. I could format the column in code in the RowDataBound event I assume, but I'm wondering if there some better standard way to do this? Is there a setting of any kind that I can use? For example I want all of the datetime fields to be formated for short date, like {0:d}, I want decimal fields to have 4 decimal places, etc.
View 2 Replies
Mar 25, 2011
I have project in asp.net with sql server backend.i want to auto generate a number for particular column.with the auto generated number i want to insert some other data in the same row same table. on button click event.details
railway PNR no.:- want to autogenerat
passenger details:- want to inserted simultaneously
View 2 Replies
Jun 6, 2010
I have a simple online web system where it possible for the visitors to "play around" with the system. They can like create categories and products and so forth. Everything they create are stored into a database.
What I want is to be able to reset this database with my default values (table data) every n hours.
So for example if we have a bunch of users that have played with the system and created new things. Then I want to be able to make some kode that deletes all data in the tables in this database and fill it with default data. The default data can come from a backup file, or another database with same tables structure or whatever.
I want this task to be done every day at 12 pm or every n hour.
Is this possible (by forexample scheduled webservice tasks or just something as long as it is simple).
View 8 Replies
Dec 2, 2010
I'm trying to implement automatic lockout after 3 password failure attempts and then to auto unlock after 3 mins. But it does not auto lockout, I can still login if i use the correct password within the 3 mins.
Here is the Web.Config file
[Code]....
Here is the Login Control Logic.
[Code]....
View 12 Replies
Jan 18, 2010
I have two tab panel for a tab container. And I have some button that perform some function in tab 1. But when I click any button in tab 1. After finished the function, it will automatically change to tab 2. What's wrong with my code? My code is as follows:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/MasterPage.master" CodeFile="Testing.aspx.cs" Inherits="Testing" %>
<asp:content ID="content" ContentPlaceHolderID="MainContent" runat="server">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" [URL]
<html>
<head >
<title></title>
</head>
<body>
<form id="form1" >
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<ajaxToolkit:TabContainer ID="TabContainer1" runat="server" ActiveTabIndex="1">
<ajaxToolkit:TabPanel runat="server" HeaderText="Search by Date" ID="TabPanel1">
<ContentTemplate>
<div>
<asp:Panel ID="Panel1" runat="server" Height="171px">
<asp:GridView ID="grdHeading" runat="server" AutoGenerateColumns="False"
onselectedindexchanged="grdHeading_SelectedIndexChanged">
<Columns>
<asp:BoundField DataField="courseID" HeaderText="Course ID"
SortExpression="courseID" />
<asp:BoundField DataField="courseName" HeaderText="Course Name" ReadOnly="True"
SortExpression="courseName" />
<asp:CommandField ButtonType="Button" ShowSelectButton="True" />
</Columns>
</asp:GridView>
<br />
<br />
</asp:Panel>
</div>
<br />
<br />
<br />
<br />.........................
View 2 Replies