Hi Carlos,
welcome back 🙂
If you’re using a Phone emulator or the browser emulation you need to refresh the page once after “switching the device”.
Have you tried this?
Best regards
Frank
Hi Andy,
in Wisej.NET you can have parent and child rows and use ColSpan to spawn a header over several columns.
But there is only one row of column headers. Plus you can use Summary Rows.
Best regards
Frank
Hi Andy,
yes you do need to purchase a DevExtreme license if you want to use our integration for them.
Best regards
Frank
Hi mgmst
you can contact our Professional Services team to see if a full integration is possible and get a quote for it.
Best regards
Frank
Thank you!
But I also need all events and HTML injections in the chatbot panel interface. If I integrate it just by working link I am afraid I will loose events and HTML injection abilities.
I need full integration abilities.
Thanks, it makes sense now!
I just wanted to update you- the video has been released:
It shows how to use the widget component to integrate a Highcharts maps widget in Wisej.NET. It includes steps such as the initial setup (packages, init script and options), reading JSON files. running javascript functions via the initscript (getgraticule and rendersea), and changing options at runtime. The full code for the example in the video can be found here:Â https://github.com/JulieHirt/HighchartsMapsVideo
Hopefully this video helps you understand widget integration in Wisej.NET better!
Hi Nick,
Just following up here to see if you got this resolved?
If not, it would also be helpful to know if deploying the app for development via the Transporter app on your Mac loads the application correctly. That will be the best indicator if it works through the App Store.
You can find an example app that we build and deploy to the app stores here:
https://github.com/iceteagroup/wisej-hybrid-examples/tree/4.0/Showcase
HTH,
Levie
So, I looked at your sample and the button is working for me- it is red. For the Tabcontrol, just look in the themebuilder for an example. You will see that the issue is that you did “tabcontrol/tab” when it should be “tabview”
You need to use an iframepanel instead of an htmlpanel. Iframepanel is able to install web workers and import javascript modules.
Make it run by itself without using wisej. Once you have a url that works, put it in an iframepanel.
I was more saying that I’ve tried both options to change the button and tab control appearances using Mixin and CSS but nothing has worked for me.
The project I’ve attached doesn’t have CSS implementation, it’s only using Mixin to change control appearance, so if you could check what I’m missing that would be great.
Thanks
Shahbaz
Hi Shahbaz,
you’re using CSS which has nothing to do with the Theme Mixins of Wisej.NET.
Please refer to our documentation to learn how to use Themes and Mixins:
https://docs.wisej.com/theme-builder
Best regards
Frank
You’ll need to create an Animation object. You can do this in the designer, but you can also do it in code like so:
NewUserControl myControl = new NewUserControl();
Animation myAnimation = new Animation();
myAnimation.GetAnimation(myControl).Duration = 800;
myAnimation.GetAnimation(myControl).Event = "appear";
myAnimation.GetAnimation(myControl).Name = "slideLeftIn";
this.Controls.Add(myControl);
If you want to see a sample that uses animation, you can see it in the demobrowser here:Â https://wisej-demobrowser.azurewebsites.net/#Extenders/Animation/Features
You can view the code here:Â https://github.com/iceteagroup/Wisej-DemoBrowser/tree/main/Demos/Extenders/Wisej.DemoBrowser.Animation
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
