Reply To: CustomColumns and XAML Rows
This should be fixed now. Can you please retest this?
View ArticleReply To: VSFlexGrid8 to C1FlexGrid migration guidelines,approaches,issues
HI, With reference to your issue, VSFlexGrid 8.0 latest build is supported in 2010 .NET fw. You may test the same by downloading the build from the link below:...
View ArticleReply To: Select All Text In Cell
Hello, I could observe the issue at my end & hence have escalated it to the concerned team. I will get back to you as soon as I get any information from their side. Meanwhile, you may try the...
View ArticleReply To: C1DataGrid Problems
Hello, May I know what settings you have made for PrimaryKey field? I have attached a sample application where I am able to add new rows at the bottom with no issues providing the correct new Primary...
View ArticleReply To: Access to records in Detail View
Hello Mahapela, Please try the following code for OlapGrid.MouseClick event : void OlapGrid_MouseClick(object sender, MouseEventArgs e) { if (e.Button == System.Windows.Forms.MouseButtons.Right) {...
View ArticleReply To: Value Filter cannot be changed/cleared in certain conditions
HI, Can you try to clear the FilteredText in code, this would enable you to apply and clear the filters again. private void c1TrueDBGrid1_HeadClick(object sender, C1.Win.C1TrueDBGrid.ColEventArgs e) {...
View ArticleReply To: Value Filter cannot be changed/cleared in certain conditions
Hi C1_GatimT, Thank you for the feedback. First, although your code helps, I cannot accept it as a workaround because clearing filter on each head click is not an expected behavior! Imagine I’ve set a...
View ArticleReply To: Access to records in Detail View
Hi Richas, I’ve just integrated that new ' var data =’ line into my application and it seems to work as expected now. Thank you. Regards, Mahapela
View ArticleReply To: Value Filter cannot be changed/cleared in certain conditions
HI, I’d be Escalating this as BUG to the concerned team for review,I’d let you know on getting an update on this Thanks. ~Gatim
View ArticleReply To: selective cell blinking based on cell content
@Apolitical said: @Reema and @ManPreetkaur, Thanks for your help.Using AddRegexCellStyle serves the purpose.But still this is not what exactly I wanted.I will explain the issue. The column which I am...
View ArticleReply To: Field with CanGrow = True ignores left align on multipage document
I am using version 4.6.20112.54408, with new version of C1Report this problem doesn’t appear any more.
View ArticleReply To: CustomColumns and XAML Rows
Another test: <c1:C1FlexGrid x:Name="FlexGridAdjust"> <c1:C1FlexGrid.Columns> <c1:Column Width="150" Header="BlaBla"> <c1:Column.CellTemplate> <DataTemplate>...
View ArticleReply To: DataMode settings for c1FlexGrid
we are migrating the existing vb6 project into .net along with this in the existing code vsflexGrids are used now we are intrest to convert the VSFlexgrids into c1flexGrids during this process we have...
View Articlec1FlexGrid dragevent args data
hi expert, i am very new with component one controls currently i am migrating the existing vsflexGrid controls to c1FlexGrid during this i face lot of problem with the darag event why because in this...
View ArticleWanting to change Visual Style on C1TabControl
While I was able to change the colors on the C1Menu following the link, http://helpcentral.componentone.com/nethelp/c1menu/default.htm?turl=visualstyles.htm When I try to create use ArcticFoxNew/ on...
View ArticleC1DockingTab tabpage resize issue
Hello, I tried searching the forums for similar issues, but I wasn’t able to find something specific to what I am experiencing. I have a form with a combination of C1CommandDock, C1DockingTab and...
View ArticleMS Word crashes every build
When the selected target is Manual, my projects fail. They were working just fine before Friday. On Friday, I started splitting up my project into a hub/child project configuration. I don’t know if...
View ArticleReply To: Access to records in Detail View
Hi Richas, thanks for the solution, it works, but we always get the detailed data of the first Column. We determine the column number (c1OlapPage1.OlapEngine.OlapTable.Columns[0].ColumnName) as...
View ArticleReply To: Value Filter cannot be changed/cleared in certain conditions
HI, This issue is already active with DEV as TFS #38769 Regards,
View Article