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

Access Insert Template Server Side

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 22 Sep 2014, 01:58 PM
I am working on a project that requires complex conditional validation and I want to be able to access the controls in the edit template on the server validate event. I have looked through the object model and I am not seeing anything I can use to access the page values. Any clues?

During an edit I can use the RadGrid1.EditItems but insert there are none there.

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 22 Sep 2014, 05:12 PM
Hi,

Please try with the below code snippet.


RadGrid1.MasterTableView.GetInsertItem();


By using above code snippet you can get insert item.

Let me know if any concern.

Thanks,
Jayesh Goyani
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or