I can’t reproduce. Can you please try with the latest code here: https://github.com/iceteagroup/wisej-extensions
You can use any gantt widget of your choice with the Wisej.Web.Widget. Wisej can integrate easily anything, it’s a lot better than rewriting the large amount of javascript controls that are out there.
This is a nice open source one: https://frappe.io/gantt
Some plans for wisej Kanban control?
Thanks in advance
Hi Harald,
accessing the clipboard data has to be connected with a client action.
Find more information here:
https://wisej.com/support/question/detecting-data-on-clipboard
https://wisej.com/support/question/morre-on-datagridview
Best regards
Frank
Hi,
I could not reproduce the problem. What Wisej version are you using ?
I remember that 1.5.16 fixes a problem that could be related ?
Does the problem occur in all browsers ?
Any chance to provide us with a test case ? Please post it here or send it to frankATiceteagroup.com
Thanks in advance.
Best regards
Frank
Hi Ewan,
still trying to reproduce it, but without a test case I can´t.
If possible, please post here or send to frankATiceteagroup.com
Thanks in advance.
Best regards
Frank
More data..
This is a in indicator that wisej doesn’t “compile”, right?
Thanks again Tiago,
I did what you suggest and publish a simple asp.net that run without any problem (with the same confirgration).
The wisej runs perfectly in IIS express and also in an azure dedicated server (obviously IIS), and again, everything is ok.
So the problem is somewhere between Wisej and plesk hosting. I will try plesk help.
I’ll post here the result.
Hi Ricardo,
I presume your Wisej application runs all right on a onsite IIS.
As I said before Wisej applications are ASP.NET application. If you can run an ASP.NET application, you can also run a Wisej application.
If the configuration of your hosting provider can currently run an ASP.NET application and if your Wisej application can run on a onsite IIS, there should be no problems running your application on a remote hosting provider.
I suppose your hosting provider has a KB and maybe also a forum. I suggest you search these valuable sources of information for amswers.
Hi Tiago,
I’m pretty sure that is set. But i use IIS mainly, and plesk is kind of a mistery to me.
Any other possible cause you can think of?
Thanks!
Thank you!
Hi Ricardo,
Wisej applications are ASP.NET applications and ASP.NET requires full trust. Can this be the source of the problem?
Sorry about the empty question, but something happened with my browser…
Anyway,
I’m having problems trying to run a wisej application in a plesk onyx hosting.
I think i did all the configurations needed, but a allways get de 500 internal server error, too generic to pinpoint.
Any ideia how to debug this?
Hi Frank
Actually it hasn’t DGV seems very sensitive to position on Page
The number at the end of each file name is the distance from the edge of the page
See attached images
Hi Frank
Apologies
Latest development build appears to have fixed the issue
Hi Ewan,
thanks for providing more information. But next time, please don´t just edit an existing post but rather reply to it or comment on it.
Otherwise we are not automatically notified and there is a risk of missing your input.
While checking and trying to reproduce we assume that it´s rather some container control that is covering the DataGridView
than actually the RowHeader and CellHeader being hidden.
To verify that, can you please try BringToFront() on your DGV ?
Previous Wisej builds had a problem with a ChildIndex not being set correctly so maybe now controls that have been hiding behind
can be set to the front.
If that does not help, please send us a test case. Otherwise it´s all just a wild guess without having a chance to use your code.
Wisej.Web.DataGridViewSelectionMode.CellSelect is not implemented yet. That applies to the latest Wisej build and all previous version.
So no new behavior here.
Hope that helps.
Best regards
Frank
I tried all the different options:
Hi Nikolajs,
Please have a look at Localization documentation.
Detecting/Switching the Browser Language
Wisej automatically recognizes the browser’s language and switches all the application and system resources to use the browser’s language.You may force the application (user session) to run using a specific language setting the culture property in Default.json. The default value is “auto”. See Configuration for more information about setting the application’s culture.
You may also always force the user session to use a specific language adding the lang argument to the URL. For example, to switch to German: http://localhost/myapp?lang=de. When the current culture changes from the original culture loaded when the session was started, Wisej fires the Application.CultureChanged event.
Are you using the browser language, .json file setting, URL lang argument or the new Application.CurrentCulture property?
Hi Frank
I have found the issue.
When you are using a page as opposed to a form, if the DGV is too close to the edge of the page it starts losing lines.
Such as LHS and TOP, A bit further from the edge all the borders are present, but the line between the header and the rows goes.
The minimum distance appears to be around 60 from the left hand edge of the page, for all the lines to display.
There is a Button on the form which was much farther in when I moved it to the left to line up with the other controls which was when the issue seemed to have started but I can’t see why this should be related.
this.dgvRota.SelectionMode = Wisej.Web.DataGridViewSelectionMode.CellSelect – no longer seems to work as soon as you click on a cell the whole row is highlighted.
Hope this helps
Ewan
Hi Nikolajs,
Please confirm the issue is solved.
