Truncate entries in list and show tooltip wtih full value

Is there a built in function to truncate rows of a list widget? I want to avoid iterating over DOM elements

Unfortunately there is no in-built function to truncate the list values.
You may try to create your own template and truncate this values:
docs.dhtmlx.com/list__templates … atessyntax