How to create a CellValueChanged event in GridView ASP.NET

1

I have a dynamic GRID, which after loading allows the user to modify it, changing the values of the columns by dragging the objects (DIV) between them. In WinForms, the DataGridView has an event called CellValueChanged, however in ASP.NET for the gridView there is no such event. Anyone know a solution?

    
asked by anonymous 27.08.2015 / 19:34

0 answers