davidegironi/advanceddatagridview

Custom Filter textbox interferes with dropdown

ShammyLevva opened this issue · 4 comments

image

Thanks for the great control. As you can make out on the screenshot the textbox is interfering with the dropdown control. This may be something to do with DPI scaling, or it may just need the text control forced to anchor to the dropdown rather than anchor to the window.

Whilst I've raised an issue a question - is it possible to set a setting to disable the custom filter option?

Hello @ShammyLevva,
thank you for your feedback.
You can use DisableFilterCustom method to disable the custom filter.
It can also be due to the Scale and Layout settings of windows.
Unluckily I'm not able to reproduce this error cause I'ven't got an high resolution monitor, so I can check and fix it. If you find a fix please share this. The lines that shows this control are here

_valControl1.Location = new System.Drawing.Point(20, 66);

Let me know

Thanks I will have a play around whilst I'm on holiday at start of New Year. It may just be a call to the windows system to set DPI awareness is what is needed so the control is responsive to users display settings.

Let's keep me updated. Thank you.