Tagged Questions

0
votes
2answers
60 views

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 …
0
votes
3answers
90 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 …
0
votes
0answers
75 views

How to check for checked Checkboxes in unbound column in componentone WPF Datagrid?

I use a componentone datagrid for WPF. added a unbound column with a bool. for every checked row, I need to add an ID value to a field, as soon as the checkbox is checked for this row in the grid.
0
votes
0answers
37 views

How can I customize drag-and-drop between two ComponentOne TreeView components?

I have two TreeView components in .NET web page. I want to drag-and-drop nodes from one tree to the other, but not vice versa. I also want to drag-and-drop items at a certain level (the lowest level), …
0
votes
0answers
126 views

C1HierarchicalDataTemplate / C1TreeView Problem

Hi! 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 …