Search
9295 results 6451-6460
Forum
- 3rd Aug 2022Auto-update of data does not work as in the examplename: 'organization', type: "select", options: [ {label: "one", value: "one"},
- 2nd Aug 2022How to use AutoClose with Inline Editor dropdown selectLast Load type: "select", options: [ { label: "No ", value: "N"
- 31st Jul 2022Can't use alias for primary table nameField::inst('loc.purpose as purpose') /* // create options list for purpose enumerations
- 28th Jul 2022Button handling in Responsive modal headerfrom responsive.bootstrap5.js _display.modal = function ( options ) { if (! modal) { modal = new
- 28th Jul 2022Null Reference Error when using MJoin with SearchPanes in .Net EditorOrder("truck_Dealer.CompanyName") .Field(new Field("CustomerId") .Options(new Options() .Table("truck_Dealer") .Value("CustomerId") .Label("CompanyName") ) ) ) .LeftJoin("pr_Lookup_List
- 28th Jul 2022Creating a duplicate row after a quick edit. This issue occurs only when the Ordering is enabled.I have disabled many options and narrowed down to
- 25th Jul 2022Datatable Editor - Use "non" primary/auto-increment key of parent table for mjoinfields( new Field('id') .options(new Options() .table('groups_limits') .value('id') .label(['group_id', 'limit'])
- 22nd Jul 2022Standalone fields - cannot get initial values to load and cannot save new valuesthe INLINE and EDIT options. When saving a field,
- 20th Jul 2022Error message when trying to save a numeric value to an NVARCHAR fielddebug = response.debug, searchPanes = response.searchPanes, options = response.options, upload = response.upload, error
- 14th Jul 2022Exportinng data to pdf and excelMy table has a filter on the column and when I export the data in pdf, the header will show all the options in filtering. I read this problem here but all the links provided can no longer be accessed.