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
799
Behaviors acting up with bands
posted

Hi,

Sorry to need help again, but I'm at my wits end.

I've got a WHDG, completely with childrecords, filtering, sorting and resizing.

When opening the page, everything is set in code. (serverside vb.Net for the whdg, aspx for the datasource)

Screen 1: startup, everything seems in order, filters set for all needed columns.

Screen 2: first problem, the filtering is not correctly set for my child items. (should have NO FILTER. Now he shows the filter, but no filtersetting)

Screen 3: second problem, a refresh happens, because of filtering, and the filtering appears for all columns!

What can I do? Please do nog ask for an isolated example. I CAN provide any code snippets, or running results.

Behaviors are set to enableInheritance, and I can find every filtersetting in debug, set to enabled=false, yet on show, it does show the icon.

there are no other server side events coded on the grid

Parents
  • 37874
    posted

    Hi Razieltje,

    If you don't want to have filtering in your child bands, set EnableInheritance of parent Filtering behavior to fasle. And as for the second question - you should make sure you are applying the column settings on every page load or otherwise they will be lost. You could also set these settings from the markup.

    Let me know if this helps. 

Reply Children