Hi ,
can we add client side operation on grid as i want the following functionality in grid
can we add empty rows at client side ?
can we add news rows at client side Programatically ?
Can we update existing row in clietn side Programatically ?
can we delete row at clietn sidte programatically ?
can user add news rows at client so that user could add data himself manually in row from UI ?
can user update a row at client side manually from UI ?
after performing these operations on client side we want to process final data in grid on server.
if thsee functionalites are there in telerik grid or we can add them then pleae provide a sample application.