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
Hello,
I'm trying to define a column set with the webgrid.Net Designer.
As soon as I click "apply", the designer doesn't show anymore my webgrid control and display an error message "Error Rendering Control" - an unhandled exception has occured
Object reference not set to an instance of an object.
I'm just trying to add :
<ColumnSetSettings GridLineColor="DarkGray" GridLines="Both" ShowHeaders="Yes" /> <ColumnSets> <ISWebGrid:WebGridColumnSet Caption="test" Name="csEmpty" Width="300px"> <Layout> <ISWebGrid:WebGridRowLayout ColumnMember="ProductId" Width="150" /> </Layout> <HeaderStyle HorizontalAlign="Center" /> </ISWebGrid:WebGridColumnSet> </ColumnSets>
A run-time error also occurs...
Do you have any idea ?
I thank you in advance,
Nicolas
In my environment, the markup will not allow me to open the ColumnSet designer as well. Did the markup is a result from using the ColumnSet designer? If so could you provide us with the WebGrid and WebUI Framework dll you are using?
For the ColumnSet designer to work, I have to modify the mark up to be:
<ColumnSets> <ISWebGrid:WebGridColumnSet Caption="test" Name="csEmpty" Width="150px" ColumnCount="1"> <Layout> <ISWebGrid:WebGridRowLayout ColumnMember="EmployeeID" Width="150"/> </Layout> <HeaderStyle HorizontalAlign="Center" /> </ISWebGrid:WebGridColumnSet></ColumnSets><ColumnSetSettings RowCount="1" ShowHeaders="Yes" GridLineColor="DarkGray" GridLines="Both"/>
Adding the property will allow me to open the ColumnSet designer in my environment.
thank you !
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