Is there particular reason why cells-format for jqx-grid-columns generated by MVC Tag helper does not works when model field is nullabile.
What I noticed
My model has property
public DateTime? vrijediOd { get; set; }
In razor I did generate JxGrid using MVC Tag helper
<jqx-grid source="Model" width="99%" height="800px" pageable="false" sortable="true" filterable="true" >
<jqx-grid-columns>
<jqx-grid-column datafield-for="@(jednaKartica.vrijediDo)" cells-format="dd.MM.yyyy" text="Vrijedi do"></jqx-grid-column>
</jqx-grid-columns>
</jqx-grid>
This rendering cells always as full date
If I change my model to be not nullabile I get cells rendeerd as dd.MM.yyyy
https://goo.gl/photos/3AU2MqHmquUExGfe7