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

iPhone Phonegap based app load External website made of componentone

My Client wants a native iPhone App that displays their mobile site optimized for iPhone developed using asp.net and ComponentOnes Studio for iPhone. i was planning to use a PhoneGap app which calls an external URL using JavaScript and do it after…
Aneef
  • 3,641
  • 10
  • 43
  • 67
2
votes
1 answer

C1RichTextBox with custom copy/paste behavior

When using C1RichTextBox in Silverlight 5 with IE 10, I am facing two major issues: During a clipboard paste operation, how can I detect if the content was copied from another C1RichTextBox in my Silverlight application or from an external…
helb
  • 7,609
  • 8
  • 36
  • 58
2
votes
0 answers

How to undo AutoSizeRows on C1FlexGrid?

I am trying to achieve wrapping and unwrapping of text in C1FlexGrid columns in a menu click event handler. The below code works to wrap the text when appropriate menu action is selected. But how I can unwrap the…
Jyina
  • 2,530
  • 9
  • 42
  • 80
2
votes
1 answer

Is there a property on C1FlexGrid to set default row height before data loads into the grid?

I need to be able to adjust row height of C1FlexGird based on the current font size chosen for the grid. I see there are AutoSizeCols and AutoSizeRows methods but they work only if applied after data loads into the grid. For some…
Jyina
  • 2,530
  • 9
  • 42
  • 80
2
votes
1 answer

How to resize row height in C1FlexGrid?

I need to auto resize row height in a C1FlexGrid. I need to make it work using AutoSizeRow but it does not change the row height. I tested it by setting height and it works. Why is AutoSizeRow not working? For i As Integer = 0 To fgrid.Rows.Count -…
Jyina
  • 2,530
  • 9
  • 42
  • 80
2
votes
1 answer

ComponentOne WPF RichTextBox not handling AddPastingHandler or AddCopyingHandler correctly

I am trying to prevent copy/paste within a ComponentOne WPF RichTextBox. I have read that the following code should work for WPF controls: DataObject.AddPastingHandler(EditorBox, OnCancelCommand); DataObject.AddCopyingHandler(EditorBox,…
2
votes
1 answer

Active Reports - How can I go to a specifc page in the Viewer?

I'm using Active Reports 6 and display the report in our application in the Viewer control (not printed). I need a way to determine the current page the user is showing, and I also need a way to restore the Viewer to a specific page. I need this…
2
votes
0 answers

Notification when ComponentOne RichTextBox has update itself after Insert?

I have a C# Windows Phone app that uses the ComponentOne RichTextBox control (C1RichTextBox). I need to do some post operations after inserting some text. The problem is, the inserted text is not visible in the control until some time in the…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
2
votes
2 answers

Retrieving the COM class factory for component with CLSID failed due to the following error: 8007045a

I am new to VB Dot Net. I am using ComponentOne True OLE DbGrid in my form. Now I need to add Value Items to my column.So i tried this: TDBGrid1.Columns(14).ValueItems.Add(New…
kishan
  • 189
  • 1
  • 4
  • 14
2
votes
2 answers

Windows phone 8: display pdf

I need to display PDF files in my windows phone 8 app. The easiest way I know is using ComponentOne pdf control. But it is way too costly to be bought by an individual. Is any body aware of a free wp8 control for diplaying pdfs? My next option is…
abhinav pandey
  • 574
  • 2
  • 8
  • 21
2
votes
1 answer

File cannot be found when relative path is used

In my WPF caliburn.micro application, I use ComponentOne's C1DocumentViewer to display a report. I created in the project a new Folder “Reports” and placed the .xml there. I show the report using C1DocumentViewer. When provide the absolute path to…
David Shochet
  • 5,035
  • 11
  • 57
  • 105
2
votes
0 answers

keep the mouse position in GrapeCity Spread

I'm using a tool GrapeCity, the spread 6. NET (C #) and I'm giving it to bind every 5 seconds, but every postback the page returns to the point that the mouse was before the postback. as the postback takes to complete, the User has the possibility…
2
votes
1 answer

Wijmo Linechart: Controlling X-Axis labels for Dates/Strings

I am displaying data in a Wijmo Linechart whose X value is a time of day. eg, 8:00, 8:05, 8:10, and so on. Even though my data points are every 5 minutes, I would like my X-Axis labels to show only for the whole hour. eg, 8:00, 9:00, 10:00, and…
fredcicles
  • 103
  • 3
  • 7
2
votes
1 answer

C1FlexGrid width

I started using ComponentOne's C1FlexGrid for my WPF Caliburn.Micro application. I wonder how I can set with of the columns to the maximum contents width. I tried to make it Auto, but the width is still the same for all columns. I applied…
David Shochet
  • 5,035
  • 11
  • 57
  • 105
2
votes
1 answer

Setting Focus from within the OnLostFocus event c# silverlight component one masked textbox

I am trying to perform some custom validation inside the c1 masked textbox and the validation has to occur OnLostFocus(). The problem is, when im calling Focus() from within OnLostFocus(), its causing the control to lose/gain focus again which is…
spyter
  • 727
  • 1
  • 9
  • 25
1
2
3
14 15