This is a migrated thread and some comments may be shown as answers.

Client-Side Binding and EnablePostbackOnRowClick

1 Answer 51 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 10 Jun 2010, 02:10 PM
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.

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 11 Jun 2010, 07:36 AM
Hello Brian,

Since you are using client-side binding - the items are created and bound on client side. Thus when postback event happens there are no items on server respectively no item to handle/trigger the command(ItemCommand).

Best wishes,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or