According to the documentation for Grid.ItemCommand Event
Quote:An item command event is raised when a button inside a ButtonColumn is clicked in server or callback mode, or when client side function raiseItemCommandEvent is called.
This implies that raiseItemCommandEvent will work in client mode. However, in order for the raiseItemCommandEvent to work I have to be in server or callback mode.
Is this working as designed or is it a bug?
If it is working as designed is there a way to cause a server side event using the grid control, or do I need to do a standard .Net submit?