Check documentation for the latest version of dhtmlxSuite changeId DHTMLX Docs

changeId

changes the id of an item

void changeId(string oldId,string newId);
oldIdstringthe id of an existing item
newIdstringa new id for the item

Example

myDataView.changeId("12333433", "12");

Back to top