Just wondering if this is a known bug or not. Setting the width programmatically:
I get the following exception:
I have tried it with Points and EMs as my units.
| rgAuthorizations.Columns.FindByDataField("HExports").HeaderStyle.Width = New Unit(20, UnitType.Point) |
I get the following exception:
| System.SystemException: Unknown length unit 'ptpx' |
| at Telerik.Web.Apoc.ApocDriver.FireApocError(String message) |
| at Telerik.Web.Apoc.DataTypes.FixedLength.Convert(Double dvalue, String unit) |
| at Telerik.Web.Apoc.DataTypes.FixedLength..ctor(Double numUnits, String units) |
| at Telerik.Web.Apoc.Fo.Expr.PropertyParser.parsePrimaryExpr() |
| at Telerik.Web.Apoc.Fo.Expr.PropertyParser.parseUnaryExpr() |
| at Telerik.Web.Apoc.Fo.Expr.PropertyParser.parseMultiplicativeExpr() |
| at Telerik.Web.Apoc.Fo.Expr.PropertyParser.parseAdditiveExpr() |
| at Telerik.Web.Apoc.Fo.Expr.PropertyParser.parseProperty() |
| at Telerik.Web.Apoc.Fo.Expr.PropertyParser.parse(String expr, PropertyInfo propInfo) |
| at Telerik.Web.Apoc.Fo.PropertyMaker.Make(PropertyList propertyList, String value, FObj fo) |
| at Telerik.Web.Apoc.Fo.PropertyListBuilder.MakeList(String ns, String elementName, Attributes attributes, FObj parentFO) |
| at Telerik.Web.Apoc.Fo.FOTreeBuilder.StartElement(String uri, String localName, Attributes attlist) |
| at Telerik.Web.Apoc.Fo.FOTreeBuilder.Parse(XmlReader reader) |
I have tried it with Points and EMs as my units.