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 to add text and image in a column in Component One FlexGrid?

I have used the below mentioned snippet to show text with image. However I am unable to display image with it. Is the path to image not accessible from code? C1.Win.C1FlexGrid.C1FlexGrid gAuditL = new…
0
votes
1 answer

How would I differentiate from Click and Double Click while using a C1FlexGrid

I want to use the double click and click events for c1flexgrid in vb.net, but when I double click it only goes to the click event handler and never fires the double click event. How can I separately handle the click and double click events?
Nay Zaw
  • 85
  • 4
  • 9
0
votes
2 answers

Set date for C1WebDateEdit control on page load

I have a webdateedit control. On the page load I want to set a date to that control through javascript. I have tried the following but its not working, var userid='<%=Session("userid").toString %>'; // 20-Dec-2013 var strdate=dtsheet.split("-"); …
King of kings
  • 695
  • 2
  • 6
  • 21
0
votes
1 answer

C1ToolbarDropDown , How to Hide Menu List Image (Arrow Mark) conditionally

I have A Toolbardropdown with menu list . How can i hide the Arrow on top of the menu list when i want to hide the menu list conditionally . Currently i am changing visibility property to false for the menu list using: Visibility.Collapsed But…
user3125908
  • 45
  • 1
  • 1
  • 6
0
votes
1 answer

DataDynamics.ActiveReports replacing text during runtime changes original format

I'm almost left with no time but facing a problem with DataDynamics.ActiveReports. I have to replace some text for 500 reports so automating the task through code at run time. The major problem I'm facing is on replacing text the original bold wont…
0
votes
3 answers

ActiveReports and Bitmaps using too much memory

Our software needs to produce variable-sized reports, which can easily move past 100 pages. Several of these pages contain large images/Bitmaps. Is there a reliable way to prevent the overall report from consuming all available memory? Once we…
John Fisher
  • 22,355
  • 2
  • 39
  • 64
0
votes
2 answers

Accesing constructor's base class properties

In order to use a C1DropDownControl inside a C1InputPanel I need to define a class that inherits from the InputControlHost class and then invoke the desired control's constructor, like this: public class InputC1DropDownControl : InputControlHost { …
0
votes
1 answer

ComponentOne Studio for ASP.NET AJAX installation issue

Hi anyone can help me with this issue... I'm trying to install the ComponentOne Studio for asp.net ajax but halfway through it pop out this error: GAC Operation Error Unable to add c:\promgram files (x86)\componentone\studio…
0
votes
1 answer

Getting this error in command.Parameters.Add("_trdate", Format(dteDate, "yyyy-MM-dd"))

command.CommandType = CommandType.StoredProcedure command.CommandText = "{?=call gtab09_INSERT(_acyrid,_RepId,_DrId,_vrid,_mode, _trno, _trdate, _acid, _vrno, _SuppId,_custname,_netamt,_disrate,_disamt,_RoundOff,_jrmid,…
user3223401
0
votes
1 answer

ComponentOne DataGridColumnHeaderPresenter Style Inheritance does not work (Silverlight)

I'm using ComponentOne C1DataGrid control for Silverlight. Standard StyleInheritance does not work. Here is the code:
Philipp Munin
  • 5,610
  • 7
  • 37
  • 60
0
votes
1 answer

C1ReportDesigner subreport overflow to footer and not page breaking

I am working with C1ReportDesigner which I am new to it. I have a sub-reports embedded with main report. When a column in sub-report content is huge it doesn't page break, instead it overflows to footer. How to page break and continue in next page…
nicksaily2
  • 11
  • 2
0
votes
1 answer

Unable to Set Values for unbound columns in C1 Flexgrid

I'm currently working on upgrading a Vb6 app that used Flexgrid to C#, and one of the requirements is to have several dynamically added columns added to the end of the bound data where the user inputs data. AllowEditing is enabled on the entire grid…
AllMadHare
  • 370
  • 3
  • 15
0
votes
2 answers

Disabling button in a specific row of a C1TrueDBGrid

I am using c1truedbgrid. I have columns added in the grid with one column having button which is displayed is every row. I need to disable the button in a particular row depending on some business logic. How this can be done?
Sagar
  • 1
  • 1
  • 1
  • 3
0
votes
1 answer

ApplicationException Occured "Invalid file format" C1Excel(ComponentOne Excel library)

Encountered ApplicationException Occured "Invalid file format" exception Code Details: // Step:1 load the log file private static String logFilePath =Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "XYZ",…
Ashwin Patil
  • 1,307
  • 1
  • 23
  • 27
0
votes
2 answers

Discuss on Commercial Component libraries of silverlight

I am now looking forward to buy a component library of silverlight for increase the productivity. I find there are number of them. Telerik ComponentOne ComponentArt Infragistics Syncfusion I found more people talk about Telerik and ComponentOne on…
Jay
  • 529
  • 1
  • 11
  • 21