I need to implement UltraWinGrid working like excel so user can copy/paste data from Excel to Grid. For example, copy one cell and paste to multiple cells in same column, copy multiple cells/columns and paste into desired location without highlighting exactly same number of rows etc. Does anyone have good example code or links to share? Thanks.
Your post sounds like it's talking about the repetitive paste functionality that was added in 2011 Volume 2. A good place to start is the help topic discussing this feature.
http://help.infragistics.com/NetAdvantage/WinForms/2011.2/CLR2.0/?page=WinGrid_Automatic_Repetitive_Paste_in_Grids.html
In addition, if you have the samples installed, you can find the sample demonstrating this functionality. It is titled "WinGrid Repetitive Paste" and should appear toward the top of the list you see when the samples browser opens.
If you have any further questions, feel free to ask.
Thanks for the reply. The link is very helpful. I still have some questions. Can I copy a string (e.g. 'abc') and highlight one column in 10 rows in Grid to paste 'abc' to 10 rows? Thanks.
The short answer to your question is yes. Highlighting an entire column by clicking on the header and pasting will not work. If you highlight cells with the mouse, and then paste. It will repeat as intended.