how to increase the size of the jquery grid row..
Posted
by kumar
on Stack Overflow
See other posts from Stack Overflow
or by kumar
Published on 2010-04-13T16:12:10Z
Indexed on
2010/04/13
16:12 UTC
Read the original article
Hit count: 172
jQuery
how to increase row size using jquery.. I have column like this.
{ name: 'Comments', index: 'Comments', editable: true,
editype: 'textarea', editoptions: { rows: "2", cols: "10"} }
Thanks
© Stack Overflow or respective owner