Grid - Registered Users - Helpdesk
Copy content from one grid to another
Thread Starter: Eydun Started: 8/23/2008 10:04 PM UTC
Replies: 1
Copy content from one grid to another
Hi.

Is there any easy method to copy the complete content from one profgrid instance to another profgrid instance?

Re: Copy content from one grid to another
How about:

Profgrid1.SaveToIniStrings(StrList);
Profgrid2.LoadFromIniStrings(StrList);

-Rael

"Eydun" <info@admind.fo> wrote in message news:186fc41c$62830c1b$4c5d@vlad...
Hi.

Is there any easy method to copy the complete content from one profgrid instance to another profgrid instance?