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

CheckBox in Header (Fixed) row of C1.Win.C1FlexGrid grid

My question is "Is there a way to use a CheckBox inside a fixed row cell in a C1.Win.C1FlexGrid?". I have a C1FlexGrid with two Fixed rows. (It is important to mention here that I am using the C1.Win.C1FlexGrid grid and not the WPF, or SilverLight…
Tha'er
  • 88
  • 1
  • 7
1
vote
1 answer

SL5 ComponentOne C1FlexGrid dropdowns dynamic filtering

I am using SL5 based ComponentOne's C1FlexGrid and binding data to the control at runtime. For two columns, I am populating lookup data as dropdowns in the first and second column of the control. In the first column, I am binding company information…
Niranjan
  • 307
  • 1
  • 3
  • 14
1
vote
2 answers

ComponentOne's FlexGrid Background Color

I have a WPF Caliburn.Micro application. I used to have there a DataGrid, and here is a part of the code:
David Shochet
  • 5,035
  • 11
  • 57
  • 105
1
vote
1 answer

ComponentOne RibbonButton called by a background worker

I am trying to change the SmallImage property of a C1 Ribbon Button when a background worker finishes. The problem is I am getting "Cross-thread operation not valid: Control 'MyControl' accessed from a thread other than the thread it was created…
1
vote
2 answers

Divide column in to sections - Gridview

I have gridview which contains merged cell and columns. I am trying to devide one cell in to separate sections but had no luck. Basically below image show what I am trying to achieve. Currently I have the first picture structure and I want it to be…
huMpty duMpty
  • 14,346
  • 14
  • 60
  • 99
0
votes
1 answer

How to filter SSAS data on the server?

I'm new to the world of Data Warehousing. I've built a Cube using SQL Sever Analysis Server and displaying the reports using GrapeCity's Active Analysis. I would like to know how can I filter the data programmatically? Similar to a where clause in a…
Jonas Stawski
  • 6,682
  • 6
  • 61
  • 106
0
votes
0 answers

ComponentOne excel and asp.net MVC

I am working on a action that returns excel file - the excel is created using ComponentOne dll. Here is what I have so far public ActionResult DownloadExcel() { C1XLBook testBook = new C1XLBook(); XLSheet s1 =…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
0
votes
1 answer

WinForms and NHibernate, databindings and sorting

My final goal is to have a Grid with multi column sorting (by Ctrl-Click on the column headers) using data from NHibernate. For that purpose I plan to use ComponentOne's FlexGrid for WinForms. According to it's documentation it supports sorting if…
falstaff
  • 3,413
  • 2
  • 25
  • 26
0
votes
1 answer

ComponentOne DataGrid Default Filter is not working

Here is my dataGrid xaml:
Amit
  • 165
  • 1
  • 5
  • 18
0
votes
0 answers

EF Core and ObservableCollection: edited entity is marked as "Added" instead of "Modified"

I'm developing a Blazor Server app with .NET 7, EF Core and GrapeCity ComponentOne objects. I'm having this issue: if I try to edit a value of an existing row in the FlexGrid when I do the save command the Entity of that row has the "Added" state…
0
votes
1 answer

ComponentOne : C1NavigationList databinding with XMLDataSource

In the process of Iphone View ability for a shopping cart system, where i am trying to implement using the ComponentOne tools for Iphone in the products listing.For which i have identified C1NavigationList control for the same. As i understand it is…
balu
  • 322
  • 4
  • 13
0
votes
1 answer

ComponentOne wijmo data-binding

I wasn't able to find the answer to this question in the C1 documentation. Is it possible to bind the ComponentOne wijmo grid to the DefaultView of a System.Data.DataTable? The examples I've seen show the grid being told where to find a MS-Access…
Tim
  • 5,371
  • 3
  • 32
  • 41
0
votes
1 answer

Component One & DataView in C#

I have a column that retrieves date time from a database, now I want to display "Publish Date: 01/01/2019" instead of "01/01/2019" without changing the data type or data source. I know I have to do something with DataView, but I didn't know how to…
QuangGiap
  • 63
  • 5
0
votes
0 answers

Display very large data on C1FlexPivotPage

Example of C1FlexPivotPage I have a very large dataset (4 million rows) which is extracted through a SQL query. I need to show data in a grid, which is part of C1FlexPivotPage, but it takes so long to calculate and display results. This data needs…
0
votes
1 answer

Using LiveLinq's .AsLive() with Linq-2-SQL and a pre-existing DBML

I’d like to know how to use LiveLinq with Linq-2-SQL and a pre-existing DBML (in a separate DLL). I already have a System.Data.Linq.DataContext Can LiveLinq work here. I’m currently interested in using the extension .AsLive() but the other…
DoomerDGR8
  • 4,840
  • 6
  • 43
  • 91