This is a migrated thread and some comments may be shown as answers.

Excel like behavior

1 Answer 121 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hans
Top achievements
Rank 1
Hans asked on 08 Apr 2016, 07:07 AM

I test the Example, Gridview , Spreadsheet.

I miss some Excel like behaviors:

Shortcut to delete the cell content. The Del Key delete a whole row, but in Excel it clear a cell.

I see, there exists a context menu Clear Value. Can I assigne the Del Key to this action?

Can I fill down a value from a cell to the selected cells below? The Excel shortcut is Ctrl+<

Also not work: Copy one cell content to clipboard. Select many cells, paste the value to all cells in the selection.

Or enter a value to all selected cells?
In Excel select many Cells, Enter text, press Ctrl+Enter to aply for all Cells.

 

 

 

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 08 Apr 2016, 11:48 AM
Hello Hans,

Thank you for writing.

The provided feedback is greatly appreciated. The referred Spreadsheet example just demonstrates a approach how to provide an easy-to-design implementation of large spreadsheet interfaces. By default, pressing the Delete key removes the entire row. RadGridView manages user mouse and keyboard input over its rows by GridRowBehavior. Depending on the row type, RadGridView introduces different behaviors. You can refer to the following help article which is quite useful on this topic: http://docs.telerik.com/devtools/winforms/gridview/rows/row-behaviors

As to the question about customizing the default copy/paste behavior in RadGridView, you can refer to the following KnowledgeBase article which demonstrates a sample approach: http://www.telerik.com/support/kb/winforms/gridview/details/copy-paste-displaymember-for-gridviewcomboboxcolumn

I hope this information helps. Should you have further questions I would be glad to help.

 Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Hans
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or