Font for forms of floating C1DockingTab
Hi C1, see attached sample: we changed the default font of our forms to "SegoeUI 9". But when a floating C1DockingTab is created, the new form has the default font "Microsoft Sans Serif 8.25". The...
View ArticleReply To: ApplicationThemeChanging/ApplicationThemeChanged
Hello! This issue has been fixed in an internal build, and it will be released by the end of September month only. Regards, Meenakshi
View ArticleReply To: Filter Form Font & Bold
> 2. ScrollPosition is not set correctly when (RightToLeft = RightToLeft.Yes) You can use WinAPI SendMessage function instead of SetScrollPos in this scenario. SendMessage(list.Handle,...
View ArticleReply To: WPF PdfViewer: missing 'endobj' tokens
Hi Shyh, I am forwarded your concern to the concerned team and will update you with the information we receive from them. Thanks, Ruchir Agarwal
View ArticleReply To: ApplicationThemeChanging/ApplicationThemeChanged
Great to hear Meenakshi! (any chance I could get a pre-release copy?) Thanks, Kingman
View ArticleReply To: C1FlexGrid Edit Behavior
I was able to get it working by using the PrepareCellForEdit event instead of the CellEditEnded. Can you make an example application that shows how to suspend and resume sorting when editing is being...
View ArticleExport FlexGrid to Excel
Looking for simple example of exporting visible data in FlexGrid (in MVC application) to Excel (with headers)
View ArticleOnline help broken
The online help in documentation for supertooltip is showing a: 404 - File or directory not found. error
View ArticleReply To: Export FlexGrid to Excel
Found this: http://helpcentral.componentone.com/nethelp/c1mvchelpers/ImportExportFlexGrid.html which will download the grid data However, this only downloads the first page... how do I get ALL the...
View ArticleReply To: Can Grow/Can Shrink Property
I have made one change to this report "Vertical Lines_C1Report" that was submitted here. I have also submitted a screencapture. This problem shows up when having side-by-side subreports that goes...
View ArticleC1.InputDateFor Client Side
Does anyone have an example of capturing the valueChanged for C1.InputDateFor control in javascript? I need to do this to modify the values in other C1.InputDateFor controls that are in the Razor view.
View ArticleReply To: Silent pdf printing
Hi Prashant, UWP platform does not allow to print without opening the print dialog, this is by Microsoft design. We cannot do anything about it. Thanks, Pragati
View ArticleReply To: C1FlexGrid Edit Behavior
Hi, Please note, If you edit a column that already sorted then it sorted the data again after editing is finished. This is the design behavior of the C1FlexGrid. Hope, it clarifies for you. If you...
View ArticleReply To: Font for forms of floating C1DockingTab
Hi Wolfgang! Thank you for providing this sample. But no such issue could be observed at my end. Font for both the controls, DockingTab and the Form containing this, show as "SegoeUI 9". Here is...
View ArticleReply To: ApplicationThemeChanging/ApplicationThemeChanged
Kingman! We have verified the fix with the internal build. But, we won't be able to provide you pre-release copy. We will inform you once it is released (by September end). Regards, Meenakshi
View ArticleReply To: collapse row or column
Hi, Thank you for sharing the information. It would help other users over the community. Thanks, Ruchir Agarwal
View ArticleReply To: Export FlexGrid to Excel
Hi John, This excel export feature in FlexGrid is purely client-side. When you apply paging, flexgrid gets only a subset of items source. You would have to temporarily remove paging from your flexgrid...
View ArticleReply To: Theme - C1Chart - Chart2d - ColorGeneration
Hello, We have received response from the Development Team and as per them: Series colors are not available through C1ThemeDesigner as no other control has a direct relationship with the individual...
View ArticleReply To: Font for forms of floating C1DockingTab
Sorry, I should have provided a screenshot: you have to make the C1DockingTab floating. See attached screenshot.
View ArticleReply To: Online help broken
Hi, I have forwarded the issue to the concerned team. It would be corrected soon. Thanks, Pragati
View ArticleReply To: Can Grow/Can Shrink Property
Hi, You can have multiple subreports side-by-side,all starting on the same page in the similar manner as in the report attached above. Since we did not have the changes made by you, we are attaching a...
View ArticleReply To: Can Grow/Can Shrink Property
Thanks for answer. However the problem still persist, I made a change to this samplereport that you submitted. Using a datasource that is longer and span multiple pages makes the problem visible. You...
View Article1Cquery8.ocx x64 on framework 4.5.2
Hello, We met a problem with x64 verison. Take a look at screenshot in attachment. If I switch project to x86 version and use x86 version of ocx - everything works. Could you please give me some...
View ArticleNeed to hide label and textfield value based on conditons in C1reportDesigner
Hi,Could any one please help regarding C1ReportDesigner issue I have to hide Label and Textfield value based on Condition but its not working.I want to hide Label2 and Field value(ASSET_LOC__FLEX_2)...
View ArticleReply To: C1.InputDateFor Client Side
Hi, You can use this code: <script type="text/javascript"> function inputDateForValueChanged(sender, eventArgs) { // Value has changed } </script> @Html.C1().InputDateFor(m =>...
View ArticleReply To: 1Cquery8.ocx x64 on framework 4.5.2
We are using framework 4.5.2 Everything works on framework 4.0
View ArticleSupertooltip for SuperLabel
Hi, Is there a way to implement as supertooltip for a span in a superlabel so that when the mouse is over the span, a tooltip for that specific span would show? Thanks
View ArticleReply To: C1FlexGrid Edit Behavior
From response above: "Please note, If you edit a column that already sorted then it sorted the data again after editing is finished. This is the design behavior of the C1FlexGrid." That is a big...
View Article