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
1325
WebDataGrid Row Update Event
posted

Hi team,

protected void WebDataGrid1_RowUpdated(object sender, Infragistics.Web.UI.GridControls.RowUpdatedEventArgs e)

{

IDPair id = e.RowID; 

GridRecord row = this.WebDataGrid1.Rows.FromIDPair(id); 

}

In this function i got null in row.so i can't retrieve any values from the textboxes.I face this problem last week,still i can't solve.Please help with any valuable code/suggestions.

Our client is ready to purchase Infragestics control.Before that i can give the development progress with this webdatagrid with the functionality.So please help..........

Thanks&Regards

Arun