Reply To: c1DataGrid GroupProblem
Hello, Are you creating groups in code? Could you please provide me a sample application to better understand and replicate this issue? I would really appreciate that. Thanks, Deepak Sharma
View ArticleReply To: LoadingRows event for Unbound mode
Hello, You may listen to ScrollPositionChanged event in this scenario to get to know when the scrolling is happening. Also you may find the TopRow and BottomRow by getting the ViewRange . And FlexGrid...
View ArticleReply To: Differentiate the behavior depending on the target html output
HI, With reference to your Issue #1 #1 From the same source Word document, I would like to differentiate the build result depending on the HTML target: Java Help or Net Help. You can easily define...
View ArticleReply To: Controlling Value Filter and Conditional Filter from code
HI, This seems to me an issue with the focus of the cell/column, very similar to the issue you described in your previous post. If you focus on the [Name column and then filter using the dropdown, say...
View ArticleReply To: Controlling Value Filter and Conditional Filter from code
Excellent! If DEV fixes the first issue – we may hope the second one will get fixed as well. Thank You.
View ArticleReply To: C1PrintPreviewControl Set Outline Tab as the Active Tab
Hi, I think something like this works (some ugly typecasting to work with the TabControl) ((TabControl) this.c1PrintPreview.PreviewNavigationPanel).SelectedTab = (TabPage)...
View ArticleReply To: Field with CanGrow = True ignores left align on multipage document
Hi, Thanks for letting us know about the same. You are requested to upgrade your version to the latest build of C1Report as the older builds are no more in active development. Thanks and Regards,...
View ArticleReply To: Upgrade instructions from 7 to 8
Hi, You may download the file form the link below http://prerelease.componentone.com/activex/C1Converter/ However this is installed as well, in the local drive of your machine, when you install Studio...
View ArticleReply To: Field with CanGrow = True ignores left align on multipage document
Thanks, but I still have second problem – in my example I still need PackNumber_Header kept together – if it is possible to have this group on single page – let it be on single page. If it is through...
View ArticleReply To: C1PrintPreviewControl Set Outline Tab as the Active Tab
Thank you; works great! DirectCast(Me.C1PrintPreviewControl1.PreviewNavigationPanel, TabControl).SelectedIndex = 1
View ArticleReply To: Modular Project build Warning: "Context ID x is used for more...
I think that rkamal has 85 errors of this kind so he used the same topic ID for 85 topics. But C1_GatimT is correct! You just have to check if there are any topic id´s used more then one time. Btw....
View ArticleReply To: C1PrintPreviewControl Set Outline Tab as the Active Tab
Hello, You can do it this way:- ((System.Windows.Forms.TabControl)(c1PrintPreviewControl1.ContentPanel.Controls[2])).SelectedIndex = 1; Hope it helps. Thanks, Reeva
View ArticleReply To: C1DataGrid bind custom UserControls
Hi, I resolved a part of my issue. I can see my user controls in the cells but CreateCellContent event is not always called for each rows. I don’t understand why??? Here my DataGrid code :...
View ArticleReply To: Get multiple selected values
Hi, Thanks for the reply. Could you please explain what C1List1.SelectedIndices does? Since C1List1.SelectedIndices is a row collection object, how you assign it to interger "intex"?? Thanks
View ArticleRendering C1FlexGrid to 'RenderTable' and gridlines color
While trying to write a procedure to 'translate’ a given on-screen flex grid to a 'print document’, I wanted to set the RenderTable gridlines color to the exact color of the gridlines in the source...
View ArticleReply To: Modular Project build Warning: "Context ID x is used for more...
Correct. I have 85 warning messages alerting me to reuse of a context ID number. But the numbering was assigned automatically during the builds. I have not done anything to assign a specific context...
View ArticleReply To: C1NumericEdit problem with EmptyAsNull and getting a Value of zero...
Hi Ashish, Thanks for your reply. It took 2 weeks to get a reply, but whatever… When I type just a minus "-" and tab away from the cell (thus attempting to commit the value in the cell), I expect to...
View ArticleReply To: Custom auto replace as you type
Hello, If you need to make the AutoRelaceList assigned to a single C1SpellChecker object available to all the forms in your application, then you may try the following workaround : 1. Create a...
View ArticleC1DataGrid missing theme property
I’m using C1DataGrid and I don’t have the option to set the theme. I tried to following these examples: http://helpcentral.componentone.com/nethelp/c1wpfgrid/default.htm?turl=usingthemes.htm Any idea...
View ArticleReply To: C1DockingTabPage rename ?
HI, When you insert a C1DockingTab in the form, then you can change the names of the added tab pages, by just clicking on them to rename them. Are you looking into this in the same way as I mentioned...
View Article