Login

  • Sign in with Intersoft Social ID
  • Sign in with Intersoft ID (Developer Network)
  • Sign in with Google ID
  • Sign in with Open ID. Click for more options.
Intersoft Social ID
Password
Intersoft Latest Learn More

Latest Development Blogs

Blog RSS
Loading
Retrieving News

Forum                   Topics  Post

Webgrid - Pending Changes

1 reply. Last post: January 6, 2010 9:32 PM by Handy Surya
Rate this topic:
Average rating: Not rated yet.
Tags :
  • (None)

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 10:19 PM.