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

Can I have popup edit form and in-place edit on double click within the same grid?

3 Answers 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matt Kerry
Top achievements
Rank 1
Matt Kerry asked on 22 Mar 2011, 12:09 PM

I am currently builting a resource management app. I have a row of data which consists of a resource name and their hours per month for 12 months.

I want the user to be able to edit each month's hours by double click and then edit in place (e.g. http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx) - this works fine.

However, I also want to be able to edit the resource name in a popup window, as I need to have related comboboxes to select the resource name.

Is this possible? I only seem to be able to set the EditMode at MasterTableView level - which means one or the other, but not both.

Any help would be greatly appreciated!

Matt

3 Answers, 1 is accepted

Sort by
0
Matt Kerry
Top achievements
Rank 1
answered on 24 Mar 2011, 02:27 PM
Anyone?
0
Accepted
Iana Tsolova
Telerik team
answered on 25 Mar 2011, 08:57 AM
Hello Matt,

To achieve your goal, you can implement the edit on double click functionaly as it is in the mentioned demo. Then add one column,for instance a GridTemplateColumn with a button in the ItemTemplate. On that button click, you can open RadWindow for editing.

Kind regards,
Iana
the Telerik team
0
Matt Kerry
Top achievements
Rank 1
answered on 25 Mar 2011, 04:04 PM
Thank you, this works well.
Tags
Grid
Asked by
Matt Kerry
Top achievements
Rank 1
Answers by
Matt Kerry
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or