Hi Sir,
I put the Grid on the usercontrol, I have to set the usercontrol enabledviewstate="false", the problem is now the OnItemCommand="MyGrid_ItemCommand" not fired or not triggered, that means when I click 'Edit' or other commandbutton ,nothing happen, If I set the enabledviewstate = 'true' for the usercontrol, everything works fine, but I need to disable the viewstate for whole usercontrol, do you have some suggetions about this issue? how can I trigger/fire the OnItemCommand event when whole usercontrol 'EnableViewState' is false.
Thanks
Regards
I put the Grid on the usercontrol, I have to set the usercontrol enabledviewstate="false", the problem is now the OnItemCommand="MyGrid_ItemCommand" not fired or not triggered, that means when I click 'Edit' or other commandbutton ,nothing happen, If I set the enabledviewstate = 'true' for the usercontrol, everything works fine, but I need to disable the viewstate for whole usercontrol, do you have some suggetions about this issue? how can I trigger/fire the OnItemCommand event when whole usercontrol 'EnableViewState' is false.
Thanks
Regards