Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,In the list view, is it possible to do a single field edit on double-click?This is similar to inline edit, but only for any single field which is clicked twice.So for fields A,B,C with records 1,2,3when a user clicks on A1, only A1 becomes editable...when a user clicks on B2, only B2 becomes editable...and so on...How do we achieve this..
I'm afraid there isn't a fast solution.Hadle double clik with jquery.With some DOM manipulation on the grid extract the name of the clicked TD.Enable Inline editing as reported here.Disable all fields that not match the extracted field name.
we are trying to integrate Jquery plugin to do this.. but no such luck.plugin that we are using is http://plugins.jquery.com/project/toggleEditAny help?