Hello,
I am trying to acheive the following scenerio and was hoping i could get some guidance or even a sample. Here is the scenerio.
I have a form with 2 raddocks on it. I am loading my forms into the left raddock which is on the left. one of the forms is a searching feature for searching inventory. on the second dock i am loading a sale order form. when a user does a search for inventory i am wanting them to be able to drag a row from the search results (gridview) to an identical gridview on the other form(sale order form). Right now i have a collection on the order form which stores which inventory items it has. i then bind the grid view to the collection to show current inventory that belongs to the sales order. ideally what i would like to happen is a user selects an item (row) from the gridview on form1 and can drag it over to the other form at which time i populate the collection on that form and bind its gridview to that collection?
is it possible to drag and drop a row from a grid on one form to a grid on another form if so...how can i accomplish this?
Thanks,
Joshua Gates
I am trying to acheive the following scenerio and was hoping i could get some guidance or even a sample. Here is the scenerio.
I have a form with 2 raddocks on it. I am loading my forms into the left raddock which is on the left. one of the forms is a searching feature for searching inventory. on the second dock i am loading a sale order form. when a user does a search for inventory i am wanting them to be able to drag a row from the search results (gridview) to an identical gridview on the other form(sale order form). Right now i have a collection on the order form which stores which inventory items it has. i then bind the grid view to the collection to show current inventory that belongs to the sales order. ideally what i would like to happen is a user selects an item (row) from the gridview on form1 and can drag it over to the other form at which time i populate the collection on that form and bind its gridview to that collection?
is it possible to drag and drop a row from a grid on one form to a grid on another form if so...how can i accomplish this?
Thanks,
Joshua Gates