Reply To: How to embed font into report
I have a similar need. I need to deploy my web app to Azure Web Sites, and need some additional fonts in my reports. I can’t install them. Can you please check the below code? It should do the job as...
View ArticleReply To: Picture Hyperlink Remove
Hello Hurriyet, According to the developer, Selection.XmlText is not a good property for this implementation. You may use the following code to analyse the parent node: while (ParentNode.Name != "p")...
View ArticleReply To: Resource levelling
Hello Filip, Apologies for the delay. Could you please elaborate more your requirement and let us know how exactly you want the grouping to be done in the C1Ganttview control. Thanks, Richa
View ArticleReply To: Touch Toolkit with Docking
Hello Hello JFoegen, The ApplicationZooming is applicable only for touch devices. The Zooming will be done using multi touch feature of the touch devices. Hence the sample is not working on non-touch...
View ArticleReply To: Merge Colmn or Row are show in individual cells in excel while...
Hi, how do you export the C1FlexGrid? The "SaveExcel" method has a "FileFlags" parameter, which allows you to specify the option "export merged ranges": this.c1FlexGrid.SaveExcel ("myFile.xls",...
View ArticleReply To: Modifier behaviour changes automatically
Hi, The mentioned issue is fixed in C1Ribbon 2.0.20133.532 and later builds. Regards, -Andrey
View ArticleReply To: Modifier behaviour changes automatically
hey Andrey, Thanks alot for the update.
View ArticleReply To: Display c1flexcombobox at the form load
Thanks for help ! I have tried the second option in my code.But when I clicked on the cell (which contains the c1flexcombobox) then the cell is selected. But when I clicking on the c1flexcombobox cell...
View ArticleReply To: ActiveX C1Tab CurrTab is not working in VB.Net
Hello Khushant, Apologies for the delay. When an application generates code automatically, then sometimes, few properties needs to be changed manually. To confirm the behavior, please test this...
View ArticleReply To: Touch Toolkit with Docking
yes, I figured it only worked on touch devices, but should it mess up my layout when not using a touch device? And why isn’t smart enough to disable itself if you are not using a touch device? It was...
View Article[CompositeChart] Series out of area
Hi, I have a problem with the CompositeChart. When I add two or more series sometime there is one or more out of the chartarea. It does not matter in which order I add them. The Y-Axi does not let on....
View ArticleReply To: ComponentOne components are not working anymore after update March...
Turns out my link columns not working was due to conditional cell formatting code. Once I commented out the conditional formatting, the links started working again. I see others have had this issue.
View ArticleActive Reports – Sub report issue
Hi, I am currently trying to add a sub report to a parent report using vb script, however this can be done in c# script as well for examples. I am currently following this:...
View ArticleReply To: Printer.EndPrint not working in AR8
I have downloaded the most recent build and was able to get my test print to work successfully. I am going to continue with more testing and will let you know if anything else produces any issues. We...
View ArticleActive Reports 7 Dot Matrix problem
I’m creating a new post because it has been over a month since I got a reply on the original post. http://www.componentone.com/Support/default.aspx?DL=38386DC139 That is the link to the original post...
View ArticleReply To: Active Report 7 Performance is Slower than Active Report 6
Good morning, Do you have an update on this issue? I believe I’m having the same issue where the reports are taking much longer to build compare to what they used to under AR 6. I’m using the latest...
View ArticleReply To: InputGroupHeader multicolor text property?? Feature request
Any news about requested feature? Regards, Alex
View ArticleReply To: Custom conditional formatting breaks link column
I’m having this same problem. I followed the 'Conditional formatting in Flexgrid for LightSwitch’ article on your blog. The formatting works, but then link columns stop working....
View ArticleC1FlexGrid MVVM
Hi, I’m trying to implement a clean MVVM solution, with as little code in the xaml code behind as possible. I’m using Commands and event behaviours to uncouple the view and the viewmodel. However I’m...
View Article