Skip to content

Replies

0
sheshi
sheshi answered on Jun 17, 2011 5:44 AM

Hi Deni,

The function signature of the itemcommand event handler is the same as you have suggested. I tried setting the EnableViewState="true" and EnableDataViewState="true" but to no effect.

The itemcommand event is not firing even after making these events true. Can you let me know what might be the issue?

Waiting for your further suggestions.

Thanks

0
sheshi
sheshi answered on Jun 16, 2011 11:29 AM

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