Hi,
I want to drag individual cell from XamDataGrid and Drop it on the Label/TextBox/TextBlock (other control outside XamDataGrid), So now control (Label/TextBox/TextBlock) on which i have dropped individual cell, it should display cell Value.
Does infragistic xamDataGrid supports drag and drop of individual cell out side xamDataGrid?? if yes then can you please provide sample for the same??
Thanks & Regards,
Naitik
Hello Naitik,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hi Stefan,
Thank you so much.
Its the same what I wanted.
I have modified the sample I sent you before, so now it works when the XamDataGrid is not editable. Please let me know if his helps you or you need further assistance on this matter.
Looking forward for your reply.
Thanks for your quick response.
But, In my case Cells are not editable. (Field Setting's AllowEdit ="False"). So in that case this solution will not work.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I used our DragDropManager to make the CellValuePresenter DragSource. You are now able to drag a Cell if you doesn’t hover over its Text, because there is a built-in functionality to DragDrop the Text . Please let me know if this helps you or you need further assistance on this matter.