This is a migrated thread and some comments may be shown as answers.

Grid Excel style editing

3 Answers 152 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ShahabG
Top achievements
Rank 1
ShahabG asked on 10 Mar 2011, 03:31 AM
Hi
Do you have a sample of grid which has checkbox, textbox and combobox columns int it?
Thanks

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Mar 2011, 07:19 AM
Hello Shahab,

Please refer the following documentation and demo which explains different Columns types in RadGrid.
Column types
Grid / Column Types

Thanks,
Princy.
0
ShahabG
Top achievements
Rank 1
answered on 10 Mar 2011, 02:01 PM
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
0
Princy
Top achievements
Rank 2
answered on 11 Mar 2011, 08:25 AM
Hello Shahab,

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

Also take a look at the following code library.
Excel-like RadGrid

Hope this information helps,
Princy.
Tags
Grid
Asked by
ShahabG
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
ShahabG
Top achievements
Rank 1
Share this question
or