This is a migrated thread and some comments may be shown as answers.

"Change into cell" event on a RadGridView not editable

0 Answers 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Romell
Top achievements
Rank 1
Romell asked on 16 Aug 2012, 08:46 PM
Hi,

I have a simple RadGridView with some setting but this grid is not editable. 

This gridview is filled thanks to a dataset product from a sql database.....

Through code behind I have the folloginw code:

        Dim currentDataRow As DataRow = Me.MyDataGrid.SelectedItem
        If currentDataRow IsNot Nothing Then
            currentDataRow.Item("STATUS") = status
        End If

This code works fine....so far, so good....but what is the right event in RadGridView to capture the time when the value of the cell is modified?

Thanks

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Romell
Top achievements
Rank 1
Share this question
or