Questions tagged [tcxgrid]

TcxGrid is a grid control presents data from a data storage in various ways. It belongs to the ExpressQuantumGrid Suite.

TcxGrid is a grid control presents data from a data storage in various ways. It belongs to the ExpressQuantumGrid Suite.

It allows to choose between a set of views:

  • Table View
  • Banded Table View
  • Card-Contact View
  • Layout View
  • Chart View
147 questions
1
vote
1 answer

How can create summary footer on runtime?

I use TcxGrid I have create fields on execution time because I have a pivot query and columns are variable I filled my grid like theese…
Rapunzo
  • 966
  • 5
  • 21
  • 42
1
vote
0 answers

cxGrid boolean type group summary item

I have a field (OK) in my cxGrid which is displayed as a checkbox (properties : checkbox). It is an actual database field (boolean) in my SQLite database . Can I group this field so that the grid displays how many items are checked and how many are…
user763539
  • 3,509
  • 6
  • 44
  • 103
1
vote
1 answer

cxgrid footer format - sum time in HH:MM format

In cxgrid,I am summing time in a footer (the field in question is a Time field). I have changed its property to TimeEdit and changed its time display format to 'tfHourMin'. However I can not do that to the underlying footer. It keeps displaying…
user3351050
  • 368
  • 3
  • 14
1
vote
1 answer

cxGrid expand row height to new line with enter

This is a little hard to explain so please bear with me. When I am editing a text field in one of the columns I would like to,when I hit enter, go to new line under the edited text so the grid basically expands. Options-View-CellAutoHeight set to…
user3181689
  • 241
  • 6
  • 22
1
vote
1 answer

QuantumGrid Master-detail

I have a QuantumGrid with two levels (let us say, lvCountries and lvCities) and two views (tvCountries and tvCities respectfully). All properties in both views are set correctly and grid display as it…
Vasiliy Volkov
  • 745
  • 8
  • 10
1
vote
3 answers

Refresh colors in cxGrid

I have a cxGrid where I change the background color of some fields based on values in some of the fields. This is all working very fine. But if I cahnge something in the grids data, the colors aren't updated before I close an reopen my form. What…
OZ8HP
  • 1,443
  • 4
  • 31
  • 61
1
vote
1 answer

cxgrid multiple row-column

How to output a "multiple row-column" (don't know if the term is correct) in cxgrid? the output should be like this: Header 1 Header 3 Header 5 Header 2 Header 4 Header 6 ---- Data 1.1 Data 1.3 …
user1606544
  • 11
  • 1
  • 2
1
vote
1 answer

Setting TcxSpinEdit property to column when building TcxGrid at runtime

I'm working on someone else's code where they're building a TcxGrid without going through the visual editor. I will be exporting that grid to excel so I need to set the column type to TcxSpinEdit (contents are all numbers). How can I set the…
asg2012
  • 315
  • 1
  • 6
  • 15
1
vote
0 answers

How to display chinese characters in cxGrid

I've got a DB in Cinese and a cxGrid connected to it. The chinese digits are displayed as '?' in grid. I tied to change the grid's CharSet but had no success. Could you help me out, pleese?
ferkel
  • 11
  • 1
0
votes
1 answer

Fill TcxGrid's cxCheckCombox Property programmatically

In my grid in one of my columns I have set CheckComboxBox to it's property. The problem is I'm not able to fill it's Items programmatically. Using void __fastcall TfPln::tvDepACGetProperties(TcxCustomGridTableItem *Sender, …
Suhrob Samiev
  • 1,528
  • 1
  • 25
  • 57
0
votes
1 answer

Hide a column with buttons in cxGrid

I have a cxGrid with a columne that holds some buttons and I would like to be able to hide this column The reason for this is that I use the same grid for printing that I use for input. But there are some columns that isn't wanted on the report. I…
OZ8HP
  • 1,443
  • 4
  • 31
  • 61
0
votes
1 answer

cxgrid ib dll delphi

Good day, I write plugins dll from the main form call the dll type TCreateCustomWindow=function(ParentFrame:TWinControl; ParentHandle:integer; ParentRect:TRect; var WinHandle:THandle):integer;…
fedormoore
  • 15
  • 1
  • 8
0
votes
1 answer

Changing steps in a graph made with cxGrid

I have a graph made with cxGrid from DevExpress and on the X axis I have a date But when there is a lot of data in the graph these dates are cut to just 2 or 4 digits How can I change it so the X axis only show text at every 5 or 10 values?
OZ8HP
  • 1,443
  • 4
  • 31
  • 61
0
votes
1 answer

How to read value of TcxLookupComboBox when looping cxGrid?

I have cxGrid that has a column with TcxLookupComboBox type linked with DataSource I need to read the value of the TcxLookupComboBox fields of each row in the cxGrid I want a code of loop when I can read the data of TcxLookupComboBox if spedific…
0
votes
1 answer

cxgrid Group summary positioning

Can anyone help me how I can shift the summary datas a bit right? I would like to put the summary, count data under the "issue" column. I use TcxGrid with groupsummaryitems. The dxDBGridTableViewCustomDrawGroupSummaryCell event is probably suitable…
Steve88
  • 2,366
  • 3
  • 24
  • 43