Hi,
I need to setup at runtime the height of a specific data grid rows.
I've seen how to do it for a specific single row:
var tr = dg.datagrid('options').finder.getTr(dg[0], index);
tr.css('height','100px')
but I need to size the whole table: I don't see a property to do this.
thanks,
RIc