Posts by Paul

0 votes

Jorge

You can use our free community version

Regards

  • Paul answered Aug 23, 2022 - 1:22 pm
0 votes

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 answered Aug 23, 2022 - 1:15 pm
0 votes

Hi Jorge

Please, provide us with more details :

  • wisej.net version
  • browser version
  • production or development enviroment
  • small runnable where the issue occured

thanks and regards

  • Paul answered Aug 23, 2022 - 4:36 am
0 votes

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

 

  • Paul answered Aug 19, 2022 - 10:53 pm
0 votes

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);

  • Paul answered Aug 19, 2022 - 9:51 pm
  • last active Aug 19, 2022 - 9:53 pm
0 votes

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

  • Paul answered Aug 19, 2022 - 2:53 pm
0 votes

Hi

We will check you sample and back to you

regards

  • Paul answered Aug 18, 2022 - 2:31 pm
0 votes

Hi

We will check you sample and back to you

regards

  • Paul answered Aug 18, 2022 - 2:30 pm
0 votes
In reply to: TextBox with colors

Hi

For better help you, please send us a runnable sample with your case

Additionaly, <input> doesn’t support colors. It has nothing to do with Wisej.

Regards

  • Paul answered Aug 18, 2022 - 2:14 pm
  • last active Aug 18, 2022 - 2:27 pm
0 votes

Hi Tony

 

Thanks for your interes in Wisej.Net

You comment us that you are using “preview” version of Wisej

A- Is it correct or did you mean community version of VS?

B.- Do you installed community version of wisej.net or trial?

for better help you, please send us a sample app that  you are created.

Remove bin/dll before zipit

By the way. This video tutorial may be helpful
https://youtu.be/yj36Ki0V2MI

Regards

 

  • Paul answered Aug 18, 2022 - 2:21 pm
  • last active Aug 18, 2022 - 2:25 pm
0 votes
In reply to: Reports in Wisej?

Hi Paul
We can’t recommend directly any third party component, but we suggest you that test by yourself the most commnly used by the .net community, and choise that is better for your neeeds
Any report tool that can generate a pdf strem on the server is suitable for wisej.net
on the client side you only need the pdf viewer component for render.

this link could be a good start point and also this

regards

  • Paul answered Aug 16, 2022 - 11:16 pm
  • last active Aug 16, 2022 - 11:21 pm
0 votes

Hi Ruben

For the moment this feature isn’t available

Wisej.Net support the filter mode in AutoCompleteMode.

The search bar is different.
Development team is actually been working on it and be available soon

As workaround for now it can be implemented using a UserComboBox
and panel in the drop down with textbox and listbox, etc.

Regards

  • Paul answered Aug 12, 2022 - 3:21 pm
0 votes

Hi
I’m checking your post.
I back when I has news
regards

  • Paul answered Aug 11, 2022 - 2:35 pm
0 votes
In reply to: Stimulsoft Wisej 3.0

Hi
The sample that you provide Us, is using a very old version of wisej, 1.5.4, that is out of support.
Moreover, the version of the thirdparty library Stimulsoft, is obsolete.

The free support limit for Wisej.Net now is in version 2.5.35

We suggest you that upgrade your app at least to this version.

Wisej.net designer not interact with others products.

  • Paul answered Aug 11, 2022 - 1:50 pm
0 votes
In reply to: WiseJ Mobile Question

Hi

Here documentation about Wisej.Net Mobile features

Regards

 

  • Paul answered Aug 10, 2022 - 1:31 pm
0 votes

Hi

Wisej.Net 3.x uses .Net Framework 4.8 or NET6
The more lower Visual studio compatible version is VS2019 with .NetFrwk 4.8
More lowers versions of VS are deprecated for Wise.NET 3.x.

regards

  • Paul answered Aug 10, 2022 - 1:28 pm
0 votes

Hi Sascha
Colud you please explain in more details your goal
1.- Have some grids with all rows with custom hover style
2.- Have some grids with some rows with custom hover style
3.- Other
Better if you could attach a runnable sample with your trying cases

Regards

  • Paul answered Aug 9, 2022 - 1:41 pm
  • last active Aug 9, 2022 - 8:39 pm
0 votes

Hi Hitesh

The purpose of the trial version is for evaluate the advantages of wisej.net in your work environment
if It accomplish, the correct next step is go for full license
in other case, the community version colud fit better your neddeds.

Here more details of our differents offers

Regards

  • Paul answered Aug 7, 2022 - 2:43 pm
  • last active Aug 9, 2022 - 5:40 pm
0 votes

Hi

our testing team will check this and I back to you with news about it

Regards

  • Paul answered Aug 6, 2022 - 5:22 am
0 votes

Hi Robin

Thanks for write us

I suggest you that colud take training service with us for capacting current developers in your company.

And if there are Wisej.Net developers in Canada, is very probable that they have see this request.

More below the link to make the request.

Best regards

Wisej.NET | Professional Packages

Professional services request

 

 

  • Paul answered Aug 5, 2022 - 1:41 pm
  • last active Aug 5, 2022 - 2:30 pm
Showing 21 - 40 of 262 results