Reply To: Watermark in PDF Export
Hello, Please make sure that AR6 is licensed on your machine and that the required entry for PDF export is present in your licenses.licx file : DataDynamics.ActiveReports.Export.Pdf.PdfExport,...
View ArticleReply To: Calculated Field Formula Error
Hello, The error faced by you is due to the fact that you are trying to multiply two objects rather than two numeric values. The Formula property should be assigned any valid formula else you will get...
View ArticleReply To: DataGridRow.DetailsPresenter is null
Hello, Please set the RowDetailsVisibilityMode to "Visible" in your Xaml file : <my:C1DataGrid CanUserAddRows="True" Name="datagrid" AutoGenerateColumns="False" Margin="0,33,0,0"...
View ArticleReply To: C1DataGrid SummaryRow Lines
Hello, You can use the following Xaml markup to establish both the things : <Style x:Key="style" TargetType="my:DataGridCellPresenter"> <Setter Property="BorderThickness" Value="2"/>...
View ArticleReply To: Issue when saving excel or text file from Web Spread
Hello, Please provide me a sample application to further debug this issue. I will test it by deploying to IIS. Thanks, Deepak Sharma
View ArticleReply To: C1Combo Box with Data Source Binding.
Hi, For preventing a particular column from editing, you can use the following code snippet: Me.c1TrueDBGrid1.Splits(0).DisplayColumns(0).Locked = true Hope it helps. Thanks and Regards, Pragati Kaushik
View ArticleReply To: Call AfterColUpadte event from another function
Hi, Your query has already been answered here: http://our.componentone.com/groups/topic/c1combo-box-with-data-source-binding/#post-607939 Thanks and Regards, Pragati Kaushik
View ArticleReply To: datagrid row foreground coloring problem
Hello, Please refer to the attached sample which is working correctly at my end with the latest C1Silverlight Build : 5.0.20133.382 available at :...
View ArticleReply To: C1Editor Spell Check problem
Hello, As I mentioned in my first post, this is was a bug and was fixed in the 2012v2 build while you are using 2011v3 build. I would suggest you to use the 2012v3 build or the latest build 2013v3 and...
View ArticleReply To: XML file and wijgrid
Hello, You may refer to the following links discussing the same: http://wijmo.com/topic/grid-and-xml/ http://wijmo.com/topic/wijgrid-and-dynamic-updates/ Regards
View ArticleReply To: [FlexGrid] FlexGridFilter not showing with custom CellFactory
Hello, I would like to inform you that the behaviour is by design. The Filter uses a custom cell factory to display the drop-downs. If you apply your own cell factory after setting the filter, that...
View ArticleIssue in ReportViewer
Team, We are using Component one reports. We are using C1ReportDesigner for designing the report. We have a requirement where we need to display some header to the reports as shown below. We have used...
View ArticleReply To: Auto closing C1RadialMenu
Hi Louis, I could reproduce the issue at my end and have escalated the same to the development team. I would let you know as soon as there is any information from them. Thanks and Regards, Pragati...
View ArticleReply To: Form Look
Hi Simon, I would suggest you to either select a 'C1Ribbon Application’ from the Visual Studio templates as shown in the attached screenshot or: 1. simply create a normal Windows Forms Application 2....
View ArticleDetect which pie wedge is selected?
For my current app I have a requirement to take some action when a wedge of a pie chart is selected. I’m rather at a loss of how to do it… Starting with the "Selection.xaml" from the charting sample...
View ArticleReply To: datagrid row foreground coloring problem
Hello, I could observe the behaviour at my end as well. Hence, I am escalating this issue to the concerned team for further review. I will update you as soon as I get any update from their side...
View ArticleReply To: C1DataGrid Merge/Header
Hello, If you know beforehand about the cells that you need to merge. Here’s some code that merges some specific cells in the header: c1DataGrid1.MergingCells += (s, e) => { var _grid = s as...
View ArticleReply To: PlotElements of a C1Chart above a ChartPanel
Hello Valentin, I would like to inform you that the Plotelements do not receive mouse events when chart panel is placed over them. However, try setting the 'IsHitTestVisible’ property of the...
View ArticleGauge datasource
Hi, I am trying to create an application that gives to the user the possibility to change the gauge dynamically. So I have created a form with a gauge (radial) and a propertyGrid connected to this...
View ArticleReply To: Width/Height of tabs is not restored correctly
Hi Brandt, Unfortunately, the issue is yet to be resolved. However, I have asked the development team regarding an update on the same. I would let you know as soon as there is any information from...
View Article