Hi,
I need to get the source row (a business object) of the gird row when I click on the Edit button.
I tired handling the gvSubscription_EditCommand event but the (e) parameter's e.Item.DataItem property was NULL.
Is there another way to get the object being edited in the grid when the EDIT button is clicked?
I need to get the source row (a business object) of the gird row when I click on the Edit button.
I tired handling the gvSubscription_EditCommand event but the (e) parameter's e.Item.DataItem property was NULL.
Is there another way to get the object being edited in the grid when the EDIT button is clicked?