This worked just fine before I upgraded.
My rows don't grow with the fontsize. I've tried all the rowsize options like this:
grid.DisplayLayout.Override.RowSizing = RowSizing.AutoFree;
Here's what I get no matter what.
Hello Sean,
I read your response twice and when you said that you let your application sit for two days and thenYou are able to reproduce the issue , this makes me think if you are using remote desktop connection , so you run the application, close the connection and after two days open connection again that made you reproduce the issue? So there is no reliably way to reproduce the issue ? After 2 days sounds like you are having memory leak , you can check in the task manager may be ,check what is eating up the memory?
Also you mentioned that you are only able to reproduce the issue with Win11? Did you try my application on Win11 and were you able to reproduce the issue? Did you try your application on other machine using Win 11? Trying to understand if the issue is environment specific.
You can bind the grid with any dummy data (since the issue is not about the data) issue is about how you are changing the font or I would say through which event you are changing the font.
If you can provide the sample I can run against different OS and dlls .But for now I need more information . Also would like to know if your application is multithread application?Because we don’t support that.
Ok, it took me a while cause there are a lot of moving parts and separating it wasn't easy, but I finally got everything but the grid removed.
Here's the problem though... when i launched it for the first time, the grid looked just fine in the new app. So I started the original app and it looked good too. So I closed them both down and let them sit a couple days, and when I started them both up again they both had the issue again. Then I waited a few more days and they were just fine again.
I really think there might be something with the dlls and win11. Now, before you ask... it's a new box, only a couple mos old, and a new installation of VS2022. I still have my old win10 box though and it still works just fine every time.
So where can we go from here?
Hello,
Sample should be self contained ,than only i can provide it to developer to fix the issue (if any).
Once you bind the grid it would not be that big , just delete the dlls from the sample and sample should be easily attach here .
If not ,try to email it at support@infragistics.com
No it's not fixed; it was only your sample that worked.
Do you have the ability to attach a SQL DB? Or does the sample have to be self-contained... Also, the app is larger than I can post here. Do you have an ftp?
Do you mean you resolved your issue or just my sample worked fine?
If my sample worked fine at your end that means its not related to windows 11, and any style ,
there is something in your code causing this.
Yes you have to try isolating the code or detach the sample from the DB and bind with the dummy data and see if this help reproducing the issue.