Hi Alaa,
I also encountered this issue in version 2.5.38. May I know which version resolved this error?
Dear Wisej Support,
I would like to see if it is any update for this. Many Thanks.
Hi Gabriele,
thanks for confirming it fixed and pointing me to where you found the link (was just about to ask about it).
I have fixed the links in our documentation.
Best regards
Frank
Fixed with https://s3.us-east-1.amazonaws.com/setup.wisej.com/downloads/Wisej.NET-3-VS2022.vsix
Please fix the link at https://docs.wisej.com/docs/releases/whats-new-in-3.5
Hi Ali,
you can use the AutoValidate property that’s supported by any Container (Form, Page, User Control etc.):
https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.autovalidate
Best regards
Frank
Hi Gabriele,
can you please try upgrading the Wisej.NET designer to 3.5.3 ?
This should fix that issue.
You can download the updated designer here
Best regards
Frank
Hi Lautop,
What you’re seeing is not a bug, it’s actually the default (or native in this case), implementation of the “Month” input type.
Each browser has its own way of rendering input type fields, you can try them out yourself at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/month
Or, if you want a consistent option for your UI, I would suggest that you use the DateTimePicker control!
Best,
Alaa
//
Hi Nicholas,
It is indeed a missing property, I’ve logged it as an enhancement internally and it should be included in the next release!
What you can do now, is extending the “BarDataSet” class as follows:
public class EnhancedBarDataSet : BarDataSet
{
public int BorderRadius { get; set; }
}
Usually, if a property is missing in our implementation, you can extend the base class and enhance it yourself, or you can add it to the source code and compile it yourself!
All of our non premium extensions are open-source, and you can find them on GitHub !
HTH,
Alaa
//
Hi Ali,
Would it be possible to strip this specific control into a small reproducible test sample for us to check?
Best,
Alaa
//
Hi Ali,
this can be achieved by implementing the INotifyPropertyChanged interface.
Find a sample here
https://github.com/iceteagroup/wisej-examples/tree/3.5/DataBinding
Best regards
Frank
fresh wisej web application was ok after create but after update wisej3 from 3.1 to 3.5 the scrollablecontrol problem came
csproj file has already this:
<ItemGroup Condition=”‘$(TargetFramework.TrimEnd(`0123456789`))’==’net'”>
<Reference Include=”Microsoft.CSharp” />
<Reference Include=”System.Windows.Forms”><Aliases>swf</Aliases></Reference>
<Reference Include=”System.Data.DataSetExtensions” />
<Compile Remove=”Startup.cs” />
<Content Include=”Startup.cs” />
</ItemGroup>
what can i do?
Hi Arturo,
this is now fixed in Wisej.NET 3.5.3
Best regards
Frank
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.