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
633
how to cancel postback from for a list bar
posted

Hi!

I have a listbar on my page and i have handled the serverside event ItemClicked. However i donot want the grid to postback everytime, so i handled the client side header clicked and on a given condition set the following property. However it still posts back. How do i cancel a postback for the listbar.

oEvent.needPostBack=false;