I”m trying to modify a jqxTreeGrid so that the sort only effects parent rows, I’d like the child rows to always remain in the same order.
I attempted to do this by placing a custom sort on the dataAdaptor, this works for changing the parent sort order, but somehow the child rows are being sorted without going through this method.