Sets or retrieves the state of the top-left selector of the grid control.
[This property is reserved for future use]
var value = obj.getTopState();
obj.setTopState(value);
obj.onTopStateChanging = function(value){...};
obj.onTopStateChanged = function(value){...};
obj.onTopStateError = function(value){...};