Intraweb Grid isn't 'live' for editing when using a V Table

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
syscwl
Posts: 13
Joined: Mon 03 Oct 2011 17:44

Intraweb Grid isn't 'live' for editing when using a V Table

Post by syscwl » Fri 28 Oct 2011 00:44

At runtime I create VT fieldefs and load data to the VT using "FieldByName"...the data presents itself well on the grid but the data isn't editable. Their doesn't seem to be any property in VT that would prevent the data from being live...and the Grid doesn't seem to have any such property either.Any thoughts??

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 31 Oct 2011 11:42

Hello,

The TIWDBGrid component does not allow editing data directly in Grid independently of DataSet it is connected to.

Post Reply