Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2745
Always show edit mode - For All Rows
posted

My client has requested a feature I don't think the grid supports.  Their concern is the grid doesn't look editable even when it is.  So they asked for us always show the input fields unless the column is readonly.  How would I achieve this?

I have a few ideas already revolving around the concern:

 - I've highlighted the editable fields so they stand out; however, I think they would like more of a direct indiciation.
 - I could implement a text box in each field using a row template, but I am unsure if the values will synchronize or if the real input field will get focus on selection.
        - Going to try to setup a prototype with this one.

Any other ideas or features I may have missed?