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

Need to launch user control as Edit form in RadGrid.

0 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Krish
Top achievements
Rank 1
Krish asked on 08 Jan 2012, 05:57 PM
I have a requirement like this:
Having Edit template as a separe user control.
From Rad grid I am specifying "Edit Form" as this Edit template USer control.
But In runtime I need to launch Edit template user control with in different "mode.". 


My Example something like this..
<RadGrid>
--
--
<MasterTableView>
<GridEditColumn>
<GridEditFormSettings>
 <uc:EditTemplate Mode="UnRead" ... ; >
<ucEditTemplate Mode="Read"

Mode here is a public property of User control..which i will use to handle different panels..

SO,In a nutshell,How to change Edit template's property before that page launches?
Please help..! Tried item_bound,Item_created events..But not getting.. :(

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Krish
Top achievements
Rank 1
Share this question
or