DataSets are supported perfectly well in net 10. BeginEdit works just as well.
Hi Nicky,
it’s not a problem with Wisej.NET 4 or .NET Core 10.
Just use a DataGridViewTextBoxColumn instead of a DataGridViewColumn.
Best regards
Frank
Additionally. I wanted to note that Wisej 3.1 is no longer supported. So you can try updating to Wisej 3.5 and see if that fixes the issue as well.
I tried and I was unable to reproduce. See attached test case-runs fine for me in Edge and Chrome.
Try updating to the newest version of the VSIX and see if that fixes the issue. You can either download it at https://wisej.com/builds/ or update it in Visual Studio by going to Extensions > Manage Extensions > Installed > select Wisej.NET
If updating to the newest VSIX doesn’t fix the issue, please wrap up a small test case (delete the bin and obj folders to make the filesize smaller) and I will see if I can reproduce.
Hi Francesco, responsivity in Wisej.NET can be achieved in many ways. Responsive profiles are the main way when you have to run the application in many devices types with physical screen size contrains. But responsivity is also a requirements when you run application in desktop browser when the user resize the browser window. So the pattern is Responsive Profiles (the defautl profile is Desktop) plus Flowlayout Panels, Flexlayout Panels and TableLayouts.
Take a look at this code
https://github.com/gdelgiovine/.NETCONF2025MILANO
Hi Francesco,
to make your app responsive you can use ResponsiveProperties.
Captchas are not need in Wisej.NET applications because there is nothing like a submit.
They are meant to be used with other, mostly older web technologies.
Best regards
Frank
Why? I use Wisej, which forum is the right one? Thanks.
Can you please upload a simple test case so that we can try to reproduce?
Thanks!
-Julie
Wisej does not have a flexgrid control.
I believe the extension is on github as an open source control. My guess is a PR with the changes would be appreciated. Or you can use any available chat control in javascript.
I’m guessing the error message says that the value exceeds the allowed range.
It seems as though we have found the problem after discovering that it always occurs at exactly 50 user sessions.
Apparently, a parameter was introduced in Wisej 3.5 in preparation for version 4.0, but it was not documented (at least I cannot find it in the documentation). This parameter is MaxSessionsPerClient, which first appears in 4.0, but seems to have already been implemented in 3.5. Since we access the app via a reverse proxy, the 50 sessions per client are of course quickly reached.
Unfortunately, I can’t find any indication in any log that this limit has been reached; the application only reports “Offline” and a 503 error without any further description.
ok great, thank you very much for fast answer! I will try it. But there is no own solution from wisej which works this way, right?
Call the javascript. Use Eval or EvalAsync. It’s very simple. Load the js files, the call the js functions. Just like you would do in any html/js app following the github sample.
It’s better if you first create a blank web application without wisej to learn how to use the js extensions you linked. Once you have it working then use the same code with the wisej server side code calling it using Eval/EvalAsync as you did in the plain javascript application – just like the github sample.
I was able to reproduce, we’ll look into this
app.wx or any other url are served directly by the IIS server way before wisej is even loaded. When you get the error try to load an image url for example (with cache off) it will also not load. It’s either the app pool crashing or your network security blocking.
I’m very sorry—I didn’t state my question clearly enough. What I meant was this documentation(This one in the screenshot attached.). Wisej’s state management feature is extremely powerful and works wonderfully. Approximately when will this documentation be completed? (It seems to me that the “[coming soon]” status has been there for at least two years already.) I’d like to develop hybrid web frontend components. Thank you!
Yes, thank you.
I upgrade my project with “upgrade-assistant” tool of Visual Studio to have the new SDK style format and the reference to the System.Drawing.Common disappears.
Have a nice day.
