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

Edit these values are null

1 Answer 38 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 21 Dec 2012, 01:01 PM
if (e.Item is TreeListEditableItem && (e.Item as TreeListEditableItem).IsInEditMode)           
            {
                TreeListEditableItem item = (TreeListEditableItem)e.Item;
                RadNumericTextBox Quantity = (RadNumericTextBox)item.FindControl("Quantity");
                RadNumericTextBox Rate = (RadNumericTextBox)item.FindControl("Rate");
                RadNumericTextBox Amount = (RadNumericTextBox)item.FindControl("Amount");

If i going to edit these values are come null

Thanks Advance,
Mohamed.

1 Answer, 1 is accepted

Sort by
0
mohamed
Top achievements
Rank 1
answered on 22 Dec 2012, 03:59 AM

adding this one (e.Item.ItemType == TreeListItemType.EditFormItem)

Regards,
Mohamed.
Tags
TreeList
Asked by
mohamed
Top achievements
Rank 1
Answers by
mohamed
Top achievements
Rank 1
Share this question
or