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
}
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
Can you send me this code in VB. I need to create a timestamp for a grid when updated.
Hello Arun, May I know what version or service release version you are using because, I was unable to replicate this issue. row contains object and not null.
GridRecord row = this.WebDataGrid1.Rows.FromIDPair(e.RowID);
Thank you,
Swetha