Hi,
we generate grid-dw-syntax dynamicly.
The width of the columns is 200 with width.autosize=1.
All works fine so far the autosize changes the width of the column.
But now we want activate the powerfilter on that datawindow. (Powerfilter is a great component of Jim Reese: https://powertothebuilder.com/powerfilter.html)
After activation of the powerfilter it looks like this.
The Buttons are positioned at width 200.
It seems that the width-property of the columns is not refreshed by using width.autosize.
Is it possible to refresh all width-properties of the dw? Any tricks or workarounds?
The only way i found is to manuelly resize the width.
Thanks and Regards
Tobi
Thanks for the tip.
I used the some code of the dwgridxp-example and it works quite well. (additional thanks to Roland Smith of topwiz)
Regards,
Tobi