| T O P I C R E V I E W |
| nicjedi |
Posted - 01/30/2012 : 07:28:34 AM Hi All, I've a simple question, I want to save data in CBCGPGridCtrl to file. I don't have found Serialize function at CBCGPGridCtrl level, but at CBCGPGridCtrlRow yes. I have to scroll all the rows calling the Serialize function "manually"?
thanks |
| 1 L A T E S T R E P L I E S (Newest First) |
| Support |
Posted - 01/30/2012 : 09:33:46 AM Hello,
The grid control does not have methods to save data to file. This is application side part.
You may use CBCGPGridRow::Serialize if you want to save grid content in binary format to the file. Yes, you should do it "manually". This functionality is not included in the current version.
Sincerely yours, |
|
|