Hi Neil,
in your case it should just be
this.aceEditor1.Language = "sql";
Best regards
Frank
Hi Paul,
the issue with the Date/Time filtering has been fixed.
I also incorporated your suggested translations.
Just the last wish where you seem to be filtering a check box column is not localized in terms of true/false.
All changes have been committed to GitHub.
Best regards
Frank
Hi Kizaemon,
Can we have more details on the circumstances of this error? is it recurrent or does it disappear after restarting visual studio?
Best,
Kevin (ITG)
Hi Kizaemon,
For recalculate SummaryRows just call again AddSummaryRows and it’ll recalculate your Summary
Best,
Kevin (ITG)
Hi Kizaemon,
Can you please provide us with more information?
Does it happen with every instance of the designer?
Are you perhaps using a custom theme or a custom component/extension?
If the answer above is yes, can you please try to isolate this issue in a small reproducible test case?
Thank you,
Alaa
Hi Andrew,
For the second question, You must modifiy padding of Menu (Item) on ThemeBuilder. You can check attachment.
For last, create two themes and use ResponsiveProfileChanged on Application for application for change theme
More info on https://docs.wisej.com/docs/concepts/client-profiles#responsiveprofilechanged
Best,
Kevin (ITG)
Hi Andrew,
no you shouldn´t. There was an issue with the AutoUpdater that got fixed few builds ago.
You can fix it on your side by closing the AutoUpdater and doing a complete reinstall of 2.5.24.
Best regards
Frank
Hi Andrew,
this is possible by clicking on your avatar.
It will bring up 2 links to all your questions and answers:

Best regards
Frank
Hi Paul,
thanks for your feedback. I´ll fix that and also take your suggested translations.
Will let you know when it´s online.
Best regards
Frank
Hi team
I have checked the update of ColumnFilter and still the problem persists in the alignment in WhereColumnFilter for DateTime. Paul(ITG) I make the following suggestion for the translation into Spanish.
Thanks guys
Hi,
Does it still work with the latest version (2.5.24) ?
I have the mentioned entries into the web.config, but it’s not working.
If i start Wise.Application.exe in a separate folder, just containing Wise.Application.exe & Wise.Framework.dll, it doesn’t start, this the expected behavior, see Screenshot1.
If place the Wise.Application.exe at the right place, the form Title is changing to match the Application name (which indicates it recognize the App), but I get this “broken icon” displayed, nothing else, see Screenshot2.
When, I leave the App opened and restart a new instance, I can see that the process is accessing a file in temp, see screenchot3.
HostService is compiled from the latest wisej-extensions from github.
Any idea ?
Best Regards.
Eric Mathay.
Ok, thanks Paul.
It’s like I thought. So we will use such controls mostly for display only.
I’ve already seen some examples with the WebRequest handler to send data to the control.
We also can work with some edit-events and read data back with WidgetEventArgs. I’ll figure it out.
Greetings,
Jan
Talking about your request with dev team, an cool approach to customise control TextBox as Editor could be as follow
– Handling keyboard on the server works but creates a request on each keystroke. It’s easy to attach a client side handler.
– The TextBox control in Wisej is a container, the real <input> is inside because Wisej also adds optional tool buttons, labels.
See attached sample:
Two things:
1) the lineHeight can only be set by creating a font. In the sample see /Themes
2) type something and press “h” the javascript will replace it with Hello! and move the caret.
See ClientEvents on the textbox, javascript is in Page1.resx and textbox properties inside Page1.Desdigner.cs
HTH
Regards
Hi Paul,
I tried to install via Nuget TinyEditor last night and it appears to be incompatible with WiseJ3.
There are 2 things I’m trying to accomplish via the TextBox: responsiveness (i.e. not laggy when typing large amounts of text) and monitoring the keystrokes, caret position, etc. so I can monitor the text for keywords in real time. The TextBox control, so far in my testing, seems to give me the performance I need to do what I’m trying to do. (I haven’t simulated slow connections yet to see what that does to the user experience.)
So my thought was to modify the CSS to adjust line/paragraph spacing to what I’m looking for. The properties allow me to change the font and font size, but not the line or paragraph spacing.
Does that make sense?
Thanks!
-John
Hi Paul,
I tried to install via Nuget TinyEditor last night and it appears to be incompatible with WiseJ3.
There are 2 things I’m trying to accomplish via the TextBox: responsiveness (i.e. not laggy when typing large amounts of text) and monitoring the keystrokes, caret position, etc. so I can monitor the text for keywords in real time. The TextBox control, so far in my testing, seems to give me the performance I need to do what I’m trying to do. (I haven’t simulated slow connections yet to see what that does to the user experience.)
So my thought was to modify the CSS to adjust line/paragraph spacing to what I’m looking for. The properties allow me to change the font and font size, but not the line or paragraph spacing.
Does that make sense?
Thanks!
-John
Hi John
Hi
Thanks for your interest in Wisej
For we could better understand of your goal, If you can send us a runnable little sample test will be help
By the way, this cool free wisej extensions maybe be useful.
CKEditor
https://github.com/iceteagroup/wisej-extensions/tree/2.5/Wisej.Web.Ext.CKEditor
https://docs.wisej.com/extensions/extensions/ckeditor
TinyEditor
https://github.com/iceteagroup/wisej-extensions/tree/2.5/Wisej.Web.Ext.TinyEditor
https://docs.wisej.com/extensions/extensions/tinyeditor
Regards
Hi Jan
Thanks for your interest in Wisej
Reviwing your post whit our develop team, I comment you next
The third party javascript control use trivial data binding based on simple api requests
leaving all the real binding work to the developer on the server side.
Full control data binding is very complex
So extracting the data from a data source and updating the data source is not as simple as
DataSource = data.
Wisej makes it look like it’s simple. But you have to match the column data names, manage
the position, read and format the data, parse it back, manage errors, etc etc.
The easiest way to data bind to javascript controls is to do it the way they have been designed to:
— return json data in response to their http request and read the json data they send using an http post.
We provide some level of data source databinding in our integrations but it’s limited
because all those controls are not designed with the server side in mind.
Additionally data binding a hierarchical tree gets even more messy.
Hope to be help
Regards
Paul
The fix of this issue will be available in the next release
Regards and thanks
Angelo
The fix of this issue will be available in the next release
Regards and thanks
here is an example.
MinimumSize might work but the proposed resize method would ensure a minimum width for the content AND the header text, not one or the other.
