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

how to set a default value for a column in cxGrid?

How to set a default value for a boolean column in cxGrid? I mean i would like that by default all new rows have the value "False" for my boolean column
zeus
  • 12,173
  • 9
  • 63
  • 184
-1
votes
2 answers

how can I change the header alignment of my cxGrid table view?

How can I change the header alignment of my cxGrid tableView? I try MyGridColumn.HeaderAlignmentVert := TcxAlignmentVert.vaCenter; but this not work :(
zeus
  • 12,173
  • 9
  • 63
  • 184
-1
votes
1 answer

cxGrid concat column in summaryGroup

I have a cxGrid, as below in the picture. I want to concatenate text in the group header of the second column, something like written in red. Could you please help me? I tried to modify text in the GetText method for the summary, but I didn't…
mimou_2009
  • 47
  • 7
-1
votes
1 answer

Copying Clientdataset records to Database table

What I'm trying to achieve to to insert/copy records from a tClientDataSet to a database table(Database is Sybase ASA). I also have a form with a cxgrid on it which I can see the records from the cds, so I know there are records in it. At the click…
Sharpie
  • 373
  • 2
  • 15
  • 34
-1
votes
1 answer

Save records from a tcxgrid into an xml file - Delphi XE2

I would like to know the simplest way to get what you see in a tcxgrid and at the click of a button, will then save the records into an xml file.
Sharpie
  • 373
  • 2
  • 15
  • 34
-1
votes
2 answers

cxgrid popup menu paste value of popupmenuitem

IN TMS string grid I used to use this to paste the caption of the popup menu into the grid's cell : var s:string; begin s:=(Sender as TmenuItem).Caption; s:=stringReplace(s,'&','',[rfReplaceAll]); with AdvStringGrid1 do …
user763539
  • 3,509
  • 6
  • 44
  • 103
-1
votes
1 answer

Load table view on application start

I would like my application to remember which selected row in the database table was used (selected) before the application got closed and then load it (have it selected) the next time the application starts.The table has only 4 records and is read…
user763539
  • 3,509
  • 6
  • 44
  • 103
-2
votes
2 answers

cxGrid : instead of "go to next cell on enter" using "enter" do that with the arrow keys

Is there a way I can achieve cxGrid's functionality "go to next cell on enter" but using arrow keys on the keyboard instead of hitting "enter" ??? Right now I can navigate with the arrow keys but the cells I move to are not selected (blue color). If…
user763539
  • 3,509
  • 6
  • 44
  • 103
-2
votes
1 answer

Order/Sort cxGrid in alphabetical order of a field

How does one order/sort a cxGrid in alphabetical order of a field? Thanks,
Sharpie
  • 373
  • 2
  • 15
  • 34
-2
votes
1 answer

How to open/load data from an xml file into tcxgrid in delphi?

How to open/load data from an xml file into tcxgrid in delphi?
Sharpie
  • 373
  • 2
  • 15
  • 34
-4
votes
1 answer

How to show the number for each row in a column in the cxgrid

I have found a kind of an answer here : https://www.devexpress.com/Support/Center/Question/Details/A2079 https://www.devexpress.com/Support/Center/Question/Details/T357085 But I need the code in Delphi. I understand I need to have an unbound column…
user763539
  • 3,509
  • 6
  • 44
  • 103
-4
votes
1 answer

Why is this wrong

I have the following code procedure TfrmJsApplications.colMaintStylesGetContentStyle( Sender: TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem; out AStyle: TcxStyle); var aColumn: TcxCustomGridTableItem; …
OZ8HP
  • 1,443
  • 4
  • 31
  • 61
1 2 3
9
10