I have a grid set up with remote sorting but when I click on the column header to sort I receive a javascript error that f.currentSortDirection does not exist.
I looked at the argument and the property was userSet_currentSortDirection. There was not a currentSortDirection property on that argument. If I change the js file to reference the actual name it works fine. The firstSortDirection is the same but does not throw an error.
I do not see this as a known issue so I'm wondering if it has been seen before.
Thanks,
Steve
This issue might have worked itself out. Not sure what the cause or fix was.