Open SURYU2659 opened 2 years ago
.getData
는 프로퍼티가 아니고 함수에욧
bGrid.resetData(aGrid.getData());
.getData
는 프로퍼티가 아니고 함수에욧bGrid.resetData(aGrid.getData());
오타가 났습니다.. 함수로 넣어서 실행하는데 트리가 없는 데이터의 경우는 그대로 복사가 되는데, 트리가 있는 데이터의 경우 화면이 멈추면서 무한루프에 빠집니다
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!
Summary I want Copy and paste tree data and other grid 트리 데이터를 다른 그리드로 복사해서 붙여 넣기를 하고 싶습니다
The screen stops when I use the following method 아래와 같은 방법을 쓰니 화면이 멈춰버립니다
ex) bGrid.resetData((aGrid.getData));
The properties of a and b are the same a와 b 그리드의 속성은 모두 같습니다
Version 4.21.2