Hi there.

I have a webgrid on a ASP.NET application and at least three fives tinmes a day i get a error  like this :

System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.FormatException: The numeric part ('196.5') of '196.5px' cannot be parsed as a numeric part of a Pixel unit.

   at System.Web.UI.WebControls.Unit..ctor(String value, CultureInfo culture, UnitType defaultType)

   at System.Web.UI.WebControls.UnitConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)

I've searched for some simular situations but did not got an answer. Any thoughts?

I'm using the 8.0.7200 version.

Thanks