hello
Hi, I downloaded the new version, 1.90.0.1573... And the problem still persists.
I'm using this function in the GRIDS I need:
function reconfigure(sender, store, columns, oldStore, oldColumns, eOpts)
{
columns.forEach(function(col){
if (col.getEditor() && col.rdonly) {
col.getEditor().setDisabled(col.rdonly);
}
})
}
But this should be fixed in the component