All ValueList-Style attributes cause exception

3 replies. Last post: November 15, 2011 8:07 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
davidpendryMember

Hi,

If i add ValueList-Style-Width="100px"to a ISWebGrid:WebGridColumn a error is generated of

Object reference not set to an instance of an object.

Why is this ?

Code below:

<ISWebGrid:WebGridColumn Caption="Unit" ValueList-Style-Width="100px"
Name="Id" Width="100px" DataMember="EntityId"
DataType="System.Guid" EditType="DropdownList" DefaultValue="00000000-0000-0000-0000-000000000000" DefaultText="..Please Select">
<ValueList DataSourceID="sdsUnit" DataTextField="Name" DataValueField="EntityId">
</ValueList>
</ISWebGrid:WebGridColumn>



All times are GMT -5. The time now is 9:42 PM.
Previous Next