Hi mgmst,
You can set css of any component with CssStyle property like attachment.
Happy coding,
Kevin(ITG)
Hi Ruben,
Activator.CreateInstance has a string constructor you can use. See the following docs for an example.
Just make sure you’re using the fully qualified name of the control.
HTH,
Levie
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
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.
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.
Hi Paul,
You need to add Async to the end of Async methods.

Or you can use it with a callback:
this.queryBuilder1.Instance.getSqlFromRules(new Action<dynamic>((r) => {
AlertBox.Show(r);
}));
HTH,
Levie
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
Hi Carl
Plase, try installing the last build 2.5.20 and comment us if this resolve the issue
HTH
Hi
Please, could you attach a runnable sample to understand better your trouble?
Regards
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
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.
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
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.
Hi Justice,
You can go to Default.json and set sessionTimeout property.
Or with code like
Application.SetSessionTimeout(int second)
Happy coding,
Kevin (ITG)
Hi Page,
#2782 should now be fixed for good in Wisej 2.5.20.
Best regards
Frank
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
Hello Luca,
The issue still persists. The code I tested on the demo: https://github.com/iceteagroup/Wisej-Ext-Syncfusion2
The AspNetPanel control is only for ASP.NET pages (aspx). The AspNetControl wrapper is only ASP.NET controls. (ascx).
Here are some examples with source code:
http://demo.wisej.com/devextreme
http://demo.wisej.com/syncfusion
http://demo.wisej.com/syncfusion2
https://github.com/iceteagroup/wisej-extensions
https://github.com/iceteagroup/wisej-ext-devextreme
https://github.com/iceteagroup/wisej-ext-kendo
https://github.com/iceteagroup/wisej-ext-ignite
https://github.com/iceteagroup/wisej-ext-syncfusion
https://github.com/iceteagroup/wisej-ext-syncfusion2
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
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>.
