Hi Edmond,
can you please try simple sample and sort for a non-ID column ?
TIA
Frank
Hi,
We could not reproduce the problem here.
Can you please retry the download to see if it was maybe a temporary issue ?
If it still fails, please contact us at supportATwisej.com
Thanks in advance.
Best regards
Frank
Hi Edmond,
can´t reproduce here. How is your data populated ? Any event handler that might interfer ?
Any chance to wrap it up in a test case ?
Best regards
Frank
Just a short update to this issue:
The performance problems are related to a specific Google Chrome extension and without using this extension,
Wisej performs as good as before.
We´ll further investigate if we can improve it in that particular situation.
Best regards
Frank
Hi Mario,
not exactly a Wisej issue, but you might find a few pointers here:
https://wisej.com/support/question/aforge-web-camera-test
Hope that helps.
Best regards
Frank
Hi Neil,
just a thought:
Are you using any custom theme or mixin in your main application ?
If yes, can you please try to use that in your test case to see if it makes a difference.
Thanks in advance.
Best regards
Frank
Here is the link to a sample we provided some time ago:
https://wisej.com/support/question/aspnetcontrol
Hope this works for you.
Best wishes
Thomas
Hi Angelo,
one option is to render the report to PDF and show it using the Wisej PDF Viewer.
There is also a WebForms viewer for RDLC files. I haven’t worked with. Will try to find out if we have any reports of people using it.
Thanks
Thomas
Sorry, it appears that the php shopping cart crashed during the transaction. The expiration date should be fine now.
Can’t reproduce. I added a TabControl with 2 pages, added a UserControl on each page with a child button and Enabled = false at design time. It shows the buttons as disabled since the parent UserControl is disabled. Then I have a button that sets Enabled=true on both UserControl in both tabs. In any possible sequence settings Enabled=true works.
Can you attach a small test case?
That’s because the column doesn’t fit and when you click the js library tries to scroll the column into view and first it detects that it’s out on the right side so it scrolls it into view enough to show the right side, the next time it detects that it’s out on the left side and so it scrolls into view on the left. It can probably be optimized – will take a look.
If you are drawing then the browser simply receives an image. All you need are fonts on the server.
If you want to use fonts on the client, you need to add them to the theme. The Theme Builder has a tool that can automatically import google fonts.
You can use anything: a file, a db, directory services, windows, etc. Anything that works with .NET works in Wisej.
With Wisej you can simply save the authentication status (the simplest would be a boolean) in the session (Application.Session). You may also save a cookie and decide how long the authentication lasts.
Generally browsers will prefill the fields automatically, just give it a name like “user” and “password”. Or you can controlling in your code using cookies.
If messages are not updated it means that either the client or the server you are using don’t support websocket.
Try this in default.html or put in a css. It’s just an example. You’ll have to create the animation or style that you want to use. There are infinite possibilities with css.
<style>
.qx-table-row-focused-selected-odd-borderBoth,
.qx-table-row-focused-selected-even-borderBoth {
z-index: 99999 !important;
animation: glowing 3000ms infinite;
}
@keyframes glowing {
0% {box-shadow: 0 0 -10px #c4a300;}
40% {box-shadow: 0 0 20px #c4a300;}
60% {box-shadow: 0 0 20px #c4a300;}
100% {box-shadow: 0 0 -10px #c4a300;}
}
</style>
Many thanks Frank. That has fixed it.
Still … some interesting behaviors, the button BackColor assignment worked the first time with Color.FromName(#) but not subsequently, and other controls (Labels, Checkboxes, DataGridViewCells that I have spotted) work OK all the time.
Regardless, I’ve changed all # colors to ColorTranslator.FromHtml now, thanks.
Cheers,
Neil
Hi Angelo,
I haven’t seen this as a feature request or directly implemented before. However, there shouldn’t be any limitations in adding this to the Wisej ChartJS control.
In order to support you with custom development/professional services on this topic, feel free to contact us at sales@iceteagroup.com–
Thanks
Thomas
Hi
I’m trying to run Luca’s Example without success.
The ProcessRequest is not hinting(when I’m changing the pipeline mode to classic mode[with visual studio 2017] I’m getting
Wisej Internal Server Error.
Thanks
Orel.
