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
Hello Lars,
I believe the following post is related to this problem:
https://es.infragistics.com/community/forums/f/retired-products-and-controls/78778/set-rows-or-cells-in-xamgrid-as-dragsource/398507#398507
Thanks,
Stefana