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

How can I customize drag-and-drop between two ComponentOne TreeView components?

I have two TreeView components in .NET web page. I want to drag-and-drop nodes from one tree to the other, but not vice versa. I also want to drag-and-drop items at a certain level (the lowest level), and drop them at a certain level (the…
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
0
votes
1 answer

Hide or ignore rows based on data

Depending on a value in a field on the report, I want to decide whether to display the entire row or not. I know that I could mark the Visible property on the Field/TextBox control to false, but that won't hide the entire row (e.g. such as the…
DHAR
  • 63
  • 11
0
votes
1 answer

Dynamic Charts in ActiveReports

I am currently developing a report using ActiveReport where there I need to display Charts. The number of charts that will be displayed is dynamic based the data.... The report will be laied out somehting like this. Account Number/Name [group…
larryr
  • 1,536
  • 3
  • 17
  • 27
0
votes
2 answers

PageHeader appearing when SubReport

I am using ActiveReports 7 I have developed a report that has a SubReport in the group footer. When the subreport is visible, the PageHeader disappears from the report, when the subreport is not visible, the page header is there. Am I missing…
larryr
  • 1,536
  • 3
  • 17
  • 27
0
votes
1 answer

C1TrueDBGrid / How to programatically determine if a cell is readonly

Given instance of a C1TrueDBGrid and cell location (row and column indexes), how can I determine if the cell is editable or readonly?
0
votes
1 answer

Apply Theme in silverlight to entire application

I am trying to apply a ComponentOne theme to my silverlight application; however, I am having trouble getting it to work. Anyone know what I am missing? I am trying to add it under App.xaml.cs for…
spyter
  • 727
  • 1
  • 9
  • 25
0
votes
2 answers

Has anyone used ComponentOne XAPOptimizer for a real production Silverlight Application?

In particular any experiences using it for obfuscation? How does this affect binding, etc.?
caryden
  • 7,738
  • 3
  • 30
  • 31
0
votes
1 answer

Silverlight component One Datepicker scrolling changes date

is there a way to stop a Component One datepicker from changing dates when the mouse is over the datepicker and the scroll wheel is scrolled?
Corey Witherow
  • 2,472
  • 2
  • 26
  • 37
0
votes
1 answer

Data initialize is called before Report Start in Active Reports (Data dynamics)

Per Active reports documentation, the Report start is called first and Data initialize. Any reference to Data source inside Report start will invoke Data Initialize event. I am modifying an existing report; and to my surprise the order is reversed.…
DHAR
  • 63
  • 11
0
votes
1 answer

Distorted Display of Textbox infront of Datagrid

Please check out this image When I display a textbox in front of a component one datagrid the text box displays like above. If I position the textbox where it is not in front of the datagrid it displays fine. Any ideas why? possible solutions?
Steve
  • 11
  • 3
0
votes
1 answer

componentone wijmo grid breezejs

I am trying to use the wijmogrid and databind it using breezejs. I have attached my code below for the 4 files that I have, the index html page and 3 javascript files. The ul in the index page runs fine and gives me the expected results, so I…
mike
  • 51
  • 7
0
votes
1 answer

Capture double click on a cell and get value for ComponentOne's C1FlexGrid

I have a C1FlexGrid control and that C1Flexgrid control is bound with some data source and now I want to retrieve the data of a particular cell on double click event on a cell. Is there any way to do this? I try by using …
Milind
  • 437
  • 2
  • 9
  • 23
0
votes
1 answer

Datagrid to C1PdfDocument (ComponentOne)

I am not sure if anyone around here is familiar with ComponentOne's c1pdfdocument, let's hope so. All I want to achieve is to get a datagrid/table/ on my PDF. I have my data all ready to go in a DataTable but I have not a single clue how to add it…
gerb0n
  • 380
  • 1
  • 5
  • 19
0
votes
1 answer

Wijmo Debug Options

When using a ComponentOne control (ex: LineChart, Slider) you can pass in a number of options. Using FireBug or Chrome Developer Tools, how can I access the options for a control? If I change a value, what do I need to do to have the change…
Mark Tucker
  • 434
  • 5
  • 13
0
votes
1 answer

Selecting an ASP.NET RIA framework for rapid development?

We have an ASP.NET silverlight application, which is becoming limited by the requirement to have Silverlight installed. I'd like to switch to a new framework, but don't want to have to build an entire new system from scratch. Ideally I'd like to…
WhiskerBiscuit
  • 4,795
  • 8
  • 62
  • 100