I have a datagrid, and when the user tries to edit a row, I want only this row to be edited, and all other rows to be disabled. Is it possible? I tried looking for datagrid.rows but it is not.
Please, help
Thanks Sai
Take a look at BeginEditand EndEditevents here . If the default behavior does not prevent you from editing other lines during editing, you can put some code in these events to disable the selection of other lines in edit mode.
BeginEdit
EndEdit
Source: https://habr.com/ru/post/1772642/More articles:hard-coded path regression test - pythonHow can I match part of a string to jQuery? - jqueryNTLM and IIS Automatic Anonymous Authentication - authenticationConverting a character to Classname :: FunctionName (Para1, Para2) - c ++C ++: Where can I get a frame rate limiter that doesn't use v-sync? - c ++"Update" Pivot Control with Mvvm-light tools for WP7 - windows-phone-7What triggers the JVM thread? - javaWhen using NHibernate, what common methods are used to propagate schema changes? - oopHow to define scroll for NSOutlineView? - cocoaJava: Why doesn't JTable use TableCellEditor? - javaAll Articles