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
I think its a general problem of the grid-dw with width.autosize property.
We have the sourcecode to change it. But i need to find a way to get that actual length of the autosized column. Maybe there is a known workaround.
Regards Tobi