Hello, I am trying to add new row into C1WebGrid, I am following on the help, but it's not working.. to do SQLInsert, SQLUpdate, SQLDelete .. I use SQLDatasource and its bound to C1WebGrid What I had: Private Sub C1WebGrid1_ItemCreated( ByVal sender As Object , ByVal e As C1.Web.C1WebGrid.C1ItemEventArgs) Handles C1WebGrid1.ItemCreated If e.Item...