thiagopedro 2 Posted February 28, 2020 Share Posted February 28, 2020 Attached is the refresh item of the highlighted toolbar. What is the procedure via code similar to the action of this button? Quote Link to post Share on other sites
Sherzod 1147 Posted February 28, 2020 Share Posted February 28, 2020 11 minutes ago, thiagopedro said: Attached is the refresh item of the highlighted toolbar. What is the procedure via code similar to the action of this button? UniDBGrid1.Refresh Quote Link to post Share on other sites
thiagopedro 2 Posted February 28, 2020 Author Share Posted February 28, 2020 28 minutes ago, Sherzod said: UniDBGrid1.Refresh It is not what I could see in the following scenario. Scenario One (Sucess): 1. Alter PageSize; 2. By clicking on the toolbar button.Updates the grid correctly. Scenario One (Error): 1. Alter PageSize; 2. Execute command "UniDBGrid1.Refresh". Grid is not updated. Quote Link to post Share on other sites
Sherzod 1147 Posted February 28, 2020 Share Posted February 28, 2020 Also you can try this code: UniDBGrid1.JSInterface.JSCall('pagingBar.getComponent("refresh").click', []); Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.