Hi Vincent,
We do have a few already available as extensions. Check out the DevExpress control set: https://github.com/iceteagroup/Wisej-Ext-DevExtreme

If you have any questions about it, please let me know!
Regards,
Levie
See video of my iphone in screen mirroring. It’s a FlowLayout with lots of controls. The inertia scrolling seems fully functional.
https://drive.google.com/file/d/1LD7oYMPqiPbJ7mEFEn8vMBuS2liEdFvd/view
Can you send a small test project to show that issue?
Hi Alaa,
Thank you for your prompt reply. Your advice helped a lot, now everything works as it should.
I have one more question about the same element. Should I put it in a separate thread or can I continue here?
Brgds,
Dmitry
Wisej AspNet Panel
I leave an updated version of this sample.
Hi Vincent,
Just followed the steps you provided but I couldn’t reproduce the issue.
Can you please tell me what version of Wisej you’re using ?
Thank you,
Alaa
Hi Nello
I attach a small sample that shows how to open a window with a url as property
Note that if website implement X-Frame-Options to “deny” there nothing to do and those externar website can’t be displayed into the Iframe
Regards and happy coding
Hi Dmitry,
You can change the selection behavior by using the ControlCreated event.
private void coolClock1_ControlCreated(object sender, EventArgs e)
{
this.coolClock1.Call(“setSelectable”, false);
}
This code sample will change the selectable status of the CoolClock control once it’s created.
HTH,
Alaa
Hi Ulisses,
I’m attaching a small sample that demonstrates using the dxPivotGrid with an OLAP data source.
There are differences between the WinForms version and the Wisej version since the Wisej version of the control is based on the HTML5 JS DevExtreme control set.
You can find information on the dxPivotGrid XmlaStore configuration here: https://js.devexpress.com/Documentation/ApiReference/Data_Layer/XmlaStore/Configuration.
Note, when specifying the URL of the OLAP server, it should include the MSMDPUMP.dll url: “This should be the MSMDPUMP.dll URL and usually has the following format: http://<servername>/OLAP/msmdpump.dll.”
HTH,
Levie
Wisej simply passes on all server variables and headers received by the server. You can also try with the self hosting option we already have using Katana, which is also Microsoft’s implementation of OWIN.
Thank you Luca. It took a while but now I could make it work using Application.ServerVariables[“HTTP_X_REAL_IP”] to get the information I need.
Do you know if this will still work work once using WiseJ for .net Core (without IIS but e.g. Kestrel) ?
Hi Praveena,
We have a sample that might suit your needs. You can find it here: wisej-examples/UploadFiles at 2.2 · iceteagroup/wisej-examples (github.com)
Wisej makes it easy for you to build your own custom upload control, you can hide the text in the upload button or hide the upload control completely and show a custom list or grid or data repeater or a panel showing the uploaded files in any format.
You can also drag and drop the file(s) from the desktop with AllowDrop = true and with that you can get the file(s) name(s) from the Drop event like in WinForms.
Or you can go with another approach which is having multiple Upload controls, as all upload elements in all browsers takes one or multiple files at a time.
HTH,
Alaa
I run your sample:
It’s all working correctly.
You can:
There is no different between a window or a modal window and resizing the browser resizes the browser and automatically resizes the page and maximized windows. It cannot possibly resize floating windows.
Hi, in this project, there are two windows. The parent window shows the scrollbars when the browser is resized. No matter whether the parent window is independent or a child window. But the search window is not showing a scrollbar when the browser is resized. Herewith I have attached both the images and the project.
Hi Males
In addition to that my coworker suggests, I attach a sample for console log using textbox
Regards
Hi Males,
You can use this synthaxe
textBox.Select(int.MaxValue, 0)
Best,
Kevin (ITG)
Works ! Thanks.
Use the Anonymous = true property on the controls that you want to make transparent to the pointer.
You can set the DataSource to the same datasource used to populate the grid. The grid itself is not a datasource.
Also looks like your Default.html is inside /bin?
