Page 1 of 1

Help me, use VirtualTable in TcxGrid->SelectedRecordCount

Posted: Thu 22 Dec 2005 09:09
by godjif
make Two Grid -> Grid1,Grid2 and use Two VirtualTable -> V1,V2
I make Data transfer in Grid 1 To Grid 2
with V1 To V2 and Data 1350 Recode of code

for(i=0;iController->SelectedRecordCount;i++)
{
V2->Append();
V2->..... = V1->...(i);
V2->Post();
}

by Grid1 have 1350 Recode ,But Data transfer 1306 only
I not know happen...
Help me please ,thank