Rank: Advanced Member Groups: Member
Joined: 2/27/2010 Posts: 69
|
I don't seem to be able to create a combobox. I'm not having trouble with any other EO.web control, but whenever I drag the combobox onto a form I get the following in the control:
Cannot create an object of type 'System.Web.UI.WebControls.Unit' from it's string representation '100px' for the 'Width' property.
Very strange error. I've tried it in 3 different project, always the same error.
Any ideas? version 9.0.15.2
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This is a bug in our code. Please switch to HTML view, then change Width="100px;" to Width="100px". Note the ";" has been removed.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted build 2011.0.18 that fixed this issue.
Thanks!
|