Hi Uwe,
you can find a sample of how to use the dxDataGrid as part of our Premium extensions here
https://demo.wisej.net/DevExtreme/#dxDataGrid
And the source code here
You might as well want to check out some older integration blog article that we published:
https://wisej.com/blog/integration1/
Best regards
Frank
Hi Eddy,
did you install Wisej.NET both for VS 2019 and VS 2022?
You can find the installers here, maybe you just installed it for 2019 yet?
Best regards
Frank
PROBLEM “SOLVED”
Hello Frank,
I installed a “new/old” VS2019 and everything works fine !
I did re-install the vs2022 to try to solve my problems, but it did not help 🙁
So, I found a workaround without knowing exactly where the problem is…
Best regards,
Eddy.
Once you fix your code it all works fine. See screenshot.
In addition to Julie’s great answer I have put a video online on Youtube that demonstrates how to edit data in modal dialogs. It also shows how to use a BindingSource.
The video can be found here: https://www.youtube.com/@iceteagroup
Any Solution?
Hello Frank,
I still cannot see where the problem is 🙁
I started a super small project, a form with two buttons and no events attached on it.
I just cannot see them in the designer window 🙁
I enclosed some files just in case you could trace a problem.
Thanks for your help.
Best regards,
Eddy.
ps: I cannot post the whole zipped project because the zip exceeds 3,9Mb
Hello Frank,
I just had the forum response notification and I did not check the documents your are mentioning yet.
Thank you so much for your reaction !!!
I will keep you aware of any changes
Best regards,
Eddy.
Hi Eddy,
the theme you have selected in the designer may not be the same you chose at runtime of your application.
Find more information here
https://docs.wisej.com/docs/concepts/theming
Best regards
Frank
Hi Uwe,
if you are using a library that is .NET core only you need to handle the multi targeting and reference it for .NET 8 only
Find more information here
https://docs.wisej.com/docs/releases/whats-new-in-3.0/multi-targeting
Best regards
Frank
Hi Ali,
Application.Update () can take any Wisej object as parameter and the result is always the same:
The client syncs with the server. So this is the recommended approach to update the UI after a background task.
The 2nd call is totally unrelated to this and cannot be used as a replacement for the 1st call.
Best regards
Frank
I found the problem, Luca. It occurs when creating a Web Desktop Application project. The issue appears in the Windows-type forms, not in the Pages. I am attaching the project for reference. I deleted the bin folder, the attached file may not exceed 4000 KB (this is to low, only the wisej.framework has 10 MB).
Thanks in advanced.
Cannot reproduce, see screenshot attached. Pls attach a small reproducible test case.
You probably skipped some steps. Unclear from a screenshot.
You can use as you would with any .NET code.
Look for viewport and meta tags online when developing for mobile pages. We cannot provide you with personalized assistance for issues that are not a problem in Wisej and we cannot interpret a screen shot or incomplete descriptions.
This group is for free support related to specific Wisej issues. If you have detected a problem with Wisej, please post a clear issue, with steps to reproduce and with a small runnable reproducible case. Thank your for your understanding.
Understood, we’ll discuss the internally and come back. Thank you for the quick response.
Hi Alex,
Wisej.NET Hybrid Starter is available for everyone, but with some limts. Premium Extensions are not supported with this version. The Technology Partner program is the better option in this case.
Please contact us at sales(@)wisej.com and share your requirements (current license situation and plans for Hybrid). We are happy to look into the TP options for you.
Thanks
Thomas
IIS support is from Microsoft. For deployment help we have a dedicated book named Deployment on our documentation page.
Here is an overview of the templates:
https://docs.wisej.com/docs/getting-started-1/new-project
https://docs.wisej.com/hybrid/start/getting-started
Windows form can be opened in web thru wisej?
They’re not native Windows windows, they’re popups within the browser.
I’ve attached a screenshot of what the template “Web Application” looks like- you can see that the window is confined to the bounds of the brower.
Do all the windows support coding?
Yes.
This also can be easily viewed in mobile apps?
Yes. Just like any other website, you can view a Wisej application on a mobile phone.
What is the use of Hybrid remote and hybrid local apps if above apps can meet the mobile requirement?
You need to use the Hybrid remote or Hybrid local template if you want integration with the device’s native features (ie camera, accelerometer, native authentication). You need Hybrid remote or Hybrid local template if you want it to run as a native app, instead of just viewing it in the browser of the phone.
Hope this helps,
Julie
