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

telerik radgrid GridView1_ItemInserted - can I get a return value

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 16 Jul 2010, 01:39 PM

I have a telerik radgrid that is doing an insert using an objectdatasource. The insert method the objectdatasource calls has a boolean return value that I want to check in the radgrid's ItemInserted event.

Is this possible and what is the code to do it. I checked the GridInsertedEventArgs e and there is no way I can see to get the return value but it must be there, I think I am just missing it.

Any help would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 21 Jul 2010, 09:44 AM
Hi Richard,

I'm afraid that the property you are refering to is not accessible through RadGrid's GridInsertedEventArgs as it is specific to ObjectDataSource's implementation. Thus it is not available in the generic base class handlers used by RadGrid to communicate with the DataSource control.

Regards,
Rosen
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
Richard
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or