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
2
votes
1 answer

DevExpress CxGrid ComponentPrinter: how to remove the line on printed document?

I'm testing the printing system of DevExpress to print a Grid (cxgrid), the printing system works ok, but there is a line saying on the printed document: my question is how to remove this line ? procedure…
DevPau
  • 23
  • 2
2
votes
5 answers

cxGrid - Footer summary of checked records

In cxGrid,I have a column that is boolean (properties : checkbox). How can I do a footer summary (SUM) of such a column i.e to sum how many records are checked. Right now, if I set it to SUM, my footer summary displays negative numbers for the items…
user763539
  • 3,509
  • 6
  • 44
  • 103
2
votes
1 answer

cxGrid Unicode sorting

How can you get cxGrid to preform sorting in Latin-2 (ISO-8859-2) encoding ? I don't want the grid to be dependent on the regional settings of Windows. Problem is that I am in Slovenia but I need sorting in Croatian language. (Right now Ć,Č,Š are…
user763539
  • 3,509
  • 6
  • 44
  • 103
2
votes
1 answer

How would you change the colour of the current selection in cxGrid?

How would you change the colour of the current selection in cxGrid? Thank you.
Aftershock
  • 5,205
  • 4
  • 51
  • 64
2
votes
1 answer

Show grouped record count in group heading on tcxgrid

I have a form with a cxgrid on it and I have allowed grouping on the grid. When I drag and drop column into the group section, instead of it just displaying the column name, is there a way for it to also include the record count for that…
Sharpie
  • 373
  • 2
  • 15
  • 34
2
votes
1 answer

Where is the TdxDBTreeListColumn.OnFilterStringUnformat analog in TcxGridDBBandedColumn?

We use the DevExpress ExpressQuantumGrid v3 (TdxDBGrid) and ExpressQuantumGrid Suite v12 (TcxGrid) in our application. With the TdxDBGrid, we use the TdxDBTreeListColumn.OnFilterStringFormat and OnFilterStringUnformat events to allow us to filter…
Cleggy
  • 715
  • 9
  • 24
2
votes
1 answer

cxDateNavigator1 set weekend days text color in red

In TcxDateNavigator, is it possible to mark the weekend (Saturday, Sunday) with a diffrent text color (red)? TMS has this feature implemented but I can't seem to find that in this DevExpress component.
user763539
  • 3,509
  • 6
  • 44
  • 103
2
votes
1 answer

TcxGrid find number of grouped rows

I'm using a TcxGrid with Grouping. I want to find out how many grouped rows there are but I can't seem to find the right property. There is a .GroupedItemCount but that just refers to how many columns the grid is getting grouped…
Sentient
  • 1,102
  • 12
  • 29
2
votes
1 answer

delphi - coloring cxdbgrid field depending on its content

I am not exactly sure how to put this. I am coloring cxDB grid field based on the value: procedure TForm1.cxGrid1DBTableView1StylesGetContentStyle( Sender: TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; var…
user763539
  • 3,509
  • 6
  • 44
  • 103
2
votes
4 answers

Document User Interface using QuantumGrid (TcxGrid) from Developer Express

I need to generate a user interface for entering a sales document (eg invoice). I'm trying to use components of "developer express" specifically the QuantumGrid component (TcxGrid). I've seen the demos of master-detail components and search in the…
Salvador
  • 16,132
  • 33
  • 143
  • 245
2
votes
1 answer

delphi cxgrid restrict characters

We are working in Delphi 2006 with devexpress. We have a cxGrid. We want to restrict the entry of values for a number column, integers between 0 and 999. If I set the property type to a SpinEdit the initial value is always 0 which is unwanted. So I…
jmskippy
  • 23
  • 6
2
votes
1 answer

ReportBuilder + cxGrid = Error: "canvas does not allow drawing"

Is there a cxGrid and a ReportBuilder report, linked to the same DataSource. When I am printing the report, it show error: "canvas does not allow drawing". This is my code to solve. Screen.Cursor := crHourGlass; …
dataol
  • 999
  • 3
  • 19
  • 42
2
votes
1 answer

Filtering without showing filter

I have a form where I have a series of buttons that the user can click to filter records i a cxGrid This is working OK but I would like to filter without showing the actual filterbar. Is that possible in any way? - I haven't been able to figure out…
OZ8HP
  • 1,443
  • 4
  • 31
  • 61
2
votes
1 answer

Showing cell content on hint in DevExpress grid

I am using TcxGridDBTableView from DevExpress. Some of the cells contain really long strings, so I want to be able to show them to users using Hints. I want also to be able to do have line brakes in hint in places of semicolon in my text. Do you…
smok1
  • 2,940
  • 26
  • 35
2
votes
1 answer

Draw empty rows

How to draw rows in cxGrid even if there is no data to display? Like this
Mohammed Rabee
  • 345
  • 2
  • 8
  • 23
1
2
3
9 10