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
0
votes
1 answer

New items don't displaing in select-box from array factory use AngularJS

Helloo, i created simple AngularJS application, i have two buttons(Create New Phone and Create New Category), i saved my categories into array use factory: myApp.factory('categoriesStorage', function () { var storage = []; var categories =…
Uladz Kha
  • 2,154
  • 4
  • 40
  • 61
0
votes
1 answer

How to display value on label for circular gauge while using rectangularNeedle

I am trying out DevExtreme circular gauge. I am using rectangularNeedle as a valueIndicator. But, along with that, I want to show the "value" in text format on label. My understanding is, value can be indicated using rectangularNeedle or TextClould …
0
votes
1 answer

JSON object TypeError: Cannot set property '0' of undefined

I have two JSON objects one that holds the Buildings and the other that holds the rooms. One fails and one succeeds. They both come in code,value pairs. Both are attached to drop down menus. The Bldgs shows the result while the rooms fails with the…
devsahem
  • 83
  • 3
  • 15
0
votes
3 answers

calculating a textbox value

I am working on a requirement where I want to do some calculation on the numbers entered in the dxtextbox, For example if I am entering: 123456789 then the calculation will be like num1=1 *3;num2=2 *7;num3=3 ;num4=4 *3;num5=5 *7;num6=6;num7=7…
vishal
  • 55
  • 6
0
votes
2 answers

navigating to previous page

I am facing some issues with navigation back to previous page. What I am trying to do is in a cancel-button click I am calling a function where I am using history.back(); which is working fine. The problem is that the same page is having some…
vishal
  • 55
  • 6
0
votes
2 answers

How does localdb location work?

I am trying the Dev Express demo application located in C:\Users\Public\Documents\DevExpress Demos 15.2\DevExtreme\DXHotels Web.config has the connection string
Kirsten
  • 15,730
  • 41
  • 179
  • 318
0
votes
1 answer

DevExtreme mobile: how to filter a dxList using jQuery

I'm using Devexpress Devextreme Mobile. How can i add a filter in dxList with jQuery?
user5774297
0
votes
2 answers

Removing URL parameters

I am passing some parameters from one page to another through session ,problem what I am facing is each parameters is getting reflected in the URL,which I think is not a correct way. So I want to remove all the parameters from the URL,while…
vishal
  • 55
  • 6
0
votes
1 answer

hiding parameters from URL

I am passing some parameters from one page to another through session ,problem what I am facing is each parameters is getting reflected in the URL,which I think is not a correct way. So I want to remove all the parameters from the URL,while…
vishal
  • 55
  • 6
0
votes
1 answer

navigating through hyperlink with value to other view

I am trying to pass Account Number(100001) through hyperlink to a new page where I want to show it in page-load as an alert, which I am not able to accomplish. Can someone please help me with this?
vishal
  • 55
  • 6
0
votes
1 answer

validation in mobile application

I am facing some problem while implementing validation in a view. I am trying to follow one of the Devextreme example in the site. http://js.devexpress.com/Demos/WidgetsGallery/#demo/editors-validation-overview Error what I am getting Is "Uncaught…
vishal
  • 55
  • 6
0
votes
1 answer

how to use crud operations with devextreme

$(document).ready(function () { var gridOptions = { color: 'LightSkyBlue', dataSource: gridData, paging: { pageSize: 15 }, height: "90%", selection: { mode: "single" }, …
0
votes
1 answer

dxDataGrid on row tab

I am trying to implement a devextreme example. http://js.devexpress.com/Demos/WidgetsGallery/#demo/data_grid-master-detail-master-detail_api In this example I want to implement two things. 1.when user tabs on a particular data row then only it…
vickey
  • 53
  • 1
  • 12
0
votes
2 answers

Knockout.js loses observables after binding

I'm having a pretty strange problem with my Knockout script. Here's my viewModel: viewModel = { viewShown: function () { if (params.id !== undefined) timer = setInterval(loadVorgangsdetails, 100); else { …
André R.
  • 427
  • 7
  • 17
0
votes
1 answer

How to use DevExtreme DxMaps from scratch for desktop web development?

I am supposed to use a map showing all specified locations marked in it. It needs be a general map showing all locations and routes along with the markers. However, when i used dxMap in my web development project nothing showed up. The screen just…
user3313941
  • 63
  • 1
  • 1
  • 10