Questions tagged [dx-data-grid]

The DevExtreme HTML5 Data Grid is a feature-rich data shaping and editing client-side widget which allows end users to easily manage information and display it on-screen.

Resources

58 questions
4
votes
0 answers

How to set datasource programatically of dxo-lookup

I have dx-data-grid with 3 columns. Two of them are with dxo-lookups. the dataSource of one of them relay on the value of the other. On what event should i set the datasource of this lookup programatically What i done so far is: I catch…
Javorov1103
  • 119
  • 1
  • 9
3
votes
1 answer

How to insert textbox value & dxDatagrid all selected value in database on one single button click?

I am having input tag(textbox) and dxDatagrid. I am able to pass all selected value from dxDatagrid to database, but i also want to pass text box(which is outside of grid) value along with it on one button click. $("#myButton").dxButton({ text:…
convicted
  • 35
  • 7
3
votes
2 answers

DevExpress dxDataGrid for Blazor - "There was an unhandled exception on the current circuit" error

I am using dxDataGrid for Blazor to build a project,but there are some errors when I try to add a new row or edit the current row. Error: There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details…
Batty Wang
  • 49
  • 6
3
votes
1 answer

How to create dxi-column with dataType dynamically in dxdatagrid?

We are developing an angular application. I have to display records in a dxdatagrid having Each time the schema will be different.Data coming from different table. want to add/edit records want to display controls corresponding to each data…
Krishnan
  • 1,030
  • 1
  • 15
  • 30
2
votes
0 answers

Vite import works on dev but not on build

I have just generated a project (typescript based) using npm init vue@2. I have a component like this