Reply To: C1Menu – System.OutOfMemoryException
I have been able to reproduce the issue by putting a button on the page and hitting the button multiple times while the post back occurs. It causes the errors very quickly on my site but in this demo...
View ArticleReply To: C1Menu – System.OutOfMemoryException
I had to remove the wijmo dll’s to get the file small enough. Also put a break point in the Global.asax error handler to see the error.
View ArticleReply To: Custom chart painting with multiple panes
I am having issues getting the Axis min and max values, which seems to be a common problem. I found this: http://our.componentone.com/groups/topic/get-wpf-chart-get-minmax-values/ However, my axis...
View ArticleReply To: Custom chart painting with multiple panes
Using UpdateLayout for now: http://our.componentone.com/groups/topic/problem-with-legend-position-in-charts-bitmap-image/
View ArticleReply To: c1Themes – Installation
Thanks Reema and Dom. All makes sense and will have a look at the new functionality of this control. Rgds John
View ArticleUpgrade Help
I’m trying to redevelop and old app I wrote using Spread for Windows 1.0.8. I couldn’t get the original spread control to install so I bought an upgrade to version 7.35. Needless to say, there are a...
View ArticleReply To: Hosted Control and Fixed Row
Hello Dave, As said by wolfgang, it is not possible to hide the hosted control which will always be painted on top of the fixed cell. However one dirty workaround for this would be to copy the image...
View Articleprint images and text contained in arraylist
Hello, I work in VB2005 to develop a windows application. I have 2 ArrayList, one containing photo path, the other contains text strings (each picture element is a text element). I want to print the...
View ArticleSpread 8 and vb Net
is it possible to use "GetCellBorder" with Visual Basic .net ? I have alway an error Dim I as integer Dim Style As Object = Nothing Dim Color As Object For i = 1 To FP.MaxRows FP.GetCellBorder(1, i,...
View ArticleReply To: Multibinding on Columns in C1DataGrid
Hello, As per the development team, Multibinding will not be implemented in C1DataGrid in near future. It is, currently, the limitation of the control. Regards, Reema
View ArticleReply To: PDF Export issue on Azure Host.
Hello, I am currently working on this issue trying to reproduce it at my end. Meanwhile, could you try setting the "NeverEmbedFonts" property of the PdfExport object to "" ( empty string) before...
View ArticleReply To: richtextbox performance & issues
Hi Deepak, I’ve checked your example and it still doesn’t work. Jsut to confirm, what I’m doing is: change the format of some of the text ( make it bold and give background colour), then copy and...
View ArticleReply To: C1TreeView render is extremely slow
Hello. I want to raise this issue. There was hope that the update will solve this problem. Is there any progress in resolving this problem? Thanks, Zloy Rabadaber
View ArticleSpreadView.js problem
Hi, I just updated farpoint 3 to farpoint 7.4 now I am facing a javascript undefined error on spreadview.js file on every grid page please help me how to fix it Regards, Naeem
View ArticleReply To: Subtotal row
Hi Rijo, I tried to add the node. I can add the node. but it will work for only single grouping. If I add multiple grouping I can not make it correctly. Can You please give the solution Thanks, Balaji
View ArticleReply To: C1GridView paging
Thank you. With this latest sample I was able to finish the paging.
View ArticleReply To: Get selected date in calenar
Hello, Another question, you know if I can set the CultureInfo dinamically in code? I want to switch to Spanish or English, depending on a flag. I try this: c1Calendar1.CalendarInfo.CultureInfo.Name =...
View ArticleGrouping and paging
Hi, How to best use flexgrids with grouping and paging? The same group can appear on several pages and hence several groups instead of one. How do we prevent that beahvior from happening? Tks. François
View ArticleReply To: Change month description?
Ok, I try this: c1Calendar1.CalendarInfo.CultureInfo.Name = "es-PR"; but I have this error: Error 1 Property or indexer 'System.Globalization.CultureInfo.Name’ cannot be assigned to — it is read only...
View ArticleDirty row and formatting
Hi, when I update entities within code I can see the grid refreshing with new values. However, the corresponding rows have no indication (e.g. a * as in a LS grid) showing they were updated. How come?...
View Article