Questions tagged [devextreme-angular]

151 questions
0
votes
1 answer

Value doesn't work when I try to display the name

I am using a selectbox to select a name from a list. I am trying to put a source value in the selectbox using the value but nothing is appearing to me. Does anyone know how I can submit a root name without having to make a selection? Demo html …
John w.
  • 511
  • 1
  • 5
  • 18
0
votes
1 answer

Add border radius on table row

I am using a datagrid to present some information. I want to add border radius to all the rows in my table, but I'm not getting it. Does anyone know how I can add border-radius to all rows in the table? Is there a way to put the text fully aligned…
John w.
  • 511
  • 1
  • 5
  • 18
0
votes
2 answers

Add border on row in grid with border-collapse: separate

I developed a data grid. I intend that the rows on that grid are separate, so I used border-collapse: separate. My problem is that using this I can't add a border to the line. Is there a way to add border to the row and keep the table rows…
Mat Sigh
  • 71
  • 1
  • 10
0
votes
1 answer

Angular 8 - Extend Data Grid of DevExpress library

I need to extend the DxDataGridComponent, but I'm not able to understand how it works. First of all I will extend the DxDataGridComponent: import { Component } from '@angular/core'; import { DxDataGridComponent } from…
Simone Boccato
  • 199
  • 1
  • 14
0
votes
1 answer

Add external data source in End User Report Designer DevExpress

Can we add external data source in End User Report Designer rather than giving in web.config file. I just need to add new external data source like in form of popup that will take SQL server path ,username and password
0
votes
1 answer

Two column in one datafield - Devexpress Angular

How to combine two columns in just one dataField? I want to combine the Year, Make, and Model field in just one column,…
krlshnx
  • 51
  • 1
  • 9
0
votes
1 answer

DevExtreme component is not available in event parameter

Most of the event methods provided by DevExtreme components pass in an event object which has the event-triggering component as a child. In the handling event method I can then just use the component from the event parameter and I don't have to…
marco birchler
  • 1,566
  • 2
  • 21
  • 45
0
votes
1 answer

DevExtreme Angular: Intl vs Globalize

In DevExtreme(Angular), there is two methods for localize strings,number date and currency: Intl Globalize I have tried both the method, but not able to find which one is better and why? What is the difference between this two? Which one should…
chirag
  • 1,761
  • 1
  • 17
  • 33
0
votes
1 answer

Angular devextreme style dxi-column

I need to make one column in a Datagrid to have a pointer cursor but any styling does not change everything. I've tried using the dxi-column selector and also using a class. Both with and without::ng-deep. Any ideas or solutions?
Ktall32
  • 29
  • 2
  • 7
0
votes
1 answer

how can I make a devextreme dx-autocomplete to be number only

I initially had a dxNumberBox that restricts the input to numbers only but I had to convert it into dx-autocomplete to be able to feed it a datasource and make autocomplete available How can I make the dx-autocomplete accept number only? Original…
aliaz
  • 787
  • 3
  • 12
  • 28
0
votes
1 answer

DevExtreme Angular DataGrid - Customise grouping panel and actions

We would like to have much better control over the data grid grouping look and feel and behaviour. For starters we would like to control the way the grouping panel looks - possibly create a custom panel. Also, while we would like to preserve the…
Danikenan
  • 477
  • 5
  • 10
0
votes
1 answer

How to Exclude Devextreme from ngx-build-plus from prod build Angular?

I have been using devextreme in angular application, but while making prod build its taking more size. So, I wanted to exclude it from prod build using ngx-build-plus and webpack ignore plugin but its not excluding. I tried with ngx-build-plus with…
0
votes
1 answer

How to customize display Text in date-box Angular?

I'm working on an Angular project with DevExtreme. Many DevExtreme components support template to customize how they are shown. I want to customize the display text of a dx-date-box component similar to the other components.
Ever Dev
  • 1,882
  • 2
  • 14
  • 34
0
votes
1 answer

Calling Angular 7 method from JavaScript

I am using the Angular version of DevExtreme PivotGrid. Here is my Code import { Component, OnInit, ViewChild, HostListener } from '@angular/core'; import { Service, Sale } from './pivotgrid.service'; import PivotGridDataSource from…
55SK55
  • 621
  • 2
  • 8
  • 23
0
votes
1 answer

DevExtreme Angular8 make widgets's message show my language

when use DevExtreme DataGrid,click the delete button,it shows a message,i want to reset the message language to another one - like Japanese or Russian. my project is Angular8,at the top of app.module.ts,before @NgModule, i set the language like…
chanchaw
  • 25
  • 5