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
235
How to change the sequence of execution of clientside events of ultrawebgrid
posted

I have an aspx with a web tool bar and a ultrawebgrid.

In my application i observe that toolbarclick clientside event executes first and then BeforeRowInsert event executes.

I want BeforeRowInsert to be executed first and then ToolBarClick event to fire.

Can anyone help me . how can i achieve this.

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    Unfortunately the flow of events cannot be changed - first a click is executed and then this executes the before row insert command and this fires the respective event. When do you need them in reverse order? Can't you just change (switch) logic of the event handlers?

Children
No Data