Title: data grid auto hight issue Post by: yogesh on April 11, 2013, 06:55:41 AM datagrid on expand adjusting the hight of row but not adjusting the hight of datagrid
if i click again onexpand button then datagrid is adjusting the height of datagrid control is it bug ? Title: Re: data grid auto hight issue Post by: yogesh on April 15, 2013, 01:34:22 AM it working perfectly after adding below code in onLoadSuccess of detailview
$('#dg').datagrid('resize', { width: 200 }); |