Home > Back-end >  Rookie inquired: cxGrid don't write data through database
Rookie inquired: cxGrid don't write data through database

Time:09-30

I want to from other controls to obtain the values of the such as textedit - & gt; The value of the text written cxgrid a column of a row, how to implement? Call which attributes?

CodePudding user response:

Use cxgridtableview

Cxgridtableview - & gt; Datacontrol - & gt; Appendrecord ()
Cxgridtableview - & gt; Datacontrl - & gt; Values [m] [n]=edit1 - & gt; Text
  • Related