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
0
votes
1 answer

Custom CellType in ComponentOne Spread for WPF

we're currently migrating a very old VB 6 application to .NET 4.5 WPF. This application uses the old Farpoint Spread 7.0 component. The old spreadsheet uses CellTypeButton extensively, but Spread for WTF doesn't provide this cell type. I also didn't…
ASP
  • 773
  • 1
  • 8
  • 22
0
votes
1 answer

How to style a particular cell in C1FlexGird?

I need to display a cell in C1FlexGird in currency format so I am trying to create a style with currency format and apply the style after assigning a value to the cell. The cell value does not include any formatting when the gird is loaded. Thanks…
Jyina
  • 2,530
  • 9
  • 42
  • 80
0
votes
1 answer

Create Page Header and Footer for a CPL report

I am unable to spot documentation on adding a page header and/or page footer to a Continuous Page Layout report. How is this done?
monkeyhouse
  • 2,875
  • 3
  • 27
  • 42
0
votes
1 answer

Cannot find wijmo.grid.wijgrid control on Component One Studio Enterprise's "Studio for ASP.NET wijmo" installation

I have installed the Studio for ASP.NET wijmo with license activated. I can use the c1 controls for ASP.NET applications. Now I wish to use the "wijgrid" and other widgets for HTML5 application. I looked into this folder "C:\Program Files…
karthik
  • 105
  • 2
  • 15
0
votes
1 answer

Can we use component one studio enterprise to create stand alone HTML5 web application?

Can we use component one studio enterprise to create stand alone HTML5 web application ? It seems like "wijmo javascripts/html5 widgets" belongs to "Studio for ASP.Net" of "Studio enterprise package". After installed it, we cannot find the related…
karthik
  • 105
  • 2
  • 15
0
votes
2 answers

How to use C1InputPanel's InputCombox?

there is little help material on how to use the InputComboBox within the C1InputPanel control. Say i like to have a simple list of strings in the dropdownlist ("item1", "item2", "item3"), default is Item2. By using the generic ComboBox control from…
Joseph Wu
  • 4,786
  • 1
  • 21
  • 19
0
votes
1 answer

Setting the row style of a ComponentOne DataTree FlexGrid

I am using a ComponentOne DataTree that is a FlexGrid with child grids. The parent grid has 2 columns a 'Select' column which is a checkbox and another column that is read-only. The child grid has 5 columns. The first is a checkbox and the other…
Gloria Santin
  • 2,066
  • 3
  • 51
  • 124
0
votes
2 answers

Copy data from C1FlexGrid to C1FlexGrid

I'm using a C1FlexGrid, which version I'm not entirely sure. I am trying to copy rows that are selected in FlexGridA to FlexGridB, and so far I'm unable to locate anything online to help, and all of the functionality that I've tried to use so far…
0
votes
1 answer

Binding binary data to ComponentOne WebReport control

Any idea how one can bind binary data to a ComponentOne WebReport control?
acadia
  • 2,619
  • 18
  • 55
  • 72
0
votes
1 answer

isolated storage exception operation not permitted in Windows Phone 8

I have developed a system to send a mail with attachments (zip files). One of the attachment is a folder, which I convert it to Zip file before send. Mails are sent perfectly. However, after I sent the mail with Zips whenever I try to access the…
0
votes
1 answer

How to define character sets to mix in Code 128 barcodes in Active Reports 2.0?

I am using ActiveReports 2.0 (Visual Basic 6.0). Is it possible to implement this functionality: Mix code sets in the 128 bar code. I need to encode a USPS tracking number. Following is an example of the same: CJ123456789US as Code 128B:…
0
votes
1 answer

active reports 6 programatically set a pagebreak

I am looking for some examples of programmatically setting up a page break in my report. I need to start a new page after so much data is populated on the report. I am using VS 2010 and c#. Very new to Active Reports and cannot seem to find much…
Mike
  • 21
  • 4
0
votes
1 answer

How can I allow editing the value in the combolist of C1FlexGrid in vb10?

How to allow editing the value in the combolist of C1FlexGrid in vb10? Is it not okay to type the value in the combolist of c1 flex grid? I am using the following snippet GridComboTransferStr = dbRow("RSPrice1") & "|" & Trim(GridComboTransferStr) &…
naychi chit
  • 1
  • 1
  • 1
0
votes
1 answer

Active Reports: Group (multiple column report) details based on Column 1.

I would like to Group the details section of my report in this way. Can anyone help me as I am new to Active Reports? I could not find any posting related to this kind of Grouping. Another kind of grouping exists, but that is on top of each…
user3195852
  • 11
  • 1
  • 3
0
votes
1 answer

How to Create a dynamic pages in Active reports 6 using C# winforms?

I have created a Report using ACTIVE REPORTS.i have some data in XML i have to load it dynamically and once the data is loading.i have to create pages as per the data in xml. I dont have to use manual data. Everything in my code should be dynamic…