Reply To: RibbonSplitButton: DropDown location
Hello Wolfgang, According to the development team, the 'TextAndImageRelation’ property exists in C1Ribbon for backward compatibility only. This property was removed in in build 2.0.20091.149 (it is...
View ArticleReply To: RibbonButton and moving the mouse away while pressed
Hello Wolfgang, We have changed the RibbonButton behavior as per Office buttons in C1Ribbon build 463. Please download builds from below link:...
View ArticleReply To: MovingAverage line
Hello, Noone can response to my question? I’m looking forward to your solution. Thanks
View ArticleReply To: Field with CanGrow = True ignores left align on multipage document
Next problem is, that I need to keep items together, but as I said, its not working very good with fields overflowing page.
View ArticleAvailable update 2013.1.0.814
I noticed that a new version of D2H is available 2013.1.0.814 However it seems I have to buy this new version rather than just install the update. Does this mean the version I purchased is no longer...
View ArticleReply To: DataMode settings for c1FlexGrid
Hello M.Koteswara, I would like to inform you that there do not exist any 'DataMode’ property in C1Flexgrid. After binding C1Flexgrid to the Database, you need to manually handle all the other...
View ArticleReply To: MovingAverage line
Hi, Sorry for delay. The chart looks correct to me and it is not necessary that the first point of moving average coincides with the first value of chart data series. To simply test that the plotting...
View ArticleReply To: Exporting templated column header to Excel
Hi Jeff, You can inherit the DataGridTemplateColumn and override the GetColumnText function. You can return any custom string from there and the same will be exported in excel. public class...
View ArticleReply To: How to bind ItemSource of C1ComboBox in C1PropertyGrid
You need to create a custom editor for this and set the ItemsSource in the Create function. See below code:- public class ComboEditor : C1ComboBox, ITypeEditorControl { #region ITypeEditorControl...
View ArticleReply To: Silverlight Excel "Index out of range" Error
Hi, It looks like a bug. What version are you using? Did you tried a latest version from below link? http://prerelease.componentone.com/hotfixindex.html If you are still able to reproduce this using...
View ArticleReply To: C1Chart3D data binding
Hi Jack, Sorry but the 'GridDataSeries’ are not visual elements, so they wont inherit the 'DataContext’ of the parent (C1Chart in this case). Does the sample posted at below link doesn’t help you? Can...
View ArticleC1DataGrid MoveRows Exception
Hi. I got this exception If I move rows from the code in my collection: {System.ArgumentException: Both column and row must belong to the same data grid. bei...
View ArticleReply To: Parsing Repeated Words with Break Words in Mixed Case
Hello David, This is working correctly with C1IntelliSpell build2.0.20131.85. Could you please check with this build (available at http://www.componentone.com/SuperProducts/IntelliSpell/) and let me...
View ArticleReply To: Feature Request: Project-Level Dictionary
Hello David, C1IntelliSpell is used for spellchecking documents using Main Dictionary (which are the installed dictionaries with .dct extension) or using the User Dictionary. These dictionaries are...
View ArticleFlexGrid read only controls not read only
Hello, I have a FlexGrid whose row is set to be ReadOnly (via the switch in the preference for it) but is editable by all clients. I have tried turning it on then off with no luck. Any ideas?
View ArticleReply To: Parsing Repeated Words with Break Words in Mixed Case
Hi Richa, Yes, I am using the latest edition. 2.0.20131.85 I attached an image of the setting. The environment: Windows 8 Pro x64, VS 2010 Premium. The repeated words are detected in .VB and .ResX...
View ArticleReply To: Feature Request: Project-Level Dictionary
Hi Richas, Yep, I am fully aware of the user dictionary option. What I was suggesting is that the option will be made to automatically select a dictionary that resides under the solution folder in...
View ArticleReply To: Parsing Repeated Words with Break Words in Mixed Case
… also, here is another case of what seems to be a bogus repeated word: The word or is marked as repeated in the text below, which comes from a Resource File. Most likely, either (1) Your printer is...
View ArticleRules for Breaking Words
I found the following cases were rules for breaking words might be improved: (1) This pair of words : gif;System is reported as a spell error. I guess this could be separated into two words. This...
View Articlehide printer icon on flexgrid lightswitch form
How do you hide the printer icon on a flexgrid form with LS. Currently if the user clicks it there’s an indexing error message that pops up.
View Article