Questions tagged [componentone]

ComponentOne, a division of GrapeCity, provide customers with the premier studio of innovative UI controls, tools, and solutions including deep functionality reporting, analysis, and spreadsheet platforms. Develop rich Windows Forms, WPF, ASP.NET, MVC, Silverlight, Windows Phone, Mobile, or ActiveX applications.

ComponentOne, a division of GrapeCity, has been providing the widest range of Microsoft Visual Studio components, IDE platform development tools, and applications. This includes ComponentOne Studio Enterprise, which represents a broad and complete set of tools and solutions for Microsoft Windows, Web, and Mobile application developers. ComponentOne has continued leadership in the Microsoft Visual Studio component industry and is a premiere partner of Microsoft.

Please note: Questions with this tag include issues/walkthrough/queries regarding UI controls, libraries and tools produced under the banner of ComponentOne:

  1. Studio For WinForms
  2. Studio For WPF
  3. Studio For ASP.NET Wijmo
  4. Studio For IPhone
  5. Studio For SilverLight
  6. Studio For Windows Phone
  7. Studio For WinRT XAML
  8. Studio For LightSwitch
  9. Studio For ActiveX 10.Studio For SharePoint 11.Active Reports 12.Active Analysis

Related Tags on StackOverFlow are :

214 questions
1
vote
1 answer

how to use componentone c1printdocument in asp.net for reading text file and convert into pdf with format?

I am using the C1PrintDocument class to read a text file and convert into pdf in web. Actually it converts into pdf but without the format as like in text file. For eg. I have a text file which has only one page. But it makes into two pages while…
karthik
  • 105
  • 2
  • 15
1
vote
0 answers

Why does the appearance of the Windows Phone 8 virtual keyboard screw up my page layout?

I have a C# Windows Phone app with a ComponentOne rich text box as the main content element. If there's enough text in the text box that some of it scrolls out of view when the virtual keyboard rolls up, the text box shrinks in size, not…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
1
vote
0 answers

Get selected HTML from ComponentOne RichTextBox?

I have a C# Windows Phone 8 app with a ComponentOne RichTextBox contorl. How do I get the selected HTML that corresponds to the current value of a RichTextBox control's SelectedText property? (the current selection) For example, suppose I have the…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
1
vote
2 answers

Active Reports chartcontrol giving error

I have created a report in Active Reports (.rpx file) which contains a chartcontrol 'ChartControl1'. Report Datasource is List which contains 'ItemLabel' and 'ItemValue' fields Script file contains following line of code. public void…
NewtonCode
  • 1,322
  • 5
  • 14
  • 25
1
vote
1 answer

Component One Exporting to Excel file

I'm trying export out using C1 excel with a prompt to the user where to save the file. However I have tried the following codes but it doesn't seems to work. Response.Clear(); Response.ContentType = "application/vnd.ms-excel"; …
1
vote
1 answer

Implement clipboard 'Cut' operation with C1RichTextBox

Due to an issue with large images in C1RichTextBox for Silverlight (5.0.20132.340), I want to implement the copy/cut/paste operations in my custom control. I am using the events C1RichTextBox.ClipboardCopying and C1RichTextBox.ClipboardPasting to…
helb
  • 7,609
  • 8
  • 36
  • 58
1
vote
1 answer

C1ReportViewer remove special characters (nagative "-" sign and "(") from SSRS

So I have some SSRS reports that are done in Visual 2008. they look fine in the report viewer. but then I user ComponentOne, C1ReportViewer any negative numbers show up with a space after the number on the repot. so "-123" would look like "123 " I…
user1594067
  • 107
  • 1
  • 9
1
vote
1 answer

ComponentOne Silverlight numericbox maximum attribute not working correctly

I have a ComponentOne numericbox in Silverlight 5 and I want the range to be from 0.000000000 to 999.999999999. So I set the max and min accordingly but when I run the app it allows me to enter 1000.00000000. Anyone know why this is? Is there a way…
Mr_Bont
  • 61
  • 4
1
vote
1 answer

VSFlexGrid 7.0 ScrollBar Issue on Windows 7

I am facing some issue with VSFlex grid 7.0. An Activex usercontrol that contains a vsflex grid is shown in winform application. The scrollbar of vsflex grid are visible but not scrollable (looks like disabled). This issue only happens when running…
Dinesh
  • 3,652
  • 2
  • 25
  • 35
1
vote
1 answer

In WPF how do I apply a style to a third party component

I am using Modern Ui which has styled all my components to have a common look and feel. The standard Richtextbox doesn't support everything I want to do so I am using a 3rd party Richtextbox. The problem is that this 3rd party control doesn't get…
John
  • 1,403
  • 3
  • 19
  • 31
1
vote
1 answer

ComponentOne Report - Changing Forecolor

I am using C1Report and I want to change the forecolor of my output, but I cannot. Can somebody please tell me what's wrong with my code? Why can I not change the forecolor? string script = "Detail.ForeColor…
Innistrad
  • 63
  • 1
  • 1
  • 7
1
vote
1 answer

C1ReportViewer - File is not a valid C1MDX file

I have created a report with C1Report Designer and show this report in a web form with the C1ReportViewer. The report works fine, but if I add a chart control in the report, the error message "File is not a valid C1MDX file" appears. If I show the…
Peter
  • 11
  • 2
1
vote
1 answer

GridLines in C1 Flexgrid got fade while scrolling horizontally and vertically

I have stucked in the issue which looks like that the issue in the style sheet applied to the C1FlexGrid, but it is not the issue of Style applied to the control. Problem Statement : when we scrolled the grid in Horizontal and vertical direction…
1
vote
2 answers

Issue in converting ActiveReports 6 to ActiveReports 7

in one of my projects I am currently using ActiveReports 6 and m planning to move to ComponentOne's ActiveReports 7. Basically I have downloaded trial version of ActiveReports 7 as of now... In the "Tool" menu, when I click on the "Convert to…
Anand Arur
  • 83
  • 2
  • 8
1
vote
1 answer

Load XLS with ComponentOne C1XLBook and output as PDF?

I would usually use a C1Report to generate my reports which are generated on a server and saved as PDF. In this case the report really needs to be based on an Excel spreadsheet so I am using C1XLBook to build the data in the required format.…