grid always collapsed

hi... i have problems when i changing the content of the data table programmatically or i enabling or disabling the grid filter bar, the grid is always collapsed. need help for this such problems. regards, Wirawan

1 Reply

AD Administrator Syncfusion Team February 3, 2006 05:28 AM UTC

Hi Wirawan, If you are using the GridDataBoundGrid, instead of wiring and unwiring the FilterBar try hiding it by setting its height. this.gridDataBoundGrid1.Model.RowHeights[2] = 0; // Hide filterbar row this.gridDataBoundGrid1.Model.RowHeights[2] = 17; // Show filterbar row The GridGroupingControl is recommended for hierarchical tables. But still I am not able to see any mentioned issue. Can you see the issue in the attached sample? Regards, Calvin.

40383.zip

Loader.
Up arrow icon