What is the best way to completely hide a single cell.. (or a selected group of cells)
on certain rows I have fields that will always be null and want to hide the cells completely.
Chears,
Dave
Hi Dave,
Cell has a Hidden property. If you set it true, it will display blank spot in the row. InitializeRow event is probably a good place where you can put code to set this property.
Sandip