Hi
I have a treegrid that loads a list of file names. The list can be fairly long so I have activated pagination, 20 names per page, 10 pages per group.
Files in the list can depend on another file, so there can be a one-level dependency (i.e. a file can have a parent file, but the parent file cannot be a child file itself).
Depending on the data that needs to be presented, the grid returns a Javascript error
“Error type: DuplicateID
Description: Not unique ID :: 17960, row skiped”.
This error message is repeated many times when clicking the OK button on the popup window, it seems that the grid is trying to add the “duplicate” item on each page.
The problem doesn’t always occur, it seems that it only happens if the child document no longer fits on the first page so that parent and child document get separated in display.
Does anybody have the same issue and know a solution for this problem?
Cheers
Theo