Disable Sorting and Filtering in related items (Quick edit mode)
Posted: 15 Jun 2017
Hello Dmitry,
I'm looking for a way to disable the sorting and filtering (including column rename) function within the related items in Quick edit mode.
I tried to change the FieldRef properties:
old: <FieldRef Name="Title" />
new: <FieldRef sortable="FALSE" filterable="FALSE" filterdisablemessage="No filter available " linktoitem="TRUE" Name="Title" />
However this doesn't seem to work in Quick edit mode.
Do you know a way how I could disable the the sorting and filtering of the related items grid?
I'm looking for a way to disable the sorting and filtering (including column rename) function within the related items in Quick edit mode.
I tried to change the FieldRef properties:
old: <FieldRef Name="Title" />
new: <FieldRef sortable="FALSE" filterable="FALSE" filterdisablemessage="No filter available " linktoitem="TRUE" Name="Title" />
However this doesn't seem to work in Quick edit mode.
Do you know a way how I could disable the the sorting and filtering of the related items grid?