Hi,
I have the requirement to input a MAC address using masked input and the mask should be persisted in the database. Can this be done using UltraMaskedEdit
Thanks a lot
Kind regards
Patrick
Hello Partick , I think that is better in this case to submit a support request. Developer Support can investigate more about this specific combination of VS and NetAdvantige versions and fill find out if is a issue and in which version was fixed (Is I mention before I was unable to reproduce this behavior for the last version).I hope this helps.Best regards,DimiDeveloper Support EngineerInfragistics Inc.
Hi Dimi,
I did exactly what you said as workaround. So it works but it's not nice. I am working with VS 2008 SP1 as you can see in the following list and with netadvantage 7.3.
Microsoft Visual Studio 2008Version 9.0.30729.1 SPMicrosoft .NET FrameworkVersion 3.5 SP1
Installed Edition: Professional
Microsoft Visual Basic 2008 Microsoft Visual Basic 2008
Microsoft Visual C# 2008 Microsoft Visual C# 2008
Microsoft Visual Studio 2008 Tools for Office
Microsoft Visual Web Developer 2008 Microsoft Visual Web Developer 2008
Crystal Reports 2008Crystal Reports 2008 for Visual Studio
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB944899) KB944899This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/944899.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB945282) KB945282This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/945282.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB946040) KB946040This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946040.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB946308) KB946308This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946308.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB946344) KB946344This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946344.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB946581) KB946581This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/946581.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB947171) KB947171This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947171.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB947173) KB947173This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947173.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB947180) KB947180This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947180.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB947540) KB947540This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947540.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB947789) KB947789This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/947789.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB948127) KB948127This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/948127.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB952241) KB952241This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/952241.
Hotfix for Microsoft Visual Studio 2008 Professional Edition - ENU (KB953256) KB953256This hotfix is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this hotfix will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/953256.
Microsoft Visual Studio 2008 Professional Edition - ENU Service Pack 1 (KB945140) KB945140This service pack is for Microsoft Visual Studio 2008 Professional Edition - ENU.If you later install a more recent service pack, this service pack will be uninstalled automatically.For more information, visit http://support.microsoft.com/kb/945140.
Hello Patrick, I tried to reproduce the problem that you describe in VS2008 with SP1, but still no avail. I am guessing that you are using older version of VS accordingly that you are using v7.3. Am I right? I think what may happened in your case. I had before hard experience with older versions with VS that sometimes the Initialize component section was overridden during the compilation. And some non def VS and def settings are overridden. I think this was known issue in VS. So my solution for that was to draw out the settings form this section and put them in a separate section called exactly after default Initialize section. I attach on sample how you can avoid the override of the settings that you set.I hope this help, let me know if this is working in your scenario.Best regards,DimiDeveloper Support EngineerInfragistics Inc.
HI Dimi,
i created a project and uploaded it (hope it worked).
If you open the project and open form1 then you can see a usercontrol containing label and maskedEdit. click on this usercontrol. In the properties windows select "Editor". Modify some properties in there like "EditAs", "InputMask". See that everything is displayed correctly.
Compile the project and find out that every change is lost.
Kind regardsPatrick
Hello Patrick, I think that’s strange, it seems somehow that the settings you set are overridden. I tried to reproduce the behavior you describe in several test projects, unfortunately to no avail. And I don’t have more suggestions without look at the code. If is possible for you create a test project reproducing the issue and you attached at to this thread, or you can submit a support request .I hope this helps.Best regards,DimiDeveloper Support EngineerInfragistics Inc.