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

Filtering and then selecting data from flexgrid

I want to copy data from flexgrid and I have a little problem. I am using filtering and I just want to copy selected data but It´s copy data which are “hide” (not show thx to filter). For example, I used filter and in flexgrid there are just few…
Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
0
votes
1 answer

Save Schema from a c1flexgrid

I have a c1flexgrid form component one that gets data from a datatable. The user Is allowed to change the order of the columns. My Question is, is it possible to safe the schema of the flexgrid, so that the user can load it the next time he open the…
0
votes
1 answer

Exclude row from Filter in c1flexgrid

I use flexgrid with a filter. I Have a row which contains the total of values from the column in the flexgrid. When I filter it should be visible. So my Question is can I exclude a row from Filtering or must I set it visible manually?
0
votes
0 answers

How can I access the index of the C1FlexGrid ComboList in VB.NET?

I am required to access the items of the C1FlexGrid's ComboList. Here's how it's supposed to be used in accordance to their documentation: Dim myList As String myList = "|itemOne" & _ "|itemTwo" & _ "|itemThree" 'The following…
Void
  • 1
0
votes
1 answer

c1trueDbgrid.Bookmark = (some value)

I need to highlight or bookmark a particular row after refresh/setdatasource. c1truedbgrid.bookmark = dataTable.AsEnumerable().Where(x => x.Field("Col") == stringValue)) . How can I get the index of the row in datatable with a string…
Alphatrix
  • 83
  • 8
0
votes
1 answer

convert RTF to HTML from ComponentOne RichTextBox?

The section Read and Write Rich Text Format Documents of this online article of UWP edition of ComponentOne reads: you can use it to convert RTF to HTML and vice versa. I went through their API document and did not find any code example of such…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
0 answers

Crack .DLL to change ComponentOne WebGrid to .Net DataGrid in ASP.Net 1.1 application

Ok, I'm just going to redo this question altogether. We have an old .Net 1.1 application written in VB.Net that is actually part of our old company gateway and it connects to a SQL Server 2000 database. It's currently using a webgrid from…
0
votes
1 answer

Set default filter in C1 DataGrid

I have a ComponentOne DataGrid with a filter row on top. Filtering works fine. I need to have filter of a checkbox column to be set by default. In other words, when grid is initially shown the filter should be set to show just checked (active)…
anjulis
  • 219
  • 1
  • 4
  • 14
0
votes
1 answer

C1TrueDBGrid Column footer error "Input string was not in correct format"

//Code for textbox/insert dg.AllowAddNew = true; dg.MoveLast(); this.dg.Row = this.dg.Row + 1; this.dg.Select(); dg.Columns[0].Text = a; dg.Columns[1].Text = b; dg.UpdateData(); //Code for the…
Alphatrix
  • 83
  • 8
0
votes
1 answer

Component1: How to Add DictionaryEntry object to C1List as item?

I have to replace .net Listbox with Component one C1List from existing application. Previously it items were added like below. lstFrmType.Items.Add(New DictionaryEntry("False", FormatPercent(-0.1234, …
Amir
  • 1,855
  • 3
  • 24
  • 40
0
votes
1 answer

component one c1List add Rows or addItems

im using component one tools like C1List in C# (also i use Visual Studio). I want to add some rows to my C1List. i found this documentation: http://www.componentone.co.kr/files/Documentation/Winforms_List.pdf First it seems kinda easy. here is my…
Ray Yago
  • 115
  • 1
  • 1
  • 12
0
votes
1 answer

Direct output straight to printer

I am using the ComponentOne Winforms suite, specifically the FlexReport control, to generate output which will be sent directly to one of several printers. This isn't, I believe, an issue with the ComponentOne suite as I was having similar issues…
Si Stone
  • 31
  • 1
0
votes
1 answer

label-image orientation in c# windowsphone componentone maps

I am using componentone (C1) maps for a project in c# for windowsphone-8. I added a car image as a label in a given point and I would like to change its orientation (if the car goes north, I should move the car face north, etc.) (-not only N-S-E-V,…
Jordan
  • 23
  • 8
0
votes
1 answer

C1 Tab Control leaving gaps if tabs are hidden

I am in the process of migrating my accounting software's usage of Farpoint's Tab Pro 2.0 to the ComponentOne Tab control. The only problem I'm having so far is that some of my tabs will be hidden in some scenarios, like if the user has a certain…
Bill Hileman
  • 2,798
  • 2
  • 17
  • 24
0
votes
1 answer

Component One Spell checker control (version: 2.2.20082.82) issue with apostrophies and parenthesis

I am having an issue that I hope someone has a solution regard the Component One Spell checker control (version: 2.2.20082.82)... I am currently using the C1.Win.C1Spell.C1Spell control on a windows form application written in VB.net. The user…
webdad3
  • 8,893
  • 30
  • 121
  • 223