Deployment
I have built a VB VS2012 project and have 2 questions:- 1. In the \bin\ release folder I have the usual ComponentOne dll’s such as C1 Chart etc. but also other files with the same name such as...
View ArticleSubtotals
If I try make subtotals not in 1′st columns it does it no correct What should I do? from your samples Subtotals : // calculate subtotals (three levels, totals on every column) for (int c = 4; c <...
View ArticleReply To: How do I select a range of rows in code?
Hi Terry, You may do it this way: c1FlexGrid1.SelectionMode = C1.WPF.FlexGrid.SelectionMode.RowRange; c1FlexGrid1.Select(1, 0, 3, this.c1FlexGrid1.Columns.Count – 1,true); ~Anupam
View ArticleReply To: Delete empty paragraph before pasting formated text from word
Hello, The issue is fixed in the latest C1Editor Build : 4.0.20132.203. You can download the same from the following forum link : http://prerelease.componentone.com/dotnet40/C1Editor/2013-T2/ Let me...
View ArticleReply To: WPF : C1FlexGrid GridLines becomes fade
Hi Amit, Sorry, I couldn’t reproduce this with a sample that I created. I’ve attached it alongwith; please let me know if you observe the same behavior with it. If you don’t, please feel free to...
View ArticleReply To: Subtotals
Hello Anastasia, I tried changing the subtotal sample based on your sample code but was unable to replicate the issue. Could you kindly modify the attached sample so that I can assist you further. Let...
View ArticleReply To: WPF : C1FlexGrid GridLines becomes fade
I could reproduce this behaviour on my side with the provided solution, to overcome it I set the UseLayoutRounding to true. c1FlexGrid1.UseLayoutRounding = true; Didnt notice any blur effect on the...
View ArticleReply To: CHM displays xml, source code
Hi Gatim, All other help files open as expected on the machine in question. The only help file that is experiencing this problem is the help file I created, so I believe this would mean that the CHM...
View ArticleReply To: Type of Col is decimal and if value value of a cell = 0, cell...
Hello Cuong, You may use the ValidateEdit event of the flexgrid to display empty cell when user input’s 0 in a decimal column. Here is the code which you may use: void c1FlexGrid1_ValidateEdit(object...
View ArticleReply To: Bulk Insert
Hi Nick, There are multiple options: 1. ClientView(T).Refresh() – This loads the entities of the client view ignoring the client-side cache; and hence, refreshes data with any changes that may have...
View ArticleReply To: C1NumericBox Bug
Hello Patrick, As per the development team, this is by design, control retains a text according to the specified format. You are using hidden paths in attempt to reach the desired behavior by working...
View ArticleReply To: Looking for feedback
Hi Gerrymac, Please find the some customer comments here https://www.componentone.com/SuperPages/CustomerComments/ Also, please check out the recent product review here...
View ArticleWarning message about font when printing from C1MultiDocument
Hello I have a problem when printing report with C1MultiDocument. I have 2 report one pointrait, one landscape; need to be printed or exported to pdf as a single document. C1Report reportOne; C1Report...
View ArticleReply To: c1NumericEdit decimal point and initial selection
Hi Manpreet Kaur Many thanks, please let me know on the outcome of issue 1 Thank you for your code for option 2, this is most helpful. Kind Regards Scott
View ArticleInclude searchfunction in 'Welcome page'
Hello, We are currently using Doc-To-Help 2013v1 with NetHelp 2.0. Our Help is deployed locally and not online. Which makes it impossible to use Google Custom Search. We would like to have a search...
View ArticleReply To: Tab order reversed
Not yet. There is a release scheduled this week, so this may be fixed in next hot fixes. Thanks
View ArticleReply To: C1DockingTabPage rename ?
HI, Renaming the tab page at run time still seems to be an issue in the latest build. This is still in escalated state & under testing, I’d let you know as soon this is fixed in the released...
View ArticleReply To: How to fill the area under a curve with a color
Hello Bernd, You may set the ChartType to 'Area’ as : c1ChartBscan.ChartGroups[0].ChartType = C1.Win.C1Chart.Chart2DTypeEnum.Area; Please refer to the attached sample depicting the same. Let me know...
View ArticleStuck at Reading Project Data
I am using Doc to Help 2013 with Ms-WOrd 2007. While building the target, the program is stuck at Reading Project data .. 25%. I have already compiled & rebuild the target earlier. Now made some...
View Article