Hi
I am looking for sample of grid, which can be edited like excel and have user press a Save button, to save all changes.
The grid columns have textbox, checkbox and comboboxes. You can check Farpoint WebSpread and see these options in it http://www.fpoint.com/
Thanks
You can use GridBoundColumn(in edit mode rendered as textbox),GridCheckboxColumn and GridDropDownColumn or GridTemplateColumn with textBox,CheckBox,and DropDownList in EditItemTemplate for this purpose. And to make the grid initially in edit mode(for excel like display), refer the following documentation. Put all items in edit mode without additional rebind Default edit mode for grid items on initial load
And to perform batch updates, you can use the approach in the following documentation. Performing batch updates