This topic is locked

Setting isEditable parameter should prevent drag-and-drop changing of sort order

10/22/2021 4:00:52 PM
Suggestions
Pete K author

I have a table where I have allowed drag-and-drop sorting on a sort field. There is one record I want to make non-editable and I can do this in the IsRecordEditable table event. That works to remove the edit icon. However, I am still able to change the value of the sort field by using drag-and-drop. This is a minor thing, but it seems to me that IsRecordEditable ought to apply to changing any field value at a low level in the code. It seems to only apply to showing or hiding the edit control.