AD
Administrator
Syncfusion Team
March 30, 2005 02:05 PM UTC
You cannot run code once in QueryCellInfo and change a cell type. The code must be run every time through QueryCellInfo in order for the change to take effect. (Doing something in QueryCellInfo does not ''store'' the change anywhere. It has to be constantly reset every time QuerycellInfo is called.) Try removing your ''one-time check" code, and just let the code be hit all the time to see if this handles the problem you are seeing.
BE
Bassam El-Shafie
March 30, 2005 03:03 PM UTC
Ok I got the point although not my needs, I will try the spaghetti ways :)
Thanks for the reply.
Regards,
Bassam