Datatables using class Query
Hi All, i'm new to use datatables with .net. If all you guess has some examples to use query class, please share and let us learn how to use it.
View ArticleSetting checkbox via javascript/jQuery
Hi, I'm using Editor in stand-alone mode and I've defined a checkbox thus: { label: "test", name: "test", type: "checkbox", options: [ { label: "one", value: 1}, { label: "two", value: 1} ] } I'm...
View Articleget a trial version of Editor
I have bought a license, but I still need a trial working version to use it in examples (like a plunker http://plnkr.co). Can I download the trial version as well as purchased (without making an extra...
View ArticleHow to make Datatables Editor lightbox "uncloseable"?
Hi folks, Simple question: I'm trying to implement a simple login form with DTE that is mandatory. However, there is always the little 'X' at the top right corner of the lightbox to close it. Is there...
View ArticleInline editor isn't closing after submission
I'm using inline editing, with a custom ajax call. After upgrading to the latest version of the editor (v1.5.5), the inline form no longer closes after calling the success method. Everything else works...
View ArticleWhat I do need to run Editor with Bootstrap?
What I do need to run Editor with Bootstrap? My question is about the correct order of the files (js and css) - because I see strange artifacts in the interface. Let's say we want to use services:...
View Articlehow load two or more dropdown list in diferents columns
Hi, how can I load two or more dropdown list in diferents columns?, can you help me please?, thanks.
View Articleretrieve values for select field from ajax?
For one feature on my site I want to use Editor in standalone mode to get from the user arguments for a subsequent URL page access. My problem is my field select values are dependent on earlier...
View ArticleIs there a recommendation for adding more controls to the Editor's Delete...
Hi Allan, In my specific scenario, the end-user clicks the Delete button in the "Are you sure?" dialog that comes standard with the Editor. The server-side logic validates and returns an error in the...
View ArticleHow to add new rows within recursive function?
Hi All, I'm trying to customize modal window rows (datatables editor with server-side-processing). Here is the screenshot: http://bit.ly/219AfKl server-side-processing.html: editor = new...
View Articletextarea inserts return when activated
When a textarea field is instantiated by keys navigation with an enter key press, a carriage return is inserted into the editable field in front of any existing value--or just inserted at the beginning...
View Articleinserting and displaying html formatting in input form
The live editor examples allow html styling of a word(s) in a text field. Select a row, add <i> italic </>. The updated cell successfully displays the italic text. I created my .NET table...
View ArticleConditional editing
I have a table with 2 columns; name and a status. The name is a varchar and the status is an enum; "pending" and "confirmed". I want to be able to edit the name in a modal form, and the status inline....
View ArticleUpload field in Editor not returning 'files' object
Hi, I am using the Upload field type in Editor. When displaying the Datatable with an image column, the "render function().....table.file( 'files', file_id ).web_path" section DOES return web_path...
View ArticleSubmitting Full Row on Tab Change
Hi, I am referring to below example on Data Table for Inline editing https://editor.datatables.net/examples/inline-editing/submitData.html This example submit the complete row when "Return" is hit. I...
View Articlecompare preEdit and postEdit data
i have an editor instance with an ajax object source, where i want to call a function if (and only if) the email address has been changed i can log the json data for preEdit and postEdit, but is it...
View Articleoptimize mysql join editor
my mysql server tells me I have high indeces queries without join (Select_full_join) my question: as I improve with tables link? It is a composite index? thanks
View Articleinline edition of responsive collapsed colums
Is there a standard way to inline edit collapsed columns. Thanks
View Articlebug with select field with inline edit
when I use inline edit, there seem to be a bug with select field, the scenario is as follows: 1.the field type is select; 2.the options for select are only one ; 3.in inline edit, first i click the...
View ArticleWait for async return in editor.on("preSubmit", ...
Hiya ... I'm trying to add to the post data in an editor "create" action with an async call to the Google map API to add Lat and Lng values to the new client as follows .... editor.on('preSubmit',...
View Article