Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
set rows or cells in xamgrid as DragSource
posted

Hello,

in a XamGrid with hierarchical data, we need to set whole rows or single cells as dragsources, depending on the cell's column (i.e the first cell with description should trigger row dragging, all other cells [carrying the values] should trigger single cell dragging.
I've used CellControlAttached for setting up the dragsources, but CellControlAttached is not being called for all cells. It is called for all description cells, but only for the data cells of some rows. The rows where it is called appear to be the first row(s) of each child row collection, but from the 2. or 3. row on (varying) it is not being called for the data cells anymore. Any ideas why this would be? Is there any other way to create the drag sources for every cell in the grid?

Regards

Lars

Parents
No Data
Reply Children
No Data