Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
UltraGrid FixedRows feature
posted

Hi,

I can disable the fixed headers feature with this code: e.Layout.UseFixedHeaders = false

How can I disable fixed rows feature?

I’m using NetAdvantage 2009 Volume 2.

Thanks.

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    Neither FixedRows nor FixedHeaders are enabled by default. So if these features are on, something in your application is turning them on. You might be better off trying to find out where they are turned on and simply not do that, rather than trying to turn them off.

    In any case, the properties which control fixed row are on the Override object.So there's an Override on the DisplayLayout and also on each band of the grid. The property you are looking for is probably FixedRowIndicator.

     

Reply Children