AD
Administrator
Syncfusion Team
July 21, 2005 04:10 PM UTC
Normally, you do the reverse code that is in QueryCellInfo. QueryCellInfo takes the value from the custom object and puts it into teh style. In SaveCellInfo, you do the opposite. Take it from the style and put it into the custom object. In SaveCellInfo, you would find teh custom object exactly the same way you find it in QueryCellInfo.
If you cannot get things working, then post teh code from your QueryCellInfo and we can try to suggest what you need in SaveCellInfo.