Questions tagged [devextreme]

DevExtreme is a commercial application framework made by DevExpress. It is based on HTML5 and JavaScript and can generate native applications for smartphones and tablets (Windows Phone, iOS and Android) and responsive webapps for a traditional desktop.

Resources

873 questions
-1
votes
3 answers

Custom date formats in angular/devextreme with intl

How can I globally override the dateformat used by intl and devextreme? Currently, it has correctly loaded the locale de-DE and formats the date like so: d.m.yyyy. However, I'd like to display it dd.mm.yyyy (2-digit for day and month). Can the…
gabs
  • 131
  • 1
  • 11
-1
votes
3 answers

DevExtreme JSZIP error onVisual Studio

I'm experiencing issues using Jszip for DevExtreme. My DataGrid is the following: Html.DevExtreme().DataGrid() .ID("testgrid") .FilterRow(filter => { …
magicleon94
  • 4,887
  • 2
  • 24
  • 53
-1
votes
1 answer

Globalize in Angular CLI

i want to globalize my devextreme angular2 - app. However, I am unable to find usable resources on how to integrate globalize with devextreme. Are there any step - by - step tutorials or example projects I can review? I really have no…
-1
votes
1 answer

dxtextbox validation based on dxselectbox value

I have a condition where I need to apply validation in a dxtextbox based on the dxselectbox value. ie,if I am selecting either of the first two values in the dropdown then the the validation for the textbox should be on,else it should be off. Can…
vickey
  • 53
  • 1
  • 12
-1
votes
1 answer

In a DevExtreme (grouped) dxList can I change the "items" to "elements" of the input array?

I have a grouped DevExtreme dxList. My input data array coming from the server looks like this: inputArray = [{ label: "group1", elements: [{ text: "a" }, { text: "b" }] }, { label: "group2", …
user2005634
  • 189
  • 5
  • 13
-1
votes
1 answer

What is physical path DevExtreme Server

Please explain me physycal path of server which use DevExtreme. It started like localhost: but I understand where is this path of this server in OS
Alex Filatov
  • 2,232
  • 3
  • 32
  • 39
-1
votes
1 answer

canvas image draw failing

The entire function is just stopping when ctx.DrawImage is called, this is all the information related to the call. I can't figure out what the issue is. Additional information: I'm using DevExtreme so this is running on an android OS var Canvas =…
Cody Jones
  • 424
  • 1
  • 5
  • 16
-2
votes
1 answer

How to select date and time from devextreme calendar in cypress

I want to select date and time from devextreme data time widget and where this data entered this field is locked. DevExtreme Calendar Calendar Control HTML Time Control HTML
-2
votes
1 answer

how can i change the color of a row of a dxdatagrid (jquery) based on the value contained in another column

How can i change the color of a row of a dxdatagrid (jquery) based on the value contained in another column example : value = 1 green line, value = 0 red line.
Francis
  • 9
  • 3
-2
votes
2 answers

Angular - cannot access variable inside Jquery click function

i have below DataGrid columns cellTemplate coded as : ctAccount(cellElement, cellInfo) { $('
') .appendTo(cellElement) .text(cellInfo.data.Other) .css('cursor', 'pointer') .on('click', function(event) { …
Wilson
  • 162
  • 1
  • 1
  • 11
-2
votes
1 answer

React-Redux: Receive and send form data (server)

I ask for help how to make devextreme form on redux. No plugins: redux-form, formik and other. It seemed to me that they would be unnecessary, because Devextreme has many built-in features. Maybe I'm wrong. I read this article, but maybe there is…
stiv
  • 43
  • 9
-2
votes
1 answer

Set default options of DxDataGrid

I have an angular application which has a lot of components using DxDataGrid, all of them have the same default options. Is it possible to set the default options somewhere at any settings file or something similar?
Esteban Chornet
  • 928
  • 3
  • 14
  • 38
-2
votes
2 answers

Map data not filling entire map element until panned or moved

I'm displaying a Google map in a DevExtreme Popup (uses Bootstrap). The map is returned as content of an ASP.NET Core View Component. The map takes up the entire div (Google logo, controls, etc.) but the actual map data itself doesn't. It takes up a…
Valuator
  • 3,262
  • 2
  • 29
  • 53
-2
votes
1 answer

Angular 2 promise does not return any value

I want to render my data widget only after a promise returns a value. But I am running into a problem, I am currently am not able to see any return value from my promise and my data widget does not get rendered as well.I am doing this login in my…
serah
  • 2,057
  • 7
  • 36
  • 56
-2
votes
1 answer

Cross side scripting user name validation

I am working on a java script based application where I need to validate the username text box then what are all the symbols I should avoid in order to block cross side scripting using REGEX
vickey
  • 53
  • 1
  • 12
1 2 3
58
59