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

URL ID sent in Email should pull up the radgrid with the open edititemtemplate

1 Answer 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon-Jon
Top achievements
Rank 2
Jon-Jon asked on 11 Jul 2011, 04:52 PM
I have and email sent to a customer upon update with a URL of the ID that gets created.  If they click the URL it should take them directly to the radgrid with the open edititemformtemplate with all of it filled out.  Any ideas on how to accomplish this?

1 Answer, 1 is accepted

Sort by
0
Elliott
Top achievements
Rank 2
answered on 11 Jul 2011, 06:05 PM
       grid name.MasterTableView.IsItemInserted = True
in the Page Load on not Page.IsPostback - open a new item for edit on initial entry of page

in the Item Created event - if item is in EditMode go get data and fill in
now the only thing left is to make sure it only gets filled in on entry
Tags
Grid
Asked by
Jon-Jon
Top achievements
Rank 2
Answers by
Elliott
Top achievements
Rank 2
Share this question
or