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.
Hello ssheri,
Can you provide the aspx for the UpdatePanel with the WebDataGrid inside? I am also not clear what you have included in the page's pre_int or load events.
Thank you
Hi ,
I have attached the aspx for the update panel . I added the event handler for the itemcommand event in the pre_int and load events as the event was not firing . I have removed the same as they made no difference. Below is the statement which I wrote :
WebDataGridNursingHomeResults.ItemCommand +=new Infragistics.Web.UI.GridControls.ItemCommandEventHandler(this.WebDataGridNursingHomeResults_OnItemCommand).
Please have a look at the aspx and let me know if i am missing something.
Thanks