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

Grid always in Edit Mode

1 Answer 35 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.
Dave Hayward
Top achievements
Rank 1
Dave Hayward asked on 11 Mar 2012, 08:12 PM
My client wants me to create an order form that combines the flexibilty of a spreadsheet with the features of a grid. That is, they want to be able to use a Combobox to select the product, and then tab to a NumericTextBox control to enter the quantity. (Of course when they do that, a description should appear in the appropriate column). They want too be able to add 10 empty rows at a time and the data to be maintained as they flip from page to page until the end when they finally place their order.

I thought Batch editing mode might work, but it doesn't save changes on a page change (which is a show-stopper for them). I also couldn't get tabbing to work, but that may be somthing basic I've missed.

I then thought Client Row Templates might work. (using AJAX binding so I could grab the description) The grid would never actually be in edit mode, but would handle paging and filtering etc. The rest I would roll by hand as part of handling the templated controls. This isn't working either, and what i can get to work is very convoluted and probably unmaintainable.

Is there any known solution to this type of UI, or do I have to abandon my attempts to use the Grid and look elsewhere?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 14 Mar 2012, 05:20 PM
Hi Dave,

I am afraid that the Grid does not support your requirements and you should consider using more appropriate component.

Kind Regards,
Petur Subev
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
Dave Hayward
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or