inline-editing

UX: Edit in place vs. separate edit page / modal ?

I have some data that is broken up into sections, much like the Resume feature of StackOverflow Careers (it's not resume data, though), that is editable/create-able via a jQuery web app. It's a bit more hierarchical (jobs can have sub-jobs, etc.) so depending on what method of CRUD I take, it means differing amounts of work. I don't mind...

Grid Inline editing with JavaScript, weird behaviour

I made this invoice page. There is a repeater that generates a table. There are invoice item descriptions coming into td tags encapsulated with div tags like this: <asp:Repeater ID="Repeater1" runat="server"> <ItemTemplate> <tr> <td class="griditem text"> <div class="invoiceDescripti...

in-place edit in Rails 3

There are a few options for editing a model in-place while in the Show page, i.e. without having to load a form in the Edit page. For example, see http://www.ruby-toolbox.com/categories/rails_in_place_editing.html. Has anyone had any experience using any of these options (or others) in Rails 3? Any pointers or advice? In my case, I hav...

Powershell Hotkey to Erase Current Line?

I would like to execute a hotkey that would erase the current line in the powershell session. Is such a thing possible? ...

jqGrid - inline editing with autocomplete

Hello, I am sure that I saw it already in an example but can't find it again :( I have a jqGrid with inline editing. That works fine. One column has a select box with 200 entries. Those get retrieved from a database query already. Since 200 entries are too much, I want to have an input field and a live search. Once clicked on it, the ...