Reply To: C1DataGrid – GroupBy with DataGridSortDirection.None
Hello, This issue is fixed in Silverlight build 4/5.0.20132.350 which can be downloaded from the following url :...
View ArticleReply To: wijmo c1editor localization
Hi Stephane, There were some issue related to the DictionaryPath in C1Editor in the previous version. Please download the latest build from...
View ArticleOutputFormat not working on dynamic textbox
Hi, I have a bunch of Textbox i am creating on the fly in Report_Start event. While other properties that I assign seems to be working OutputFormat is not. The actual value is of the form...
View ArticleReply To: Grid with SharePoint Online 2013 Data – Person Columns and Delete...
Hi Cyberprine, Please refer to the following msdn article which explains how to use LightSwitch HTML in Sharepoint 2013 : http://msdn.microsoft.com/en-us/magazine/dn296545.aspx. It’ll be really...
View ArticleTiff conversion to PDF
Goal: Take a list of tiff images and add them, 1 per page, to a PDF document, then save the document. Code: C1PdfDocument myPdf = new C1PdfDocument(PaperKind.Letter); // Signature of method says that...
View ArticleReply To: How to show group row count?
Thanks. Again – I can’t reproduce this in a sample yet… But it is happening in my app. I want to understand what would cause the the 1st object to be a Group instance vs. an int. It seems like I’m...
View ArticleReply To: Unbound spreadsheet – performance tips?
Thanks. I will review those suggestions – some of which I have heard before but will try them. I did try assigning the values to a DataTable vs. populating the values cell by cell. I did not see any...
View ArticleReply To: Display wijmo pie chart in clockwise direction
The startAngle definitely does its job, but for clockwise / CCW there are still issues. Reversing the data works for simple usage, but reversing the data is not a very robust solution because it does...
View ArticleLicense file generation issue
Ok, so I have a MVC4 program, and I’m adding C1.Pdf namespace to the project via code, because obviously the drag and drop won’t work here. The code executes correctly, but since there is not license...
View ArticleReply To: InputDatePicker
Hi Many thanks for your excample. I tried it and I realized that if I don’t want to use your DateTimeEditor just I have to omit it! So I make an InputMaskedTextBox with a "00/00/0000″-mask and...
View ArticleReply To: Need help to write spread (3.0) contents to a text file with column...
Hi, Sorry that wasn’t clear, I mean you can use the ColWidth property and it will return a value that is already in units of average character width of the system font. The UnitType property specifies...
View ArticleReply To: Grid with SharePoint Online 2013 Data – Person Columns and Delete...
Hi Abdias, We are demoing and deciding on your product. A short video demo with these features would really justify it for us!! - A Sharepoint 2013 Online Data source – a working delete button on the...
View ArticleReply To: RichTextBox unorderd list padding/margin
Hi, Did you happen to check the CanShrink function of the RichTextBox to True? -Ryan
View ArticleList styles (bullets and numbers) aren't applied in print/manual output
Hi, My department uses XHTML files (D2H version 2013.1.0.814) for the source files. We have a modified source CSS. For NetHelp output, we have a modified target CSS. Both of these are working well to...
View ArticleReply To: Using mvvm componentone wpf hierarchical datagrid
Thanks Anupam v.much. I want to know how can edit columns value throug datagrid ,in another word how can i make this datagrid editable so i can edit person firstname of the first row for example .so...
View ArticleReply To: Grid Tap Action
1. Add a Add/Edit Details screen and bound to entity say Product (check both Product and Customer details to be included in the screen ) 2. Add a Browse Data screen and bound it to collection say...
View ArticleModal Window Picker
I tried to set a column’s control type to "modal window picker" with the FlexGrid but the picker button doesn’t show up. I read that this was fixed awhile ago:...
View ArticleReply To: Need help to write spread (3.0) contents to a text file with column...
Thank you, I did what you said. spread.UnitType = UnitTypeNormal. And Then i checked the column width using message box. It gives the width of the column (can be changed by re-sizing the column) not...
View ArticlePDFViewer – Error when opening PDF files
Hi, When I try to open a PDF file using Silverlight PDFViewer, I get an error. I have attached the error message. How can I fix this? Thanks, Dasuni
View Article