All Answers

0 votes

Hi mgmst,

You can set css of any component with CssStyle property like attachment.

Happy coding,

Kevin(ITG)

  • Kevin answered Nov 12, 2021 - 10:28 am
0 votes

Hi Ruben,

Activator.CreateInstance has a string constructor you can use. See the following docs for an example.

https://docs.microsoft.com/en-us/dotnet/api/system.activator.createinstance?view=net-5.0#System_Activator_CreateInstance_System_String_System_String_

Just make sure you’re using the fully qualified name of the control.

 

HTH,

Levie

0 votes

Hi Paul,

Sorry for the delayed response. The extension will be updated for the next build to support the localization. You can keep tabs on it here: https://github.com/iceteagroup/wisej-ext-syncfusion2

Best,

Levie

0 votes

Dear Frank,

you can close the case. i have found the sample here: https://github.com/iceteagroup/wisej-examples/tree/2.2/TreeGrid

Thank you for your help.

0 votes

Dear support,

The sample program “DataGridViewSummaryRows” shows me, how i can add summary informations (see screen1.png).

 

In the documentation (https://docs.wisej.com/api/whats-new-in-2.5) i have seen, there is a new feature for grouping records.

The grouped records can be expanded and collapsed by clicking of the left symbol (see screen2.png).

Do you have a sample application, that shows me, how can i implement this?

 

Thank you for your patience and support.

0 votes

Hi Paul,

You need to add Async to the end of Async methods.

untitled

Or you can use it with a callback:

this.queryBuilder1.Instance.getSqlFromRules(new Action<dynamic>((r) => {
 AlertBox.Show(r);
}));

 

HTH,

Levie

0 votes

Hi Ruben,

The TagAdded event occurs after the tag has already been added to the TagTextBox. You’ll need to remove it from the TagTextBox.Text property.

Best,

Levie

1 vote

Hi Carl

Plase, try installing the last build 2.5.20 and comment us if this resolve the issue

Builds

HTH

 

  • Paul answered Nov 11, 2021 - 1:25 pm
0 votes

Hi
Please, could you attach a runnable sample to understand better your trouble?

Regards

  • Paul answered Nov 11, 2021 - 12:36 pm
0 votes

Hi Werner,

I am not 100% sure I understood your question.
Basically grouping of rows in a DataGridView can be done by using the ParentRow property.

If you describe a bit more what you need to achieve we might be able to help you better.

Best regards
Frank

0 votes

High Frank,

thank you for your answer. i have seen the sample but i haven’t seen how can i activate expanding/collapsing data records.

 

0 votes

Hi Werner,

you can find a sample how to group the rows here:

https://github.com/iceteagroup/wisej-examples/tree/2.2/DataGridViewSummaryRows

Best regards
Frank

0 votes

Found the solution. Perhabs someone else is running in this error.

It was the target .net Framework.

Just edit the Web.config and change it back to a installed version or install the needed version on the server.

0 votes

Hi Justice,

You can go to Default.json and set sessionTimeout property.

Or  with code like

Application.SetSessionTimeout(int second)

Happy coding,

Kevin (ITG)

  • Kevin answered Nov 10, 2021 - 12:18 pm
0 votes

Hi Page,

#2782 should now be fixed for good in Wisej 2.5.20.

Best regards
Frank

0 votes

Hi Claudio
The scenario that you describe, its impossible in a common way, because wisej run the control panel on the server, but connect to “localhost” on the server from the client without opening a port.

Wisej create and send javascript controls from the server to
the client that are connected to the twin control on the server, but are differents guys.
On way is to use a “tunnel” but you still need a port.

HTH, regards

 

  • Paul answered Nov 9, 2021 - 9:16 pm
0 votes

Hello Luca,

The issue still persists. The code I tested on the demo: https://github.com/iceteagroup/Wisej-Ext-Syncfusion2

0 votes

Hi Al,

I think it´s better to search for JavaScript based stock chart widgets. If you find one that suits your needs,
we can evaluate it´s integration into Wisej.
Then we either give you a few pointers to get started or do a full evaluation/integration through our Professional Services.

Please let us know how to proceed once you have found a good JavaScript widget for your needs.

Best regards
Frank

0 votes

The svg you are using in monochrome. Wisej detects that it’s monochrome and sets the color to match the theme or the ForeColor of the control or the color specfied when picking the image. It’s similar to using font images except that it’s a lot better.

See screenshots attached. I get always the same colors on first load and refreshes. The top 3 are PictureBox with ForeColor changed (the first is the theme). The bottom 2 boxes are panels with BackgroundImageSource, the second on the right changed the color using the image picker.

You can preserve the original color by using the color picker when selecting the image: i.e. image.svg?color=#E7E7E7

Or you can make ths svg not be monochrome. Just change one of the fill to “#E7E7E6”. Or add an empty <path fill=”#E7E7E6″></path>.

  • Luca answered Nov 6, 2021 - 5:05 pm
Showing 3101 - 3120 of 11k results