Hi
I attach the report sample in Net6
When you compile it an you can see an error, but this are for net48 and can go ahead.
Also can see the output in the pic attached
HTH
Paul
Hi Nicholas
Sorry for the late answer
Sadly, browsers don’t let you browser a user’s computer and
the OpenFileDialog maps drive units on server, not user pc.
But for do your goal, there are three options
1) upload files using the Upload control or drag and drop a file (see docs online) and process it on server
2) user the https://www.nuget.org/packages/Wisej-3-ClientFileSystem extension which uses the browser’s file access api
The client file access api is documented on the mozilla web site.
3) contact sales for custom support, if our goal is more complex and is outside of our free support scope.
HTH
Paul
Hi Vincent
Please, try the attached mixin theme
On it there is this change
"styles": {
“css”: “{ \”transition\”: \”background-color 1s linear\” }”
},
HTH
regards
Hi Neil
This kind of question sadly is outside of the scope of help that we provide in the forum.
This info can help you to go in the right direction
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-6.0
Also we can provide proffesional services for specific advanced request, in 4h support packages
Here the link for contact us
Thanks and regards
Hi Ruben
Under the hood, Wisej.Net use Net6 or DotNet Framework (4.8) , with c# or vb.net
Out there there a lot of information of how integrate a traditonial aspnet solution with others platforme providers that you can adapt it to your needs.
Also you can evaluate our consulting services for any specific needs
Regards
Hi Lloyd
Please, could you send us a small runnable sample that reproduce the issue?
by the way, Session are isolated, there is no way to cross data in Application.Session
Regards.
Hi Vencent
Could you please, put an image with what you have in mind ?
thanks
Hi dev
All new features and fixes are now focused our Wisej.net 3.0 release
available on download page and nuget
For Wisej 2.5, latest stable release is available only from nuget, 2.5.36
If after update, you has any isse. Please atach a smallest runable sample that show it, thanks
HTH
regards
Hi dev
Thanks for write us
There are an issue detected and fixed for this topic
Now is in testing and will be available in our next release
thanks for write us
Hi Nicolas
In this support post you can find details about the same question
Also here you can see the documentation about it
Regards
Hi Sascha
Thanks for write us
The way how its work is the following
When ModifiedChanged is attached to an handler (lazy event) it is fired immediately when typing for both TextBox and DateTimePicker (works the same way and it’s by design).
When ModifiedChanged is not attached, it’s not fired immediately (because of the lazy event system) but OnModifiedChanged is invoked when there is an event back from the browser.
The Modified property is automatically reset when assigning the Text property even with the same value.
Both work the same way,
Hope to be helpful
Hi Ruben
You can customize your startup modifying default.html with HTML/CSS
Is web design stuff
I attach a sample that can use to replace your default.html page and starting make your custom changes
More over, you can use loaderTimeout for adjust the time is showing the ajack loader. link documentation
HTH
Hi
In vb.net code you must replace
EventArgs
by
System.ComponentModel.HandledEventArgs
And the error must gone
Was a typo error in the documentation page, by the way in c# sample has correct code
Thanks for comment
Hi Muhammed
If You need use other NEt48 assemblies in your project, You need to start with the WisejNet templates for .NetFramework
If You select these other templates (C#, macOS, Linux, Windows, Web, Wisej) . Your project uses .NET6 and NEt48 is used only for designer in visual studio, but can’t reference Net48 assemblies
Full details in the documentation of WisejNET
Hi
For customize the datagridcells, the recommended approaching is use html with div into it using CellFormating event like this
e.Value = $"<div style='height:100%'><div style='background-color:yellow;width:{value}%;height:100%'></div>" +
$"<div style='width:100%;left:0px;top:0px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);'>{value}%</div></div>";
it’s all plain html and it requires a good amount of trial and error
I attach a runnable sample with also showing the use of splitContainer control for the other question
HTH
Nicholas
We are checking this and back you to comment about it
thanks for your feedback
Hi Nicholas
We are checking what your comment us
for be shure, Are you using the datagrid property AutoSizeColumnsMode seted to Fill?
Regards
Hi Branko
We has a enhancement in the RibbonBar extension that has the functionality that You feedback to us.
It use a new property CompactView, that simplify all the stuff.
For now is available con GitHub. You must download the code, compiled it and reference from your project. You must reference the aseembly for Net48 and remove the reference from Nuget for only this extension.
Whit the new release of WisejNET, will be available on Nuget too.
I attach a new sample that use the enhancement.
Thanks for your feedback
Hi
Additional to the sample of my colleague Alaa
I leave you a sample that could easy adapt with items values stored in a database.
One strongerie of Wise.Net is you can easylest adapt code from winforms samples that be on the web.
Sample code adjunt
HTH
Hi
It’s a known issue with the collection editor in Visual Studio designer.
We don’t have a fix for that since it’s not managed by Wisej.NET.
Regards