When I am editing text in a cell I expect the delete key to edit the contents of the cell but it doesn't it deletes the Row...why?
The backspace key works fine.
Any ideas are appreciated...thanks
-Ken
Hello,
By default when cell is in edit mode and you press delete key, UltraGrid delete selected text. Please see attached sample. If you post a small smaple which demonstrts your issue I will be glade to look into it, in order to find the reason for this issue.
I am waiting for your feedback
If I have a regular text field it works but when the field is masked for currency or has a date picker the delete is forwarded to the row and the row deletes. It happens all the time and I shouldn't need to send a sample to reproduce that.
I am not using a dataset....using an object list set on a bindingsource, if that makes a difference?
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.
I have tested your scenario again with Infragistics 11.2 service release 2050. Also I have used default editors an Editor component for date time values and currency values, please see attached sample. So when I press Delete key only the value of the cell is deleted, please see the video below. Maybe you have used KayActionMappings and you were override default behavior for Delete key, More information about this property you could find on the following link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v11.2~Infragistics.Win.UltraWinGrid.UltraGrid~KeyActionMappings.html
Please let me know if you have any further questions.