What is the best way to implement on datagrid? As I am new on this, I had some researches but I am confused because there are some complicated implementations and easy ones? I try to understand the best way.
Adding simply selection mode and selection Unit doesnt help. Because it only copies the row but I cant paste it simply as a new row.
SelectionMode="Extended" SelectionUnit="FullRow" >
this approach in the article looks old to me. Not sure if there is anything new and much easier with newest framework. I am using MVVM light in my project.Attached is the sample project similar to my original project. can you please recommend me the best way for the following?
- Full Row(s) copy-paste
-1 or multiple columns copy-paste (optional)
- cell copy-paste
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."