Hello,
Using the demo sample to drag a row of an UltraWebGrid to a ListBox works great.
BTW I really love the Drag and Drop Framework.
Here is my question:
Once the rows are dropped in the ListBox, what is the best approach to return the data in the ListBox to the server? Essentially I would like to return an array or DataSet of IDs or DataKeys to the server.
Thanks,Jeff
Thanks ehuna,
I never did get an answer. As a result, I have not yet implemented the Drag and Drop Framework. This is unfortunate, because it seemed very promising at first blush.
Did you ever get an answer on this?
All of the examples I see from Infragistics only show HTML and Javascript - there's no example on how to handle the resulting data on the server.
Is Infragistics Drag and Drop Framework only for simple toy examples on the client?