Dependant selects
Is it possible to have a dependant select based on the value of another select in the editor? Scenario: In the editor, there is a select for units (academic units of study...). Also in the editor is a...
View ArticleEditor Lighbox - individual Sizes
ist there a way to set individual sizes for the lightbox. i have an default css setup, like: div.DTED_Lightbox_Wrapper { left: 0; right: 0; width: 100%; max-width: 800px; /* default */ margin: auto; }...
View ArticleBug with datetime and readonly field
Hello, I just stumbeld upon a serious bug in Editor. I have a readonly field (set by field method and the markup is correct) and I defined it of type "datetime" for the formatting. When I click on the...
View Articleproblem with editor file upload!
this is my code public ActionResult GetDataToursForSale(Enums.JsonSortType type, int id) { var settings = Properties.Settings.Default; var formData = HttpContext.ApplicationInstance.Context.Request;...
View ArticleEditor (ajax) - how can we use the query wildcard "%"
my problem: i have different admin groups who can connect to editor. so they can read and edit different datas from the database. after login the admin gets a $_SESSION-Variable, like:...
View ArticleRender HTML in editor select list
I have options in an editor select list which contain HTML. Is there a way to render the HTML instead of displaying tags?
View Articlestrip_tags on select options
I have a select in the editor where the options in the select contain HTML tags. I want to remove those tags for the select and retain them for the records in the database. Is there a way to do this in...
View ArticleORDER with TEXT column records prefixed with interger
Is there a method to order a text column with records prefixed with an interger? ->join( Mjoin::inst( 'program_outcome' ) ->link( 'unit_outcome.unit_outcome_pk',...
View ArticleEditor - New, Update, Remove - Oracle Stored Procedures
I'm working on an application C# MVC application that uses oracle stored procedures for all database interfaces. It does not use the entity framework and we can't interface with tables directly. Is...
View ArticleOptions.Label.Render
Hi, Allan, In the Editor Edit popup, I'm trying to make a dropdown to show a list of stores: the list has value from Store.Number, and I'd like to have the label as Store.Name + ", " + Store.City + ",...
View ArticleValue for Phone Number with '+' sign truncating
Dear Allan, I am trying to save phone number for example "+9689111111" in sql server database, the insert statement generated by editor automatically truncated "+" sign and insert without "+" sing the...
View ArticleUnion query
Hi I'm trying to build some editor server code from the following sql query: SELECT A.ServiceName As Res1, 'Global list' As Res2, '0' As Res3, A.ID As Res4 FROM ServiceLists AS A WHERE A.CustomerIndex...
View ArticleSelect the first day available in a datetime field
Hi Everyone, First, thanks to Allan for this wonderful tool ! I try something very simple I think. I have a datatable of products with a start date and an end date. When I change the start date, I...
View ArticleBootstrap 3 tabbed content in editor template
Hi I'm trying to apply the following: https://getbootstrap.com/2.3.2/components.html#navs https://editor.datatables.net/manual/templates#Any-HTML! I'm able to click a tab and the heading shows...
View ArticleProblem w/ Dates During Inline Editing
Hello, I’m currently having some trouble with the editor specific to inline editing of date/datetime types. Basically what I’m noticing is that while data is coming back from the server loaded and...
View Articlehow to modify data to be presented by Editor
use case: datatable displays rows of Orders. Each order has a property called "hasRMA" (return merchandise authorization), and each table row has a button - either "CreateRMA" or "EditRMA", which is...
View ArticleEditor popup form disappears when I click outside it. How to prevent.
I have tried this code and it doesn't stop popup from disappearing: $.extend( true, $.fn.dataTable.Editor.defaults, { formOptions: { main: { onBackground: 'none' }, bubble: { onBackground: 'none' } } });
View Articlehow to use checkboxes
I hvae busn object. it has 2 booleans, i need editor to present 2 checkboxes. I cannot find how to do this - many many hours gone. please anyone having example would be greatly appreciated.
View ArticleManipulate data before updating
Good Morning !! I describe two points to see if you can help me: I have a table and inline editing is enabled in it, I need that immediately after the user enters a data and before it is saved in the...
View ArticleDisplay dropdown list options based on radio button selected value in editor...
Hi All, Sorry if I ask a repetitive question. I have a client side editor and in the editor form I need to update dropdown list options based on the selected value of radio button. I found dependent...
View Article