Reply To: Repeated prompts to activate
Is it just a single control, or all of them that are prompting the unlicensed dialog? If it’s just one (or two) then there is probably an error in the licences file (this can be caused for example by...
View ArticleReply To: Export to PDF
Tuhina, Something I noticed using the viewer, I have check boxes on my report. They are not showing up on the report that is populating in the viewer. If I print the same report to PDF they show up,...
View ArticleMultiple calendars using different XML files
I currently use the Calendar control on many pages on my site and they all share the same XML file for data. Now I want to add a special calendar to a section that will use its’ own XML file. Any...
View ArticleReply To: Repeated prompts to activate
Reeva’s second response worked like a charm for me too! Since this seems to be a persistent problem for me (like you so astutely observed), I’ve saved a copy of the fix for later. Thank you very much!
View ArticleReply To: PrintPDF error
Thanks; I’m trying to work out where it is ultimately best to try to control the format etc that is output to PDF; would you say 1) the original Excel file, 2) the FpSpread or 3) the PrintInfo class?...
View ArticleReply To: CacheToDisk not working
I was asking for an app that uses the code in this link not the cachetodisk....
View ArticleReply To: CustomControl Use
Ok, this has something to do with the DevExpress chart not liking the thread. I put in a WinForms GroupBox and it works with no exception!
View ArticleReply To: Ordering of dropdown values for autofilter
Is there any help for this? Thanks, Robert
View ArticleSubReport doesnt Display properly
Hi , I have used subreport. When the subreport doesn’t fir in that page, it doesn’t move to next page.instead it moves to nextpage’s pageheader. it overlaps it. How do i overcome it??please guide me....
View ArticleError Handling
I am creating reports for a web application. What is the best way to display errors back to the user in the example: Sub ReportHeader1_Format Try Catch ex As System.Exception Finally End Try End Sub I...
View ArticleReply To: Repeated prompts to activate
Hi, It seems that your issue has been resolved. Please feel free to revert in case have any additional questions further and we would be more than happy in assisting you. Thanks for the answer Dom...
View ArticleReply To: SCRIPT5009: 'MSGesture' is undefined
Hello, This issue has been fixed in a hotfix build. You may download the same from the following link to resolve the issue: http://publicfiles.componentone.com/Spread/Spread.NET/SpreadWeb7(Bits).zip...
View ArticleReply To: Retrieve Chart Data
Hello Jim, Please refer to the attached sample implementing the above code which works correctly at my end using the latest C1Chart Build : 2/4.0.20133.24028 available at :...
View ArticleReply To: C1DataGrid SetAggregateFunctions
Hello, You can create a SumaryRow in your Xaml file : <c1:C1DataGrid.BottomRows> <c1gridRow:DataGridSummaryRow /> </c1:C1DataGrid.BottomRows> and, add the following code in the code...
View Articlehow to zoom in zoom out Y – axis for chart control of component one.
Hi, how can i do zoom in zoom out for Y – axis for chart control.
View ArticleReply To: FlexiGrid hangs the screen
Hello Keysen, Thank you for uploading the sample application. I downloaded the application however I could not open it. I get the following error when trying to extract it : 'The archive is either in...
View ArticleReply To: Issue with dimension data not appearing in pivot view control.
Hi Sankalp, Please find attached database zip file and three jpeg screen-shots as requested. We believe it will help you to reproduce issue at your end, please let us know if you need more details and...
View ArticleReply To: C1DataGrid SetAggregateFunctions
Hi. Yes I have done all this. I only add the columns also in the code behind and set the aggregate function. The same as you as you see in my example. But in my summary row there are no values. Regards
View Article