Grid Edit Mode

How can I make the entire row hilited excluding the current cell?

2 Replies

PA Pani October 29, 2005 09:27 PM UTC

I am in edit mode of the GRID control, when user enters a value in a cell and clicks on Apply button, the value of the current cell is not avaailable in the Apply button method? What should I do to commit changes? >How can I make the entire row hilited excluding the current cell? >


AD Administrator Syncfusion Team October 29, 2005 10:43 PM UTC

Try calling grid.CurrentCell.CommitChanges(); in a GridControl. You can also try calling grid.CurrentCel.EndEdit(). In a GridDataBoundGrid, in addition to the above, you might need to call grid.Binder.EndEdit().

Loader.
Up arrow icon