Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1050
RecordAdded event problem
posted

when i tried to create a record, field values are empty in RecordAdded event.

private void dg_RecordAdded(object sender, RecordAddedEventArgs e)

{

e.Record.Cells["FieldName1"].Value.ToString()

}

is this the correct way to retrieve the values???

or i am doing something wrong.

if there is any example for adding new records please direct me.

thanks