Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1025
Syncronous calling of Client and server side events.
posted

We have count toolbar(UltraWebToolbar) and a webdatagrid with the count column .
Now i want to increment the count column on the click of the toolbar along with some data change in the database.

To give the fast response to the user we handled the both server side as well as client side click event of the toolbarButtons.

When user clicks on the button we increase the grid count in the grid w/o the grid and the server clcik also partially post back the data to make the server changes. Now My problem is -
The clientside click events fires then serverside clcik event fires and all this is in synchronous calling
how i can make the server call asynchronouslly that will update the server results
as user can click on the buttons very quickly and we dont want to loose any of the click while the synchronous calls are the real show stoppers there.
Please advice....

Parents
No Data
Reply
  • 49378
    posted

    Hi ashpawan,

    It has been some time since your post, however in case you still need assistance I would be glad to help.

    From what I can undestand you are looking for a way to trigger an update manually for WebDataGrid. I suggest that you take a look at the following thread discussing this topic:

    http://forums.infragistics.com/forums/t/62962.aspx

    Please do not hesitate to contact me if you have any questions. 

Children
No Data