thiagopedro Posted February 28, 2020 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
Sherzod Posted February 28, 2020 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
thiagopedro Posted February 28, 2020 Author 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
Sherzod Posted February 28, 2020 Posted February 28, 2020 Also you can try this code: UniDBGrid1.JSInterface.JSCall('pagingBar.getComponent("refresh").click', []); Quote
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.