Hi,
I am converting an existing ListView implementation bound to an ObjectDataSource into a RadListView.
I have however reached a problem with the OnItemInserting event where I cannot see where to change the values that are being sent to the ObjectDataSource Insert Method
For example, in the existing ListView, I can specify:
Thanks,
                                I am converting an existing ListView implementation bound to an ObjectDataSource into a RadListView.
I have however reached a problem with the OnItemInserting event where I cannot see where to change the values that are being sent to the ObjectDataSource Insert Method
For example, in the existing ListView, I can specify:
protected void lvwTest_ItemInserting(object sender, ListViewInsertEventArgs e)
{
 e.Values["expert_id"] = 4;
}How can I do this for a RadListView ?
Thanks,
