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, Datagridview has an event called Cellvaluechanged, but in ASP.NET for gridView there is no similar event. Does anyone know any solution?