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

find DataForm

1 Answer 47 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Mohamad Javad
Top achievements
Rank 1
Iron
Mohamad Javad asked on 12 Nov 2014, 04:30 AM
hi

which find control for example, DataForm or etc, in RadListView1_ItemEditing



i try below code,but give error.







  protected void RadListView1_ItemEditing(object sender, RadListViewCommandEventArgs e)

    {

RadListViewEditableItem editedItem = (RadListViewEditableItem)e.ListViewItem;



 RadTextBox txtSubject =(RadTextBox)editedItem.FindControl("txtSubject");



txtSubject .Text="hi";



}

please help me.

thanks

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 12 Nov 2014, 03:47 PM
Hi Mohamad,

I noticed that you have opened several forum threads for the same thing only the product in the ticket info is different. Note that It is highly recommended that you keep related questions in one forum post, so that we can easily keep track of your support history and provide better answers in a shorter time.

Regards,
Pavlina
Telerik
Tags
DataForm
Asked by
Mohamad Javad
Top achievements
Rank 1
Iron
Answers by
Pavlina
Telerik team
Share this question
or