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
80
The item command event not firing inside a update panel
posted

Hi,

I am using a web datagrid for the aspx page. I have a update panel in the page. The web data grid is inside the content template of  the update panel. There is a link button in a item tempate of the grid. The item command event of the link button is not firing. If I remove the update panel the event is firing.

I have used the ayschronous trigger but that is not working. Also I tried adding the item command event on the pre_int and page load event of the page but  to no use.

The strange part here is that in the header templateof the grid there is a imagebutton for sorting. And when i click the image button of the grid the event is fired.

I am missing something basic? Do i have to set any properties for this to work.

Any help will be greatly appreciated.