Questions tagged [devextreme-angular]

151 questions
0
votes
0 answers

DevExtreme Angular 5

I'm using DevExtreme for Angular 5 i usually use my pipe (filtre) like this [label]="{text: 'CompanyPage.Category'|translate}" but i dont know how to use the pipe with caption
ZIADIA Oussama
  • 151
  • 2
  • 13
0
votes
0 answers

DevExtreme DataGrid - VirtualScroll

I would like to load data on demand but I don't really see the posibilty to catch on scroll on any kind of these events. How to implement custom loading of data depended on scrolling?
hackp0int
  • 4,052
  • 8
  • 59
  • 95
0
votes
1 answer

Add dynamically item to item group in dxForm angular 2

I have a form (dxForm) with several fields and I want to add new fields at the runtime. So I want to find an item of the type of "group" and add to it a collection of items of type "simple" where I can build custom fields from the JSON, Label,…
Tom Brzeski
  • 501
  • 1
  • 5
  • 9
0
votes
0 answers

error TS2307: Cannot find module 'vectormap-data/world.js'

I am using devextreme maps, Here I have to integrate those into my angular-seed app. But I am getting the error, error TS2307: Cannot find module 'vectormap-data/world.js' I made all configurations But still getting that error. Please help me on…
praveen kumar
  • 1,474
  • 4
  • 13
  • 19
0
votes
1 answer

invalidate form if grid doesn't have rows - DevExtreme grid - Angular

how to make a form invalid if a grid(DxDataGridModule) of DevExtreme framework doesn't have any row? the grid is in row editing mode so the status of the myFormVariable.form.valid should change if i add or remove rows to the grid
pinale
  • 2,060
  • 6
  • 38
  • 72
0
votes
1 answer

Reference variables undefined when used on devextreme form

On a devextreme form, you'll see the added reference variables "#email", "#twitter", and "#phone". I'm trying to pass the value of each input to a function, but these are returning an undefined object.

:(

john_h
  • 149
  • 1
  • 18
0
votes
1 answer

Uderstanding devextreme tags hierarchy and meaning

looking at the grid, e.g.
pinale
  • 2,060
  • 6
  • 38
  • 72
-1
votes
1 answer

DevExtreme Tab Panel disabled still active

I'm using this DevExtreme template: https://js.devexpress.com/Demos/WidgetsGallery/Demo/TabPanel/Overview/Angular/Light/ So I want to disable some of the tabs. But if I disable the first tab, it still gets set as an active tab. If you switch to…
dewey
  • 809
  • 2
  • 16
  • 47
-1
votes
1 answer

How to share img in deep nested loop ? JS ANGULAR DEVEXTREME

All my code is here: https://stackblitz.com/edit/angular-devextrem-gallery?file=src/app/app.component.html I need to share gallery in deep nested loop. Problem is probably dataSource array. Above code you can see how to print images in loop but i…
-1
votes
1 answer

How to bind dataSource in dx Gallery?

The data source needs to be bind in a more nested loop.
Terik12
  • 11
  • 5
-1
votes
1 answer

DevExtreme Data Grid with grouping column vertical Scrolling is not working

I have disabled pagination in my grid i want to add vertical scrolling in data Grid with grouping column, I enable "standard" scrolling in my grid but scrolling is not showing in my grid, i am stuck in this issue kindly provide solution for this…
Natesh
  • 331
  • 1
  • 4
  • 15
-1
votes
1 answer

Angular Ivy compiler error for production build

I am working on this Angular 8 application and I am getting the following error while trying to create production build by running ng build --prod. ERROR in Unable to write a reference to DxiItemComponent in…
yuva
  • 3,108
  • 4
  • 20
  • 35
-1
votes
1 answer

Devextreme datagarid : default value of column cells when whith lookup

i'am using devextreme datagrid under my Angular 5 app. My datagrid looks like this :
firasKoubaa
  • 6,439
  • 25
  • 79
  • 148
-1
votes
1 answer

ERROR: No NgModule metadata found for 'AppModule' angular

import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; @NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule ], …
Shani
  • 11
  • 1
  • 7
-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
1 2 3
10
11