Is it possible to cause ResultSet.getRange from to create a request with showPrompt = true?
We have been confused for quite some time why our UI seems to block on asynchronous requests to the server. It appears that ListGrids, TreeGrids, and our self created ResultSets send requests with showPrompt=true. We have been experiencing this issue since SmartGWT 2.5 and continue to see the problem in SmartGWT 6.0. Setting RPCManager.setShowPrompt(false) appears to have no effect on this behavior, and am unable to find documentation elsewhere on how this behavior can be changed. I presume that the Grids are only blocking the rendered grid and not the entire UI with showPrompt=true. Is there a way we can disable this on our ResultSets, or provide a hidden container for it to block on that does not effect the entire UI? I am guessing that the reality is we need to move away from using ResultSets ourselves in our code.
We have been confused for quite some time why our UI seems to block on asynchronous requests to the server. It appears that ListGrids, TreeGrids, and our self created ResultSets send requests with showPrompt=true. We have been experiencing this issue since SmartGWT 2.5 and continue to see the problem in SmartGWT 6.0. Setting RPCManager.setShowPrompt(false) appears to have no effect on this behavior, and am unable to find documentation elsewhere on how this behavior can be changed. I presume that the Grids are only blocking the rendered grid and not the entire UI with showPrompt=true. Is there a way we can disable this on our ResultSets, or provide a hidden container for it to block on that does not effect the entire UI? I am guessing that the reality is we need to move away from using ResultSets ourselves in our code.
Comment