Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
697 views

<ajaxToolkit:ReorderList> is not draggable in IE8 and chrome

ajaxtoolkit ReorderList is not working in IE 8.Can not drag it in IE 8.But It is working in IE 7 and Fire fox.Please help me.I want to make it to work in IE 8.That is my client requirement.I have done ...
3
votes
2answers
774 views

Ajax reorder list not dragable

I have the same problem as Simon in this post. He found out some sort of a solution, but it does not work for me. Please, could someone explain me what is going on in this answer or advice me ...
2
votes
2answers
846 views

reorder items algorithm

I've got an html table thus: up | dn [ ] Item 1 [x] Item 2 [ ] Item 3 [ ] Item 4 [x] Item 5 [ ] Item 6 [ ] Item 7 If 2 & 5 are checked and I click up, the result is: up | dn [x] Item 2 ...
1
vote
1answer
103 views

ASP.NET AJAX Toolkit ReorderList with more items than fit on the page

I have a ReorderList on my page and it works just great, but... Now, I have almost 100 items that I'd like to be able to reorder and they flow off the page, even at 8pt. When dragging, the page does ...
1
vote
1answer
217 views

asp.net ajax like reorder list

I'm trying to create a draggable list to change the order some pictures are displayed in a product page. I wan't to be able to do this in the product edit page (same place where I add the pics and ...
1
vote
1answer
109 views

The Value of viewstate is not refelected on the OnItemReorder event of AjaxToolkit:ReorderList Control

I am using AjaxToolkit:ReorderList Control in an asp.net page(C#) and changing value of a viewstate[""] on OnItemReorder event, when I click on any button on the same page the value of viewState is ...
1
vote
3answers
436 views

display list management in actionscript 3 applications

Does anyone have suggestions for a good method to manage the display list in an actionscript 3 project? I'm building an application at the moment and keeping track of all the modules which need to be ...
1
vote
1answer
1k views

ASP.NET ReorderList - Update Fails

I have an AjaxControlToolkit ReorderList bound by a SQLDataSource to a table with the following schema: OrgID MilestoneID Name Priority The Priority field is attached to the ReorderList as ...
0
votes
0answers
10 views

AJAX ReorderList breaking in Chrome

Ok guys/girls I have an issue with a AJAX ReorderList and Chrome (yes, I know chrome is buggy). When trying to reorder any of the items as I click to start a drag the browser starts scrolling upwards ...
0
votes
0answers
32 views

AJAX ReorderList snaps back to original position after drag and drop

I'm working with the ReorderList control and it resets back to the original position after drag and drop. Do i have to add any code behind file inorder to make this work. All i want to do is sort the ...
0
votes
0answers
80 views

Set a parameter on inserting an item to a reorderlist

I have an entity called 'Tasks' in EF4, and it has the fields: Id, UserId, Task, Order. I am trying to make this work with an AJAX ReorderList. Mostly it works, and I can set it to show/reorder data ...
0
votes
1answer
325 views

PHP MySQL JQuery Back-End for Data Driven Menu

I am looking for tutorials, articles etc. on how to create a JQuery reorder list for administration of a data driven menu. Instead of typing in parent ids for positioning, I want to be able to drag ...
0
votes
1answer
270 views

Serialize all id's in a div using jquery

I am trying to create a re-ordering of the page drag and drop feature on my CMS. As some of the pages have sub pages, we have a lot of lists nested within lists. An example of the code: ...
0
votes
3answers
554 views

ASP.NET Ajax ReOrderList - Any way to disable specific items from being dragged and dropped?

I have an ajax controltoolkit reorderlist within an asp.net application. I need to disable certain specific steps from being reordered. This has to be done dynamically. All steps are consecutive and ...
0
votes
1answer
1k views

Why can't I find the AjaxControlToolkit Html Editor Control using FindControl when it's inside an AjaxControlToolkit ReorderList?

I have the latest release of the AjaxControlToolkit, and am using an AjaxControlToolkit Html Editor control inside an AjaxControlToolkit ReorderList. I need to be able to access the "content" ...
0
votes
5answers
2k views

Ajax reorder list not draggable

I have been trying to get a basic reorderlist working following this guide -> http://www.asp.net/LEARN/Ajax-Control-Toolkit/tutorial-40-vb.aspx. I have tried a demo version and in my browser so it's ...
0
votes
1answer
539 views

Disable drag and drop between two diferent ReorderLists from AjaxControlToolkit

I have several ReorderLists on a page. Each list has items added to it via a postback, which updates the list. PostBackOnReorder is true, and we have an event handler hooked up on OnItemReorder. ...
0
votes
1answer
1k views

Ajax Toolkit ReorderList Two components with the same id 'componentid' can't be added to the applicaiton

Line 3655 Char 59 Ajax Toolkit ReorderList Two components with the same id 'componentid' can't be added to the applicaiton. When using with a database to update a simple list it works fine until it ...
0
votes
3answers
1k views

Programatic Access to DragHandleTemplate in ASP.NET AJAX ReorderList

Is there a way to programatically access the DragHandleTemplate of a ReorderList (ASP.NET AJAX Control Toolkit) ... Specifically during ItemDataBound for the ReorderList, in order to change its ...
0
votes
2answers
3k views

AJAX.NET Subscribe to Reorderlist ItemCommand or DeleteCommand?

I would like to subscribe to the ItemCommand event of a Reorderlist I have on my page. The front end looks like this... <cc1:ReorderList id="ReorderList1" runat="server" CssClass="Sortables" ...
0
votes
4answers
3k views

AJAX.NET Reorderlist Control - “It does not a DataSource and does not implement IList.”

I keep getting this error when trying to re-order items in my ReorderList control. "Reorder failed, see details below. Can't access data source. It does not a DataSource and does not implement ...