Showing related tags and posts across the entire site.
-
Thanks Andrey. Actually, I'm reading the data from a huge file and i want to show it in a grid and chart. I can not apply filter on this file data. since my requirement is to show the whole data in chart and grid. Is there any other way to show this huge file data in grid and chart (side by side...
-
Thanks Andrey.
I found lot of samples binds C1DataObjects with C1TrueDBGrid.
I have no idea how to bind C1DataObjects with C1Chart2D and C1FlexGrid at the same time.
I will be greatful If i get any sample code regarding this.
Thanks in advance,
Thiyagarajan
-
Hi, I need to pass one or more FilterCondition to a Fill Method on my C1Dataset. The problem is that the FilterCondition only accepts simple text conditions... To avoid well know errors on this approach(date time field formats for different database, string with ' ), I would like to provide parameters...
-
Hi Andrey, Thanks for the fast response! In fact I could change the backend dataset with this code: // Filling by the master PK C1.Data. DataItem oo = (C1.Data. DataItem )gridView1.GetRow(gridView1.FocusedRowHandle); int FUHRNR, MESSANLAGE, MANDANT; FUHRNR = ( int )oo.DataRow[ "FUHRNR" ]; MESSANLAGE...