I have an ultragrid that we drag and drop items into. Is it possible in an ultra grid to know where the user drags the item to in order to position it above/below existing rows or even click and drag existing rows to re-position them?
I built a custom scheduler for our projects, we have grids of resources that can be dragged and assigned to our jobs. Order of these resources matter to us, so we will need to reorder the grid to show certain resources at the top.
Originally I had it actually being scheduled to jobs using BO in Epicor (50 Projects, 250 jobs, 4 resources per job - this would take hours and sometimes crashed). Eventually I switched it to a UD table instead to speed it up to 5 seconds.