Reply To: TrueDBGrid and MYSQL DataTable not displaying
Manpreet It works perfectly in MS DataGridView (just by gridview.datasource=datatable) But the truegrid still does not work, by grid.setdatabinding(datatable,datatable.tostring,false, let alone with...
View ArticleCHM Limitations?
I’m looking for things to stay away from when creating/editing my Word source documents. Meaning, are there any known formatting or objects in Word that will not work or render as expected when my...
View ArticleReply To: Customize Axis title
You’re right, the Title only occupies the space to the left of the Y axis from top to bottom. Its location is not above the axis as you describe. Can you place the TextBlock outside the chart control?
View ArticleReply To: Set the opacity of a XTDataseries
Opacity should work, can you confirm it’s not working in the latest version? This is the same link I posted in one of your other threads....
View ArticleReply To: how to make a inser in C1Gridvew
I want to insert into the database from an empty row in the C1GridView
View ArticlePdfViewer not honoring ClipRect
My app uses C1 to create a PDF document. The document takes advantage of clipping the display rect in some cases to truncate shapes and text, to prevent them from showing in the margins for example....
View ArticleMulti-touch gestures in phone PDFViewer
The PDFViewer for Windows Store apps has support for multi-touch gestures like Pinch built in, but that does not appear to be the case for the Windows Phone 8 control. The phone PDFViewer control...
View ArticleReply To: Customize Axis title
I will try to do this, I just want to be sure that this is not possible to use title. I wanted to use title in order to center it correctly, but I will do it outside
View ArticleReply To: How to Export radial guage to PDF??
Hi, Currently there is no way to export C1RadialGauge into PDF, I’d Escalate this as an Enhancement to DEV Regards, ~Gatim
View ArticleReply To: Set the opacity of a XTDataseries
I check I have the 8.0 version, and with this code, my lines appears not transparent. c1:XYDataSeries PlotElementLoaded="XYDataSeries_PlotElementLoaded" ItemsSource="{Binding Data}" Label="{Binding...
View ArticleFlexGrid, AllowFiltering anf Fixed rows
Hello is there any way to have those triangles for filtering in the first row, when having more than one fixed row? It seems like they are allways put to the last row, when enabling filtering.
View ArticleHide icon column in C1MenuItem
Is there a way to hide the Icon area or column in the C1MenuItem ?
View ArticleReply To: CHM Limitations?
HI, As such there are no known limitations regarding , formatting or objects to be used in MS Word. Usually limitations of CHM is regarding operating CHM from Network drive and using spaces or special...
View ArticleReply To: Trying to create new Theme using Eclipse as a target
HI, This seems to me an issue related to the permissions on the drive where your d2h program is located. I’d suggest you to login as Admin or use some account with full admin rights, and then try to...
View ArticleReply To: FlexGrid and FilterRow
Hello, You may use C1TrueDBGrid only. Please refer to the following blog post wherein it has been discussed how one can implement Filtering & Sorting in C1TrueDBGrid bound to business objects :...
View ArticleReply To: Trying to create new Theme using Eclipse as a target
Hi I am always logged in with admin rights Arthur
View ArticleReply To: FlexGrid and FilterRow
Hello Reema, thanks for your answer. Unfortunately this is not an option. We switched from TrueDBGrid to FlexGrid because of that possibility, to bind to buisness objects nativly and have sorting and...
View ArticleReply To: FlexGrid, AllowFiltering anf Fixed rows
Hello, For this, you can use the GlyphRow property : c1FlexGrid1.Rows.GlyphRow = 0; //Display the glyphs on the First Row Refer to the following documentation link for more information on the same :...
View ArticleReply To: FlexGrid and FilterRow
Hello, Your query has been answered on the following link : http://our.componentone.com/groups/topic/flexgrid-allowfiltering-anf-fixed-rows/ Kindly revert on that thread to maintain Issue tracking....
View Article