Problem: Need to access values of controls for an insert item outside of RadGrid events. I will not have access to event arguments.
Scenario: User enters values into insert item row client-side, and then selects a grid-external button which will post back to perform complicated business logic. The business logic will access the values entered by the user, and will populate a cell based on entered user values.
Additional Notes: I have no problem performing similar functionality with edit items. I can simply grab RadGrid.EditItems to access the items (rows) I need.
Questions: Is the functionality described above possible? Can I access the values entered into an insert item in the code behind outside of the InsertCommand event?
Scenario: User enters values into insert item row client-side, and then selects a grid-external button which will post back to perform complicated business logic. The business logic will access the values entered by the user, and will populate a cell based on entered user values.
Additional Notes: I have no problem performing similar functionality with edit items. I can simply grab RadGrid.EditItems to access the items (rows) I need.
Questions: Is the functionality described above possible? Can I access the values entered into an insert item in the code behind outside of the InsertCommand event?