The commonest error with polygrid I've encountered is that data is
a) not numerically indexed
b) indexes do not start from 1 and are not sequential
Look at the data within the inspector to ensure this is an numerically indexed array starting from [1] and using sequential numbers.
It does mean if manipulating the array directly you need to re-sequence the array every time (I use a simpler handler at stack level for this).
This is a major disadvantage compared with the DataGrid, which has no such hiccups...
Stam
a) not numerically indexed
b) indexes do not start from 1 and are not sequential
Look at the data within the inspector to ensure this is an numerically indexed array starting from [1] and using sequential numbers.
It does mean if manipulating the array directly you need to re-sequence the array every time (I use a simpler handler at stack level for this).
This is a major disadvantage compared with the DataGrid, which has no such hiccups...
Stam
Statistics: Posted by stam — Thu Feb 13, 2025 1:11 pm