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

Mouse wheel event doesn't work for combobox on tab page?

I have ribbon tabs, and there are buttons, textboxes,comboboxes in each tab. My problem is, I want to be able to scroll down and up with my mouse wheel (for the combobox), but instead, my mouse wheel changes the tabs. It doesn't affect the combobox…
Ada
  • 624
  • 3
  • 17
  • 31
1
vote
1 answer

How can I get the actual size of a C1TrueDBGrid control in ComponentOne?

I'm working with ComponentOne's Controls and I have a C1TrueDBGrid. I am trying to call the DrawToBitmap method: Bitmap myBitmap = new Bitmap(myGrid.Width, myGrid.Height); Rectangle drawingBounds = new Rectangle(0, 0, myGrid.Width,…
Anthony
  • 9,451
  • 9
  • 45
  • 72
1
vote
1 answer

Change the color of the Grid Cell in C# WinForms

I know how to do this on a standard DataGridView, for example: DataGridView.Rows[i].Cells[j].Style.ForeColor = Color.Red; . How to do the same on C1TrueDBGrid (or TrueDBGrid) from ComponentOne library? (without using events). I tried many ways,…
Miko
  • 11
  • 3
1
vote
1 answer

Programmatically select ComponentOne TrueDBGrid Filterbar

I'm using a ComponentOne TrueDBGrid control, with the filterbar enabled. I'd like to modify the the default behaviour so that when a cell in the filterbar is clicked, the text in that cell is automatically selected. Normally I'd wireup a MouseDown…
Marcus K
  • 779
  • 1
  • 10
  • 22
1
vote
1 answer

Using jQuery with ComponentOne on ASP.NET

I'm trying ComponentOne and I'm having a problem with jQuery. I'm working en ASP.NET so i have an .aspx with several controls including an update panel for the page. I have a TabControl control from ComponentOne in wich i have all the information of…
euther
  • 2,556
  • 5
  • 24
  • 36
1
vote
1 answer

ComponentOne Flex Grid Installation Issue in Windows 7 Ultimate

Hello, I am using Windows 7 Ultimate Visual Studio 2010 Ultimate , Sql Server 2008 R2. I have a project solution that needs a 3rd party control - ComponentOne FlexGrid (.net2.5). The Project ran without problems on Windows XP, Visual studio…
1
vote
0 answers

ComponentOne reports : using IEnumerable as datasource

I have business objects that implement IEnumerable and I and need to use them as datasource of a ComponentOne report. But, the "myreport.DataSource.Recordset" is only accepting a DataTable. Could I have some help to find how can a C1Report…
luapaul
  • 73
  • 7
1
vote
0 answers

C1 True DBGrid 2 Checkbox Check/Uncheck with + key

I'm using C1 True DBGrid 2. My grid has a checkbox column/field. I can use the space bar (alternate to a mouse click) to check and uncheck the box. I would like to program the + key on the num pad to do the same thing (for my ten-keyers). Nothing…
Michael Mac
  • 102
  • 1
  • 11
1
vote
2 answers

Has anyone compared the ComponentOne ASP.NET AJAX suite to other libraries such as ExtJS

I know that the main draw to ASP.NET AJAX is the fact that you can build it nicely inside of Visual Studio and it is nice and easy. I am finding ASP.NET AJAX limiting, but I really like .NET and figure that a separate javascript library is probably…
1
vote
1 answer

c1 TrueDBGrid cell value to textbox

private void c1TrueDBGrid1_Click(object sender, EventArgs e) { } How can I get the value of a cell and then display it in a textbox. Just like this code that works for data grid view "OwnerIDtxtbox.Text =…
Alphatrix
  • 83
  • 8
1
vote
1 answer

Automated testing of PDF output in C#?

I've inherited a .Net 1.1 app where the primary output is a PDF app. It is poorly written, and almost as complex as it is convoluted. I'd like to do some major refactoring, but my direction from management is to change as little as possible. If I…
jlnorsworthy
  • 3,914
  • 28
  • 34
1
vote
2 answers

Silverlight C# - ComponentOne Spellchecker not loading dictionary

This may be a long shot, but I'm using ComponentOne's Spellchecker control for Silverlight. I made a test project, added a plain textbox and a button to it, added the references to the C1.Silverlight and C1.Silverlight.SpellChecker bits, and added…
Sootah
  • 1,771
  • 3
  • 23
  • 42
1
vote
1 answer

Add an image in ComponentOne C1DataGrid column

How to add an image in one grid column based on a condition (image will change depends on data in the grid column) in c1datagrid I'm using autogenerate columns, biding grid with c1.data
blue
  • 833
  • 2
  • 12
  • 39
1
vote
3 answers

VB6 + componentone developed application in Windows7

This is trouble shooting question. Our application's development environment is VS2005 C/C++, VB6 based GUI. we use also componentone for ActiveX control(vsflexgrid8). application performed well in Windows XP, but in Windows 7, there is some problem…
heekyu
  • 93
  • 2
  • 9
1
vote
1 answer

How to implement UI Automation Provider for a Third Party Control?

I have been working on White Framework to automate the User Interface for one of my application build using WinForms. The application also uses a Third Party Control i.e. FPSpread7 for WinForms by ComponentOne Studio. Although the tools UISpy and…
1 2
3
14 15