Prevent TreeView node selection change
I’m trying to prevent the selected node from changing based on some conditions. I think I’m close by handling the SelectionChanged event of the tree view. Right now I’m setting the IsSelected property...
View ArticleThemes & the c1.SplitContainer
Hi Kids, I’ve been playing with the new "themes" feature and was surprised to see that the c1.SplitContainer does not support it. In addition, I’ve seemed to lost the ability to set the...
View ArticleReply To: C1 Buttons on Citrix
I’ve seen this same behavior. I’m "assuming" it has something to do with some sort of setting in Citrix dealing with it’s display resolution. Perhaps it’s trying to limit the amount of data being...
View ArticleControls disarranged when starting project from IDE
Hello C1-Community, I need some help on the following strange behaviour: 1. I designed a form in editor (see Pic 1 in the screenshot). Target framework is .NET 4. 2. When starting the application from...
View ArticleReply To: Paging button not working with IE10
thanks for the quick reply, your link sample also works fine on my Windows7 IE10. –I also deployed on window 2008R2, still the same problem. It’s not a webserver issue. – on my Windows7 IE10. when...
View ArticleReply To: System out of memory
Hi, So the problem is that for some documents PdfViewer may try to request too many resources to create the page. You can try setting the ViewPortGap property to 0 (zero), and that will tell...
View ArticleEditing PDF documents
Does the PDFViewer component allow editing like adding annotations and highlighting text and allow saving back to a PDF file?
View ArticleReply To: Prevent TreeView node selection change
Hello Chad, The SelectionChanged event is not fired since the selection never got changed. After setting the IsSelected = false for the AddedItems, the respective C1TreeViewItem never got removed from...
View ArticleReply To: Report footer renders on a separate page.
Sorry for being unclear. I attached a zip with the .rpx and pdf as examples. We have a bug open on our product indicating that several of our reports are wasting space due to an extra page being...
View ArticleReply To: Icons are different in spread Commandbar
Hi All, I got the solution. From property window we can choose required theme. Based on that icons will change.
View ArticleReply To: C1ReportDesigner.exe UI – How to force UI language(culture) to English
@PragatiKaushik said: 1.For C1PrintPreviewControl, you can localize it to chinese on your own. 2. Regarding the C1ReportDesigner, … Have you localized it on your own? If not, please let us know from...
View ArticleTreeView control sample
Hi, Do you have any code sample for treeviews in WinRT XAML? Thanks, Vaibhav Gupta
View ArticleC1ListBoxItem IsSelected
Is there a reason why the Setter of the property IsSelected from C1ListBoxItem is declared internal? I would to bind the C1ListBox to a list of elements, where every element has a IsSelected property...
View ArticleReply To: How to create grouped headers in Chart?
Hi, Thank you very much for your reply. It is really helpful. By the way, we tried to add "text-decoration" : "underline" to add underline format but it does not work. We also tried to add...
View ArticleWebviewer Print
Hello, How Can I Print My Report by WebViewer? In HTML-Viewer or HTML-RAW.
View ArticleRed Cross appears instead of spread sheet data
DataTable tempTable = new DataTable(); tempTable = dt.Clone(); String query = ""; query = "Time >= '" + StartDateTime + "' AND Time < = '" + EndDateTime + "'"; DataRow[] dr = dt.Select(query);...
View ArticleInputPro date control issue
Hi, i am using input v1.0.16.0.(For Visual Studio 2008) we are using date format "dd/MM/yy". suppose current date is "22/11/2013″ and i want to type "31/12/2013″ but effect like this "30/11/2013″. in...
View ArticleReply To: C1Upload Incredibly slow with Google Chrome!
I am experiencing the same issues as described in the first post. Except my issue is with iPad iOS 6 / 7 and iPhones. The ValidatingFile Event takes ages to fire (About 50 seconds). It took 50 seconds...
View ArticleSpread 8 crashs on windows server 2012
Hi, I am using "SPR64D80.DLL 8.00.0.4″ (Spread 8) in my application. It do works fine on xp/windows 7/etc. But on "Windows Server 2012″ as soon as SPR64D80.DLL is loaded, application crashes . Any...
View Article