Tagged Questions

1
vote
1answer
504 views

C1HierarchicalDataTemplate / C1TreeView Problem

I've a problem building up a ComponentOne TreeView in Silverlight (C1TreeView) with a C1HierarchicalDataTemplate. In detail the Tree only shows 2 levels (H1 and H2), although 3 levels are defined ...
0
votes
0answers
143 views

silverlight c1 chart

Please I wanna ask two questions in terms of the silverlight charts provided in the componentone studio library: First Q: When my chart is renders the grid lines that appear in the background are ...
0
votes
1answer
18 views

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 ...
0
votes
1answer
439 views

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 ...
0
votes
0answers
77 views

Componentone report showing XML connection string failed

am using c1Report1 and c1PrintPreviewControl1 to show my stock report, its should load from a xml file, have used sql statement in datasource, i can access report from current sytem, but can't from ...
0
votes
0answers
161 views

Could not load file or assembly only in release version

I have a windows application built in ComponentOne for visual studio 2010 When I run the debug version the application runs and loads the form.However after a few specific actions it throws an ...
0
votes
2answers
233 views

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 ...
0
votes
3answers
372 views

Memory Leak / Form not being garbage collected

I'm tracking down a Memory leak within an MDI application. Opening, and then closing the form results in the form staying in memory. Using Ant's memory profiler, I can get the following graph of ...