Hi,
My scenario is i want to drag the rows from radgridview to list box. my datagrid contains image columns and data columns.when i drag the row and drop in the list box i need to display specific columns(image columns and data columns) and save them to database as i defined in the list item template.can you please say how to implement this.
In this i am using querablecollectionview for binding gridview and using observablecollection as itemsource for list box.
one more question
To confirm, The data dragging from one control(ie., querablecollectionview or obseravable collection) is to be same in the dropping the data in other control? is this right.
Regards,
Nav
My scenario is i want to drag the rows from radgridview to list box. my datagrid contains image columns and data columns.when i drag the row and drop in the list box i need to display specific columns(image columns and data columns) and save them to database as i defined in the list item template.can you please say how to implement this.
In this i am using querablecollectionview for binding gridview and using observablecollection as itemsource for list box.
one more question
To confirm, The data dragging from one control(ie., querablecollectionview or obseravable collection) is to be same in the dropping the data in other control? is this right.
Regards,
Nav