![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Support Forums » Elevate Web Builder General » View Thread |
Messages 1 to 3 of 3 total |
![]() |
Tue, Mar 1 2016 2:45 AM | Permanent Link |
erickengelke | I have figured out how to make a TGrid, and inserted TGridColumns of my choosing using the IDE. But how do I make cells within the grid. I know the database code cane do it, but I'd like to make my own grid. I don't see a Cells[x,y] or Cells[y] parameter I can reference so I can make a receipt.
Thanks Erick |
Tue, Mar 1 2016 3:41 AM | Permanent Link |
Matthew Jones | erickengelke wrote:
> I have figured out how to make a TGrid, and inserted TGridColumns of > my choosing using the IDE. But how do I make cells within the grid. > I know the database code cane do it, but I'd like to make my own > grid. I don't see a Cells[x,y] or Cells[y] parameter I can reference > so I can make a receipt. I think you link a DataSet, and then add rows to that. The dataset doesn't have to get data from the web. -- Matthew Jones |
Wed, Mar 2 2016 9:10 AM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Erick,
<< I have figured out how to make a TGrid, and inserted TGridColumns of my choosing using the IDE. But how do I make cells within the grid. I know the database code cane do it, but I'd like to make my own grid. I don't see a Cells[x,y] or Cells[y] parameter I can reference so I can make a receipt. >> What you want are these methods: http://www.elevatesoft.com/manual?action=viewmethod&id=ewb2&comp=TGridControl&method=AppendRow http://www.elevatesoft.com/manual?action=viewmethod&id=ewb2&comp=TGridControl&method=InsertRow http://www.elevatesoft.com/manual?action=viewmethod&id=ewb2&comp=TGridControl&method=DeleteRow And to modify any of the rows, use this property: http://www.elevatesoft.com/manual?action=viewprop&id=ewb2&comp=TGridControl&prop=Rows Tim Young Elevate Software www.elevatesoft.com |
This web page was last updated on Saturday, June 3, 2023 at 10:17 AM | Privacy Policy![]() © 2023 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |