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 All,
We are trying to Use PivotChartView Feature.
We are seeing these findings/issues.
1.If we give alias names in the Query then while adding these columns to dataArea, seriesarea gives javascript error as Datamember is null or not an object.
2.When we load the page for first time and if we do grid.RefreshAll() it is throwing javascript error Invalid Argument.
3.When we Drag and Drop the columns from Chart Field list to the Data area etc the image is not showing.
Please see the screenshots for the errors.
Please find attached the project we used to replicate.
The ZIp file contains Screenshots for Errors and project.
Please advice.
Regards,
Madhavan
1. In order to add the column in the Pivot Chart view you will need to use the same value for column Name and column DataMember property. In your case, the Name and DataMember will be co2
WebGridColumn col3 = new WebGridColumn();col3.Name = "co2";col3.Caption = "Contact";col3.DataMember = "co2";col3.Bound = true;WebGrid1.RootTable.Columns.Add(col3);
2. This issue has been enhanced in WebGrid 7. I have reported this bug for WebGrid 6. I will inform you if there is any update / progress regarding this issue.
3. I could not replicate this issue in our environment. The image is displayed correctly. Have you make sure that you have already used the latest build for WebGrid 6 and WebUI Framework, the latest build is build 218 and build 705.
I just been updated for issue #2, unfortunately WebGrid 6 support is dropped so in order to have the fix you will need to use WebGrid 7.
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