iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
If i add ValueList-Style-Width="100px"to a ISWebGrid:WebGridColumn a error is generated of
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>
The ‘ValueList-Style-Width’ at the following snippet code
<ISWebGrid:WebGridColumn Caption="SupplierID" ValueList-Style-Width="100px" ...> <ValueList DataSourceID="AccessDataSource3" DataTextField="CompanyName" ...> </ValueList> </ISWebGrid:WebGridColumn>
should be equals to the code shown below.
<ISWebGrid:WebGridColumn Caption="SupplierID" ...> <ValueList DataSourceID="AccessDataSource3" DataTextField="CompanyName" ...> <Style Width="100px"> </Style> </ValueList> </ISWebGrid:WebGridColumn>
I have checked that the “<Style Width=…” code works. Please try to use this code instead of the “ValueList-Style-Width”. I’ll have this forwarded to WebGridDevelopment team to find why does the “ValueList-Style-Width” causing exception.
Hope this helps.
Glad to know that the snippet code helps.
Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname