AD
Administrator
Syncfusion Team
September 20, 2004 02:06 PM UTC
Hi Pete,
Did you override QueryColWidth?
If yes, try setting e.Size = 0 and e.Handled = true if Model.HideCols[e.Index] is true.
Otherwise I am not sure ...
What are the other overrides you have? Do you have a small sample?
Thanks,
Stefan
PD
Pete Davis
September 20, 2004 03:35 PM UTC
Yes, completely missed that. Thanks, that fixed it.
>Hi Pete,
>
>Did you override QueryColWidth?
>
>If yes, try setting e.Size = 0 and e.Handled = true if Model.HideCols[e.Index] is true.
>
>Otherwise I am not sure ...
>
>What are the other overrides you have? Do you have a small sample?
>
>Thanks,
>Stefan
>