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

OnInsert Event

1 Answer 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dani
Top achievements
Rank 1
dani asked on 16 Jan 2011, 10:16 AM
** SORRY POSTED ON WRONG FORUM ** (--->MVC)
Is there a way to catch the new row event - like OnEdit() ?
I wish to do some manipulation on the new inserted row (in edit mode).
But I don't want this manipulation to occur in existing rows in Edit Mode (hence the OnEdit Event doesn't help).

To be more specific - I have a dropdownlist , while in inset mode I want to pass values from the selected item to other columns.
but I don't want it to be enabled on regular edit mode at all....

How can I achieve this ?

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 18 Jan 2011, 12:10 PM
Hello Dani,

Please take a look at the Distinguish edit/insert mode on ItemCreated/ItemDataBound help topic to see how the desired functionality can be implemented.

I hope this helps.

Regards,
Mira
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
dani
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or