Hello,
Here is my bound column in Telerik Grid. I want to display blank, if there is no date for that value in datafield.
Right now, it is displayin Jan 01, 0001 as default value. How can I do that.
Is there any setting in bound html. ?
<telerik:GridBoundColumn DataField="ExpirationDate" UniqueName="ExpirationDate" HeaderText="Expiration Date" DataFormatString="{0:MMM d, yyyy}" ></telerik:GridBoundColumn>
Here is my bound column in Telerik Grid. I want to display blank, if there is no date for that value in datafield.
Right now, it is displayin Jan 01, 0001 as default value. How can I do that.
Is there any setting in bound html. ?
<telerik:GridBoundColumn DataField="ExpirationDate" UniqueName="ExpirationDate" HeaderText="Expiration Date" DataFormatString="{0:MMM d, yyyy}" ></telerik:GridBoundColumn>