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