Webgrid - Pending Changes

1 reply. Last post: January 6, 2010 9:32 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

I am using the WebGrid 7 R2.  I have a problem that when I update a cell value in the Webgrid and tab to the next cell the status bar does not show that I have any pending changes yet.  It does not send to recognize that I have any changes until I click on another row.  Is there any way to force the pending changes to update with a tab to the next cell?  I have tried this, but it does not seem to update the pending changes.

if (OrigValue != NewValue) { cellObject.CellElement.style.font.bold = true; cellObject.CellElement.style.color = "black";

selectedRow.SetDataChanged();

WebGrid1.MarkEdit();

}

All times are GMT -5. The time now is 1:41 AM.
Previous Next