Reply To: Problem with slide
If you are trying to set the AxisScrollBar.Value to adjust it to the first data point, you can actually use this property: c1Chart1.View.AxisX.UseExactLimits = true; this will remove the dead space...
View ArticleReply To: Can't load pdf file
Hi Daniele, I tried loading a PDF from the applications localfolder using your code and it seems to work OK (even with a nag screen). I’m using the latest version which you can test below:...
View ArticleHow to pass a chart variable to a function
I’m using VBA for Access 2010 to create charts. Since I’m using the same chart on both a form and a report, I thought I would create a function that builds the chart, then call this function from both...
View ArticleHow do I chart a COUNT() of a matching field
I want to chart a COUNT() of a column (e.g. COUNT(status = "Complete")) Is there any way to do this in the HTML client? Also, can’t find any documentation on the "placeholder" field in the screen...
View ArticleReply To: Merging headers and filtering don't work in all cases
Hi, Thanks for the sample. I could observe this and this is a bug. I’ve escalated this to the development team and will get back to you as soon as I get an update. Thanks for reporting this and sorry...
View ArticleCoded UI not able to identify TrueDbGrid
We are using Component One Studio Controls for our windows application, recently we have found an issue with TrueDBGrid. Our’s is a very large project in which TrueDBGrid is largely used. Now we want...
View ArticleReply To: Subtotals
Hello, Kindly check the attached project wherein I have used the subtotal() method overload containing groupfrom and groupTo parameters to specify grouping on single column. By default, groupTo...
View ArticleReply To: Field with CanGrow = True ignores left align on multipage document
Hi, Yes, you can either have each group rendered on a new page or the section will be splitted if there would not be enough space on the current page of the report. Thanks and Regards, Pragati Kaushik
View ArticleReply To: Problem with slide
No, this is not the problem. Here is my scenario. I have a X axis, and I set Value to 0.5, in order that the first time my chart appears it is centered. At this point, if I touch the screen to slide,...
View ArticleReply To: Enable scrolling
Hi, I’ve solved the problem by using IsDependant property and some manipulation. It "works", but only for simple case. (each time I select an axis, is property isDependant is set to true, and its...
View ArticleReply To: Subtotals
Does it mean I can’t have correct subtotals if I have column beatween subtotals column, for example I need subtotals by 1st and 3rd columns, or by 5th and 2nd???
View ArticleReply To: VistaDB with C1DataViewSet
Hello Tanai, Kindly refer to the following thread discussing the same issue in detail: http://our.componentone.com/groups/topic/customproviderinfo-for-vistadb/ Regards
View ArticleReply To: Editable DateTime column – getting rid of the Editor
Hello, In order to use the same format on edit and to disable calender, you can use c1DateEdit control as the editor for that specific column. Kindly check the attached sample implementing the same....
View ArticleReply To: [Request] C1TreeView – DragDrop Eventhandler
I beleive ItemCleared/ItemPrepared events can work better in this case. So, you can update the item in ItemPrepared event. See below code:- treeview.ItemPrepared += (s, e) => { if (isdragging)...
View ArticleReply To: Flexigrid combobox keypress events doesn't work.
Hello, I tried to replicate the issue but was unable to do so i.e. I was able to copy the value from a combobox cell and paste in multiple cells. I would request to you kindly share a sample...
View ArticleReply To: Flexigrid combobox keypress events doesn't work.
As i mentioned ProcessCmdKey event doesnt work on mutile cell combox paste(ctrl+v). It works on other controls like textboxes. Will also try and send you the sample as i said we customised the grid.
View ArticleReply To: Flexigrid combobox keypress events doesn't work.
Can you please send me you sample to see whether we are doing any thing wrong?
View ArticleReply To: [Request] C1TreeView – DragDrop Eventhandler
Seems to work, though I think its strange for not having a direct DragDropCompleted Event and I really wonder how this is possible with the C1DragDropManager that also has not such a event. Can you...
View Article