How to Paste a Single Value to All Selected Cells in RadGridView
Environment
Product Version | Product | Author |
---|---|---|
2019.1.219 | RadGridView for WinForms | Desislava Yordanova |
Description
This article aims to show you a sample approach how you can paste a single value to all selected cells in RadGridView.
Solution
RadGridView allows pasting over a single cell. If you need to affect all selected cells with the copied value, it would be necessary to handle the Pasting event and perform the desired action. A sample approach is demonstrated in the following code snippet: