Hi everyone
I just found how to do that for copied cells, How to do it for pasted cells?
Hello Vasily,
I recommend using the ClipboardPasting event and modify the cell in the same manner you used to copy the cells. For more details about the pasted event please refer to our online documentation here:
https://ko.infragistics.com/help/wpf/xamgrid-paste-event-and-event-arguments
Let me know if you have any questions.
I am not sure how it should help me. In the copy methods i has an object which represents a cell and i can chsnge the style for it. How can i get a cell in which will be pasted data next?