All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
I have a grid with a column format {0:d} when passing in a null value its returning 12/31/1969.
<GridColumn
key= {"InvoiceDate"} title= {"Inv Date"} width= {85}, show= {true} format= {"{0:d}"} }
Any suggestions?