Hello all
I try to set datagrid nowrap dynamically but it does not work for me (by default it is set to true) and then I'm using this code:
$('#dg').datagrid({
nowrap:false
});
I expect to see multiline in the grid but it does still show one line.
Thank you.