Reply To: Detect which pie wedge is selected?
Hi Rob, You have two options. The Selection.xaml demo is probably not what you need. This demo just shows what happens when you bind C1Chart to a collection view and bind a selected data point to the...
View ArticleReply To: No data exists for the row/column.
I solved the issue. I needed to add a nodata event handler in the codebehind for each subreport. Like this: private void WO_detail_subParts_NoData(object sender, EventArgs e) { this.Cancel(); } and...
View ArticleReply To: Can I deploy C1charts via VS publish?
Yes, I got the error when I ran the project after installing the setup you sent. I didn’t not get an error running the setup though. In response to question 2, I ran the setup without the...
View ArticleReply To: c1 flxgrid Add row
I want to know how to avoid the flxgrid 1st row selection bydefault
View ArticleReply To: c1 flxgrid Add row
I want to know how to avoid the flxgrid 1st row selection bydefault without using flxgrid.row=0 is there any property to set that
View Articlec1 flexgrid add item
flxgrid.additem is not calling afteraddrow event. when the event afteraddrow event will be called?
View ArticleReply To: c1 flxgrid Add row
Hi, there is no other possibility than this workaround. I had the same problem a few years ago, and this workaround was told me by C1 support. Best regards Wolfgang
View ArticleReply To: NullreferenceException when adding/removing/inserting rows
Hello, Thanks for the sample. I was able to replicate the issue but it seems specific to VS2013 as it works correctly in VS2012. I would like inform you that as of now, Spread does not support VS2013...
View ArticleReply To: C1Upload Incredibly slow with Google Chrome!
Any news here? I need to resolve this problem in our application. Would be nice to get a fixed 2013 version because of our license we can’t upgrade to the 2014 release. If you need more information...
View ArticleReply To: PlotElements of a C1Chart above a ChartPanel
Hello Reema, this helped. Thanks a lot! Regards, Valentin
View ArticleProblems With Dynamic Images
I am an end user of ActiveReports and can’t seem to get the following to work. The report is designed to run on any of a number of selected items. Each items having its own required graphics. The...
View ArticleDateTime Parameter not working
I can’t get a DateTime parameter to work in my report. If I remove my date parameter in my where clause everything works great. If I add it back the report show nothing like it errored out or...
View ArticleZoom Editor
Hello, is there a way to zoom the contents of the editor while in "Edit Mode" ? I managed to zoom the "Preview", but it did not work in Edit-Mode. Thanks and best regards Marc
View ArticleReply To: Intalling Spread 3 and TabPro 2 on Win7-64
Hello, You may download Spread 3 32 bit set up from the following location it works fine on a windows 7 64 machine bit as well. ftp://ftp.fpoint.com/Spread3/sp3one.zip...
View ArticleReply To: Issue when saving excel or text file from Web Spread
Hello, It seems that the project could not be attached due to the file size limit. Please upload it to some website and provide me the link to download it. Thanks, Deepak Sharma
View ArticleReply To: Active Report 7 Performance is Slower than Active Report 6
Hi Mohita, Any update ? Regards, sharad kumar
View ArticleReply To: Set columnheader width equal to label size
Hello, There is no direct way to do that however you can get the text from column header and set it’s width on based of text length. Something similar to: var spread = FpSpread1; var span =...
View ArticleReply To: Arrow Key
Hello, You may check for ComboBoxCellType and then set the focus in ondown() function. Here is the code on how you can do that: function ondown() { var spread = document.getElementById("FpSpread1″);...
View ArticleReply To: DateTime Parameter not working
So i found the problem. If your query returns no results the report is just blank. Is there no way to stop this from happening?
View Article