I got the requirement to implement this excel-like feature in the existing xamDataGrid in the application. For those who don't know what it is, they want to drag a cell (using rclick) and by doing so copy original cell value across the selected cells. Before I start digging in the code, maybe I can save myself some trouble.
- Is the feature maybe available "out-of-the-box" for xamDataGrid? I couldn't find anything in docs or the web, but maybe I searched wrong.
- If not, any recommendation on how this would be doable by custom code.
I am still rather new to xamDataGrid object model and requirement is rather urgent.