-1

when ı manupulation my state list datagrid is not working because I change in lookup data.

if u want to test my problem.

look at my codesandbox and insert new value

 logEvent(eventName) {
  // here 
this.states = this.states.filter((x) => x.ID === 5);

this.events.unshift(eventName);

}

link : https://codesandbox.io/s/row-editing-and-editing-events-devextreme-data-grid-forked-z21ixv?file=/src/app/app.component.ts

1 Answers1

0

I want to my last data dont go on.

also when ı delete items in lookup.

I want to do not manipulation in datagrid.

first - be

second -

my change code

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Sep 08 '22 at 18:52