Search
2927 results 1561-1570
Forum
- 18th Oct 2016Problem with field not being editable after joinfield capable of being inline editable? I'm afraid you
- 17th Oct 2016How to make certain col in each row non-editable while using Editor plugin,Is this for inline editing? If so, there is an example here. Allan
- 20th Sep 2016Checkbox requires two clicks to be checked/uncheckedNevermind, I had an extra // Activate an inline edit on click of a table cell $('#table').on( 'click', 'tbody td', function (e) { editor.inline( this, { onBlur: 'submit' } ); } ); from the inline edit example which was causing the double click issue
- 16th Sep 2016Code Behind and the Editorthat code behind or inline code are directly applicable
- 9th Sep 2016Issue when trying to upload fileΣαβ.' ] } } } ); /*start code for inline buttons*/ // Edit record $('#users').on(
- 8th Sep 2016Editor: use native (html5) datepicker if availabledo it? (I'm editing inline). My best guesses have
- 6th Sep 2016Date(time) format problemwhen I activate the inline edit that the display
- 31st Aug 2016Filter and remove duplicates contents of Dropdown list in create newyou could do an inline select! I found this
- 26th Aug 2016All Editable text box in datatableI presume this is in reference to Editor's inline editing mode? Currently only a single cell at a time can be in edit mode with Editor. Multiple cell inline editing is planned for a future release. Regards, Allan
- 25th Aug 2016Edit with a value not present in the dropdown listI want to use the function cell().edit() --> Edit a cell with inline or buble editing But the API reference doesn't work. Best regards, Nicolas