|
Title: Hope there is an option for combobox to show checkbox Post by: lyz19890927 on August 14, 2012, 06:18:18 PM I think right now this hasn't been offered yet. Is there other way to achieve?
Just like combotree,if we can see the checkboxes ,it will be much clearer when users choose. In combotree,the Property 'onlyLeafCheck' works when I set 'multiple : true, checkbox : true', hope it works too when I set ''multiple : false, checkbox : true', i.e. single select. Another question , in datagrid we have the handler onSortColumn now . But I couldn't stop the sort action by it.Hope give some tip. Many thanks! Title: Re: Hope there is an option for combobox to show checkbox Post by: Andy1980 on November 15, 2013, 08:05:35 AM Hi,
you can easy achieve this with the normal combo like that: Code: <select id="cc2" style="width:150px"></select> Code: $('#cc2').combo({ |