You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a situation when there is a disabled item in the DataGrid. This item has the IsEnabled="False" property set. When such an item is at the very top (the first in the DataGrid) and when trying to move any other item above such an item, the program hangs. It seems that the program gets stuck in the BaseDataGridDropHandler.cs > FindDataGridRowFromChildView method in a loop.
Below I have provided an example to reproduce this behavior:
There is a situation when there is a disabled item in the DataGrid. This item has the
IsEnabled="False"
property set. When such an item is at the very top (the first in the DataGrid) and when trying to move any other item above such an item, the program hangs. It seems that the program gets stuck in theBaseDataGridDropHandler.cs
>FindDataGridRowFromChildView
method in a loop.Below I have provided an example to reproduce this behavior:
The text was updated successfully, but these errors were encountered: