Hi Wilfred,
This issue has been fixed in our latest release, 3.0.14.
Regards,
Levie
Hi Sascha,
This issue has been fixed in our latest release, 3.0.14.
Regards,
Levie
Hi
Thanks for write us
This issue will be fixed in the next release
Regards
Hi,
Adding to my colleague’s answer , you probably have the “Bootstrap-4” theme set in your Web.config or Default.json file.
Add the line “theme” : “Blue-3” to your Default.json file and see if that makes a difference?
Best,
Alaa
Hi Vincent
we will check you sample app and comment you
Thanks and regards
Hi
Could You please attach a runnble sample to check it ? (remember delete dirs \obj and \bin )
Regards
Hi Jorge
About Wisej.NET license schemma
Licenses are never lost.
They last forever. You can use the license with any wisej build released during the license validity period.
Your scenario having 2.x license out of perid maintenance and you install 3.x community,
both licenses are different
HTH and happy coding
Sascha
This will be fixed in next release 3.0.13 of Wisej.NET
Regards
Hi
This was checked for our development team
Isn’t a Wisej issue, indeed the same sample in winforms has similar result
it’s related for a way that windows(and here CSLA) manage IBindingList
Our team worked in an improvement fot Wisej supporting INofifyCollectionChanged (ObservableCollection) that resolve this
limitation
This will be available on the next release 3.0.13 of Wisej.Net
Regards
Hi Jorge
Its perfectly possible and even with same version of visual studio
for Ex.
ver 2.5 in vs2019 / 2022
ver 3.0 in vs2019 / 2022 – only limiation is that for 3.0 only target fmwk 4.8
note. Version 3.0 require at least visual studio 2019. And compatible with community version of VS too
Hi Tony,
the template might be broken. Once I add a new window to your project i can open the desktop in the designer.
Cheers, Gerhard.
Hi Jorge
I suggest you that verify with a more newer version of Wisej.net
The version that you use, its out of free support anymore.
Regards
Paul,
Hi Jorge
Please, provide us with more details :
thanks and regards
The VSIX package is installed, and shows in “Extensions”. My development environment also has the Web, Desktop and VS Extensions components installed.
Hi
there are an issue in ColumnHeadersHeightSizeMode , that will be fixed in next release
As workaround in the mindwhile, for the autoresize of the column headers.
Set the column header style WrapMode to True and call dataGridView1.AutoResizeColumnHeadersHeight().
Steps in the pics attached
HTH
Hi
Here two ways for achive this
// Line Separators
var lineSeparator1 = new Wisej.Web.Ext.NavigationBar.NavigationBarItem
{
Height = 1,
Enabled = false,
Margin = new Padding(30, 10, 0, 10),
Text = "",
BackColor = Color.Green,
AutoSize = false
};
var lineSeparator2 = new Wisej.Web.Ext.NavigationBar.NavigationBarItem
{
Height = 1,
Enabled = false,
Text = “”,
Margin = new Padding(30, 10, 0, 10),
CssStyle = “border: solid 1px red”,
AutoSize = false
};
this.navigationBar.Items.Insert(2,lineSeparator1);
this.navigationBar.Items.Insert(3, lineSeparator2);
Hi Alex,
An fix will be issued in the next release for this issue!
We’ll notify you when it’s released!
Best,
Alaa
Hi
Aspx is not available when using the sdk project format.
It’s a visual studio limitation and aspx is deprecated by microsoft.
You can use it in yours existing project (without converting to sdk format) and
use wisej 3 for net 4.8 (not .net core 6 which doesn’t support aspx).
This has nothing to do with wisej.
For new wisej projects, you can select the older templates which are still available.
Select windows as the target platform.
The old templates have .NET Framework in the name and icons ars gray.
Regards