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
180
UltraGrid layout persistence
posted

Hi,

The grid layout persists a lot of things about the grid (DisplayLayout.Save()) , does it also persist the information related to the filter condition operator in the grid filter row - like Starts With, Contains and so on. Does not look like it does. Is ther a way this could be done?

 

Thanks

Anand

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Anand,

        The Layout information cannot include anything that is specific to a row or collection of rows, but it can include information that is stored on the Band. 

        So filters will be saved if they are band-level filters. This depends on the RowFilterMode property. If you are filtering all rows in the band, then the filters are stored on the band. If you are filtering each rows collection, then this cannot be saved to the layout. 

Reply Children