Format Zip Code in Grid MVC (non classic)

I´m trying format a string field in Zip Code Format, but when a run the code in Visual Studio the applications hangs (not responding).

Without debug: Invalid argument


Code:
      col.Field("Zip").HeaderText("ZIP").AllowFiltering(false).Width(60).EditType(EditingType.String).Format("{0:00000-000}").Add();

Thank you

1 Reply

SR Sellappandi Ramu Syncfusion Team March 9, 2015 12:49 PM UTC

Hi Lavandoski,

We were able to reproduce the reported issue and we considered this requirement “Unable to use Zip Code Format in grid” as a reusability bug, also have logged a report regarding this. A support incident has been create under your account to track the status of this requirement. Please log on to our support website to check for further updates.

https://www.syncfusion.com/support/directtrac/incidents/136334

Please let me know if you have any questions.

Regards,

Sellappandi R

Loader.
Up arrow icon