Hello,
I'm a new customer who just purchased the controls today and am very excited. I'm working on a little project and I need some help.
I have two radgrids on my page which are both populated by a different table in an SQLDataSource. I want to be able to doubleclick on a row in table one to be able to insert the row just doubleclicked into the second grid's table (using a database insert). I've already got drag and drop working (which functions the same way but allows them to drag the row from table 1 to table 2). Is this possible and if so, can someone give me an example?
OR
Would it be easier if I had a clientselect column with checkboxes and a button in the commanditems (with a custom template) that is labeled "Add Selected Topics" and when pressed it would take any topics that are selected in grid 1 and insert them as new records into grid 2? If I used this method I might completely remove drag and drop. I had this version working as far as the grid and selecting items, but I couldn't figure out how to insert the selected items into the other grid's database table. Bear with me though, I'll get better at this! :)
I'm a new customer who just purchased the controls today and am very excited. I'm working on a little project and I need some help.
I have two radgrids on my page which are both populated by a different table in an SQLDataSource. I want to be able to doubleclick on a row in table one to be able to insert the row just doubleclicked into the second grid's table (using a database insert). I've already got drag and drop working (which functions the same way but allows them to drag the row from table 1 to table 2). Is this possible and if so, can someone give me an example?
OR
Would it be easier if I had a clientselect column with checkboxes and a button in the commanditems (with a custom template) that is labeled "Add Selected Topics" and when pressed it would take any topics that are selected in grid 1 and insert them as new records into grid 2? If I used this method I might completely remove drag and drop. I had this version working as far as the grid and selecting items, but I couldn't figure out how to insert the selected items into the other grid's database table. Bear with me though, I'll get better at this! :)