Hi guys 🙂
I have a situation where I'd like to “drop” things into cells. For example lets say I have a jqGrid with several cols and rows. Outside the grid I have a list, and I'd like to drag and drop an item from this list into a cell in the grid.
I'll need to apply some rules, since the list item will have an ID, the cell in the grid will have to be identified, and perhaps I'll even want the result to be to set the selection of an edittype: 'select' in one or more cells.
Do you guys see this happening, and do you have a conceptual description / pseudocode that you could write here?
Perhaps it's possible to solve this using normal jQuery, simply having the list item draggable and manipulating the cell content on the release-event where I'll have the cell data?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top