Reply To: Docking Tab Load Speed
Hi Support Has anyone had time to look at this? Kind Regards Scott
View ArticleReply To: C1DataGrid Numeric Cell Deletion
Hello, You may add the following code to the above suggested code as well: void numericBox_GotFocus(object sender, RoutedEventArgs e) { var c1NumericBox1 = s1 as C1NumericBox; if (c1NumericBox1.Value...
View ArticleTDGrid Spellcheck Cell
Hi Support I have added the code to the BeforeColUpdate of a grid TextBoxBase tb = e.Column.DataColumn.Editor as TextBoxBase; if (tb != null) { cspcTask_Edit.SetActiveSpellChecking(tb, true); } based...
View ArticleReply To: how to call C1TrueDBGrid event
Thank you for your support. i did what you said, but error outcome in the Sub C1TrueDBGrid2_BeforeColUpdate Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles...
View ArticleReply To: how to call C1TrueDBGrid event
Thank you for your support. i did what you said, but error outcome in the Sub C1TrueDBGrid2_BeforeColUpdate Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles...
View ArticleReply To: Determine selected item in toolbar from context menu.
Hi, I assume that you have a "C1ToolBar"? Otherwise this would be the wrong place for this question . Here is a VB.Net snippet which handles the "MouseClick" event of a C1ToolBar and displays the name...
View ArticleReply To: how to call C1TrueDBGrid event
I think i have to pass the (e.ColIndex value) when i call the C1TrueDBGrid2_BeforeColUpdate event Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click...
View ArticleReply To: C1 Control Explorer source code
Hello Georges, The ControlExplorer sample (C#) is installed with our Studio for Winforms setup. You may download the setup from the following url : Also, you may download the above mentioned sample...
View ArticleReply To: Install for VS2013?
Hello Dom/Louis, Wish you a very happy new year! Please try installing the 2013v3 C1IntelliSpell setup version 2013v3 and let me know if there are issues in installation. It can be downloaded from the...
View ArticleReply To: Docking Tab Load Speed
Hello Scott, I tested this sample with C1Command build 4.1.20133.19598 and could not observe any time lag. I tested this issue on Windows 8 32-bit machine. Please check if the controls are licensed as...
View ArticleSetting default format for date time cells
Hi, I am trying to set a default format for date time cells in the WinForms FlexGrid by using the following code: ' Set style render for grid Dim style As GridRendererOffice2007Blue = New...
View ArticleReply To: Install for VS2013?
Hi Richa, This one installed just fine, there were no issues during the installation. Many thanks for your help! Best regards, Louis
View ArticleReply To: How do i make C1, numeric box, C1 masked text box, and C1 combo-box...
Hello, If you look at the XAML again you will see that the code for Disabled VisualState is only given for C1ComboBoxItem and not for C1ComboBox. I have got the Xaml style applied to C1ComboBox....
View ArticleReply To: Install for VS2013?
Hi Richa I can concur, vs 2013 now able to pick up my terrible spelling!! Dom
View ArticleIssue with SetClip() Method of Spread v7 (7.35.20132.1)
The SetClip() method of Spread v7(7.35.20132.1) is not working as it was with v5(5.0.3511.2008). The SetClip() method is expecting an additional tab-delimiter(\t) at the beginning of the text when the...
View ArticleReply To: Determine selected item in toolbar from context menu.
Thanks Wolfgang. Yes I am using a C1ToolBar and your example has given me some ideas to try . To be more specific I have a WinForm context menu which is assigned to the toolbar’s ContextMenu property....
View ArticleReply To: Windows 8.0 Support Notice
Here’s another update which has one small improvement. http://prerelease.componentone.com/hotfixes/winrtxaml/C1WinRTXAML_8.0.20133.36002_RC1.msi Release Notes: Release version 8.0.20133.36002 –...
View ArticleReply To: Slow PDF Load
This issue should now be fixed in our latest patch for Windows 8.0. You can download it here: http://prerelease.componentone.com/hotfixes/winrtxaml/C1WinRTXAML_8.0.20133.36002_RC1.msi/url I’ve listed...
View ArticleError when trying to load and run a page report from a share.
I am getting the below error when trying to run a report in my app. This method implicitly uses CAS policy, which has been obsoleted by the .NET Framework. In order to enable CAS policy for...
View ArticleRequested registry access is not allowed
We are getting an error because active reports seems to be trying to access the registry. The details are below GrapeCity.ActiveReports.Web.Runtimes.RuntimeRegistry.RuntimeInfo.#A1A() at...
View Article