Hello,
I'm using the client-side programmatic binding feature with the Telerik rad grid control, and I also have <ClientSettings EnablePostBackOnRowClick="True". The Grid causes the postback, and the following form values are present:
__EVENTTARGET: <correct grid id>
__EVENTARGUMENT: RowClick$<index>
So that's correct, but the ItemCommand event does not fire... any idea why?
Thanks.
I'm using the client-side programmatic binding feature with the Telerik rad grid control, and I also have <ClientSettings EnablePostBackOnRowClick="True". The Grid causes the postback, and the following form values are present:
__EVENTTARGET: <correct grid id>
__EVENTARGUMENT: RowClick$<index>
So that's correct, but the ItemCommand event does not fire... any idea why?
Thanks.