I've run out of ideas on how to do this so I'm hoping one of you will give me an idea.
What I'm trying to do, at the request of our user community, is have a popup open when a user drags/drop a row so they can enter some information.
I'm using jQuery and some jQuery plug-ins in trying to accomplish this, everything works independently but when I try to incorporate it with the drap event it doesn't work.
I've tried squirting the javascript at the end of the rowdrop event of the grid and it does trigger my javascript and I've traced it and it should popup my window but it doesn't, I suspect that the javascript is being triggered at the wrong time in the sequence of events.
Any help would be appreciated.
All I need is a popup with a text area and a OK/Cancel that is triggered at the end of the dropping of a row.
Thanks
What I'm trying to do, at the request of our user community, is have a popup open when a user drags/drop a row so they can enter some information.
I'm using jQuery and some jQuery plug-ins in trying to accomplish this, everything works independently but when I try to incorporate it with the drap event it doesn't work.
I've tried squirting the javascript at the end of the rowdrop event of the grid and it does trigger my javascript and I've traced it and it should popup my window but it doesn't, I suspect that the javascript is being triggered at the wrong time in the sequence of events.
Any help would be appreciated.
All I need is a popup with a text area and a OK/Cancel that is triggered at the end of the dropping of a row.
Thanks