Hi,
I'm using Rendercheckboxes in my grid along with a Dialog RowEditTemplate. I have Bool column which I want the default value to be true for. The problem I'm having is that if I add an UpdateColumnSetting for my Bool column, then the checkbox goes away in the editor (and it just displays as a text editor). I've tried a few different EditorTypes for this, but nothing seems to work.
Thanks,
Paul
Hello,
This behavior was identified as limitation of the current grid editor providers. The workaround is as follows (for the edit row template):
<tr><td>${headerText}</td><td data-key='${dataKey}'> {{if ${headerText} =='Make Flag'}} <input type='checkbox' />{{else}}<input />{{/if}}</td></tr>
A product idea for creation of checkbox editor provider was logged in our system.
Hello Paul,
I was able to reproduce this behavior using the code modification provided in your last response. It is enough to apply column setting for this column (with no default value) in order to reproduce this.
I have logged this behavior in our issue tracking system with Number: 143999.
I have also created a case in your behalf with ID CAS-117644-P0B6K9 in order to provide you with further details regarding this issue.
Hi Alex,
I was able to reproduce the issue with the following changes to that sample:
Is the same behavior reproducible with the following sample - http://es.infragistics.com/products/jquery/sample/grid/row-edit-template ?
And also what version and build you use in this project?
I am looking forward to hearing from you.