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

[Solved] Excel type editing

2 Answers 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 2
Alex asked on 29 Nov 2011, 06:24 PM
I've had myself and my team start learning MVC, I have a small project that I think would be great start for our MVC delopment.

I've hit somewhat of a small wall and I'm really hoping the community can come to my aid. We live in a world of editable grids (thanks excel) and the thing I've not been able to replicate using the Telerik MVC grid is have it editable all the time (every cell editable and simply navigate around).

Neither the inline or batch editing are adequate, we're talking of a data entry type screen where someone will have dozens to hundrends of rows of data to create/edit so clicking from one cell to the other or have them press a edit/update button per row is really not that pleasant.

We've looked at other MVC grids out there but I'd really like to stay with Telerik as we've used this for ever and ever and don't necessarly want to shell out another 1 to 2k for another suite.

Any help in pointing me to a solution would be greatly appreciated.

Right now I am seriously thinking of going back to either ASP.Net Ajax or Silverlight for this project and put MVC on the back burner.

Thanks

2 Answers, 1 is accepted

Sort by
0
Tony
Top achievements
Rank 1
answered on 01 Dec 2011, 03:58 AM
Are you planning on saving every time you lose focus of a textbox? Or with a button?

You can use the clienttemplate to display textboxes and then save at will
0
Georgi Tunev
Telerik team
answered on 01 Dec 2011, 03:09 PM
Hi guys,

 Alex, you can try using InCell editing with the "edit on tab" feature enabled:
.KeyboardNavigation(kbd => kbd.EditOnTab(true))

I believe this would help in the described scenario.

Regards,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Alex
Top achievements
Rank 2
Answers by
Tony
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or