Reply To: Provide a sample for active analysis reports using asp.net
Hello, Please take a look at this online documentation link which provides step by step explanation of binding the PivotView control to an unbound datasource:...
View ArticleReply To: C1combo : Binded selectedvalue does not update binding content
Hi, I tried using the exactly same code in a sample application at my end. However, could not replicate the problem. You are requested to share a small sample application along with the exact steps...
View ArticleReply To: Forum changes are not for the best
Hello Brian, #1, we have forwarded this issue to the website team for a fix. #2 : This is occuring because we have shutdown our old websites and the old links are being redirected on our home website....
View ArticleReply To: ClientScript.RegisterStartupScript is not working after calling...
Hi, The code you sent is working fine. but the problem is page_load method is calling for two times one for spread.update and other for onclick of a button. What we are doing is we have added a...
View ArticleReply To: ToolTip height
Hi, Thanks for reporting the issue. I could replicate the same using Visual Studio 2012 at my end. C1TrueDBGrid renders tooltips with a large sized box when the 'VerticalAlignment’ of the grid is set...
View ArticleReply To: C1FlexGrid Column Width
Hello, I would like to inform you that on setting the Column.Width to 'Auto’, the respective Column’s Width is set to the default Width which is neither based upon the Column Header or the Cell...
View ArticleReply To: FormattedText HTML Borders and Font Sizes
Hello, I could replicate the issue mentioned by you and it seems like a bug to me. Hence, I am escalating the issue to the concerned team and would get back to you as soon i hear anything from them....
View ArticleReply To: Couldn't see ValueFields when more Row Fields are selected in...
Hi, I regret to inform you that currently the feature is not added in the control and the ‘Rows’ set as RowHeader in OlapGrid, will continue to remain fixed and non-scrollable. Apologies for any...
View ArticleReply To: SelectionMode = Default, merged ranges and grid editor
Hi Wolfgang, Unfortunately, the issue is yet to be resolved. I have asked the development team for an update on this and would let you know as soon as there is any information from them. Apologies for...
View ArticleReply To: Installation Problems of C1StudioActiveX
Hello HornKiel, The error is observed because the installer is trying to access a folder with limited permissions. You would need to run the installer with administrative rights. Please try the...
View ArticleReply To: Farpoint spread change the size of the Checkbox
HI Pragati Kaushik First of all Thank you so much for your response, I have checked Picture also , this not working Properly , Checked atatus ok no problem, but unchecked status something different in...
View ArticleCalcParseException with invalid token
Hello, in my program I try to change the Formula of a few Cells programmatically, well it works like it should. But in another method I try to do the same, with exactly the same Formula but then...
View ArticleReply To: Lost my ToolIcons Icons
Hello Georges, The "LC.exe exited with code -1″ error generally occurs because a file is exclusively held open somewhere else and VS cannot update or even check the file. When updating versions of...
View ArticleC1DataGrid Export to PDF
Hi. I look at your sample where I can export the DataGrid to PDF. How can I make a PageFooter. In the Header there is the text "SampleDataGrid". But I want that in the Footer at every page there is...
View ArticleOpen Dropdown in DataValidator with keyboard
In Excel you can open the Dropdown-List of a DataValidator with just Clicking 'Alt + Key down’. Well I want my users to not use their mouse. Is there some way to do the same in Spread WPF-Silverlight?
View Articleduplicate, please delete
see http://our.componentone.com/groups/topic/open-dropdown-in-datavalidator-with-keyboard/
View ArticleReply To: ToolTip height
Thanks for forwarding the issue . Today i ran into another strange incident with TrueDBGrid: In the designer, I defined a separate HeadingStyle (among other styles for even, odd and selected rows)....
View ArticleReply To: Datetime formating in column
Hi, Since the default date format of your machine is "dd/MM/yyyy", you would need to parse the BirthDay column’s FilterText from "MM/dd/yyyy" to "dd/MM/yyyy" and it would work as expected even on...
View ArticleReply To: C1Calendar Programmatically Set SelectedDates
This code works fine, thank you. I have another query. If I put this code inside a loop to generate the dates, only the last date in the loop is selected. Is there any way to stop the C1Calendar...
View ArticleReply To: Spread 8 is loading only 2 decimal places
Hello, You may set the decimal places property of Spread for cells with decimals. Something like: fpSpread1.Row = 2 fpSpread1.Col = 2 fpSpread1.CellType = CellTypeNumber fpSpread1.TypeNumberDecPlaces...
View Article