Title: propertygrid - show editor only on click in the editor column Post by: chkaufmann on February 25, 2014, 05:59:10 AM By default, the editor is shown even if I click in the label column. I tried this:
$('#editor').propertygrid({ singleSelect: false }); But this doesn't help and rows stay selected all the time. cu Christian Title: Re: propertygrid - show editor only on click in the editor column Post by: stworthy on February 25, 2014, 08:49:50 AM This is the behavior of property grid. Clicking a row will start editing that row.
|