Posted 14 September 2017, 11:54 am EST
I have a wijmogrid, with a wjinputdate
<wj-flex-grid-column name="EffectiveDate" header="Effective Date" binding="somedate" width="150" data-type="Date" is-required="false"> <wj-flex-grid-cell-template cell-type="CellEdit"> <wj-input-date is-required="false" format="dd MMM yyyy" value="$value"></wj-input-date> </wj-flex-grid-cell-template> </wj-flex-grid-column>
problem i have is. the collection view track changes is not working propertly. as the itemsEdited is always 1. even though i modified a bunch of rows’s date.