Reply To: Printing an RDLReport?
Additional testing illistrates my issue (see attached): If I change the name in the code, you can see where I check the IsValid status of the new printer name, which seems to be false. If false, then...
View ArticleBlock the collapse/expand button treeview
Hello !! I have a Silverlight Application that I need block the "button" that I use to collapse/expand the TreeViewItem. I give a better explication in the attached image. I don’t know if I have to...
View ArticleReply To: Printing an RDLReport?
Nervermind. I found the issue. The printer name is spelled wrong in one line. Typo!
View ArticleFiltering DataGrid Bound to XML
Hi, I am trying to apply filtering to a C1DataGrid which is bound to an XElement object, but it is not working. Here’s some sample XAML: The DataContext for the DataGrid is set to the XElement object...
View ArticleReply To: How to set C1ReportViewer.Cache.ShareBetweenSessions
Only trouble is This does not work!!!! CLW
View ArticleReply To: How to or disable C1ReportViewer Cache
I am experiencing the same issue as AngryBird. setting the C1ReportViewer1.Cache.Enabled = false; C1ReportViewer1.Cache.ShareBetweenSessions = false; just DOES NOT WORK. SANKALP AND THE REST OF THE...
View ArticleReply To: How to change colors on C1Menu and C1TabControl?
Thanks for the help. I have another question. While I was able to change the colors on the C1Menu following the link, when I try to create use ArcticFoxNew/ on the C1TabControl, set useembedded styles...
View ArticleReply To: Increase performance
I played with your sample in performance analyzer and made some changes to our layout code. The performance is about twice better. These changes will be included into build 335. But look, twice better...
View ArticleReply To: C1Chart3D data binding
Sorry the previous attachment has a bug in it. Please run this attachment for the binding question. Thanks Jack
View ArticleReply To: How to make RibbonNumericBox spin only, no keyboard edit
Gatim, I tried that. Certainly a step in the right direction. however, something is switching the values back right after I change them. I added EnabledChanged and BackColorChanged events to see whats...
View ArticleVSPrinter8 LoadDoc Method Appears to Fail
I’ve created a VsPrinter8 document by scanning in some full page images and then loading each image into a separate page in the VsPrinter object. It displays properly. It prints properly. Immediately...
View ArticleVSFlexGrid8 to C1FlexGrid migration guidelines,approaches,issues
We are planning to move few of our VC6++ MFC (FlexGrid 8.0 )products to VS2010(C1FlexGrid) .. The reason is FlexGrid 8.0 version not supported in VS2010 IDE and maintenance problem in the future. I am...
View ArticleReply To: Filtering DataGrid Bound to XML
You can create a strongly typed class and populate a collection of that class using the xml. You can set the ItemsSource to the collection and that will enable filtering/sorting. Please check the...
View ArticleReply To: DataGrid group indention / shifting not correct
I am glad that you have a workaround. If you think that this is a bug, please send a small sample showing the issue and we will take a look. Regards
View ArticleReply To: Nethelp 2.0: Collapse the splitter
Hi, This is confirmed as bug [TFS #37858] in build 814, and would be resolved in the next release. Thanks.
View ArticleReply To: Delete empty paragraph before pasting formated text from word
Hello, problem still persists. If I open test.doc in Word 2010, then select all (ctrl+A), copy and paste into your example with the latest version (4.0.20131.200) of C1Editor (no matter which .NET),...
View ArticleReply To: VSPrinter8 LoadDoc Method Appears to Fail
Hi, I’ve used the code below to do the same and it works fine on my side Private Sub Command3_Click() vp.SaveDoc "NewTest.vp", False, 1, vp.PageCount vp2.LoadDoc "NewTest.vp" End Sub Now, 1) Run the...
View ArticleReply To: selective cell blinking based on cell content
@Reema and @ManPreetkaur, Thanks for your help.Using AddRegexCellStyle serves the purpose.But still this is not what exactly I wanted.I will explain the issue. The column which I am planning to blink...
View ArticleReply To: C1DockingTabPage rename ?
Hi, This is been fixed in the build below : http://prerelease.componentone.com/dotnet20/C1Command/2013-T1/ http://prerelease.componentone.com/dotnet40/C1Command/2013-T1/ You may just insert a...
View ArticleReply To: Combobox ITypeEditorControl binding
Sorry UpkarS, the problem is not when displaying Currency properties but when using Currency as a property on another object. Let’s have a Supplier class with a single Currency property: Public Class...
View Article