All Answers

0 votes

Hi Kemal,

we currently only support frozen columns, not rows.
In any case “freezing” rows in a cell formatting event does not appear to make that much sense to me.

Best regards
Frank

0 votes
In reply to: Export Grid

Hi,

you can find a few options discussed here:

https://wisej.com/support/question/to-excel

Best regards
Frank

0 votes
In reply to: chartJS bar color

Hi Frank,

now it works correctly.

Tahnks

0 votes

Thank you!

 

As for one (1) it is not exactly the way for me. My scenario: I select row – open custom editing form – do some editing – close editing form – reread grid content – navigate to row being selected and edited. And immediately after grid gets focus it sets the first row as selected (deselecting my being edited row). Why?

If i handle event of ENTER for the grid and select my row again in the best case I will got flickering of rows being selected and deselected. Grid should not decide by itself which row to be selected.

I need my being edited row to stay selected. Not just to clear all selections.

Best regards!

Mario

  • mgmst answered Jun 19, 2018 - 5:17 am
  • last active Jun 19, 2018 - 5:23 am
0 votes

Hello Andrew, the latest trial expired last year. I have extended it to 6/30/2018. You can find your licenses in the /account page by logging in with your email.

  • Luca answered Jun 18, 2018 - 10:04 pm
0 votes

Hi Harald,

please take a look at this blog that explains various ways to achieve this:

https://wisej.com/tag/css/

border_radius

Sample code:

border_radius_code

Hope that helps.

Best regards
Frank

0 votes
In reply to: chartJS bar color

Hi Angelo,

you need to cast the dataset to the appropriate Charttype. Then you can either set one color for all bars
or individual colors. See sample code here:

chartjs_backgroundcolor

Best regards
Frank

0 votes

Hi Angelo,

I`m contacting you by private mail to resolve this issue.

Best regards
Frank

0 votes

Hi Sergio,

I can confirm this regression. It´s logged as WJ-8996.
I´ll inform you when it´s fixed.

Best regards
Frank

0 votes

Hi,

  1. You could call ClearSelection() on the DataGridView on Enter event. Might need some more testing/fine tuning.
  2. Use the ScrollCellIntoView() method.

Best regards
Frank

0 votes

I noticed a regression in 1.4.95. AfterCheck always returns – TreeViewAction.Unknown

  • Ser Gar answered Jun 18, 2018 - 4:10 pm
  • last active Jun 18, 2018 - 4:31 pm
0 votes

Should I do anything else in my code?

Where I can see full properties list and values in order to know how to set each property and value.

Thank you!

  • mgmst answered Jun 18, 2018 - 7:57 am
0 votes

Thank you Luca – I will give this a  try…

0 votes

You can edit any of the theme, or simply add a mixin.theme file under the /Themes directory. Use this as an example. Name it Application.mixin.theme. It must be in /Themes.

{
 "name": "Application",

"colors": {
 "focusFrame": "red"
 },

"appearances": {
 "textbox": {
 "inherit": "textbox",
 "states": {
 "focused": {
 "styles": {
 "width": 3
 }
 }
 }
 },
 "button": {
 "inherit": "button",
 "states": {
 "focused": {
 "styles": {
 "width": 3
 }
 }
 }
 },
 "table-scroller/focus-indicator": {
 "states": {
 "default": {
 "styles": {
 "width": 3,
 "color": "focusFrame"
 }
 }
 }
 }
 }
}
  • Luca answered Jun 15, 2018 - 7:22 pm
0 votes

Add the attached file as an embedded resource, it will replace wisej.web.PdfViewer.

  • Luca answered Jun 15, 2018 - 7:08 pm
0 votes
  • Looks like chrome is loading the content but it doesn’t update the screen (shows the loading in the status bar). Looks like the only solution is to replace the element and we have to change this in Wisej.
  • To remove postback.wx you have to serve the pdf file as a URL, the viewers will use the name of the file. You need to enable CORS with IIS in web.config.
  • When using google viewer in debug you see the “No Preview Available” because google loads the document on their servers and they cannot access localhost.

 

  • Luca answered Jun 15, 2018 - 6:47 pm
0 votes
In reply to: Performance Issues

What was the previous version?

Could be many handled exceptions (see in VS by enabling exceptions Debug->Exception Settings), check also the console (Chrome, F12). Set debug mode to true in Default.json and web.config. If you have a link we can look at send it to support@wisej.com.

We can also send you the latest dev build in case it’s caused by a regression.

In general the loader means that the server has not responded in time.

 

  • Luca answered Jun 15, 2018 - 6:44 pm
0 votes

Thank you. It’s a weird issue, it happens only when there are other controls. Logged as WJ-8991, it’s fixed in the upcoming build.

 

  • Luca answered Jun 15, 2018 - 12:32 am
1 vote
In reply to: Wisej Future

Currently I am developing a new LOB application and need to say my words of praise, because the library is mature and stable and support is excellent.

Will warmly recommend enterprise people to give it a try.

 

I am very much interested in delivering fast results and do not want to spend any time dealing with implementation details of current JS frameworks.

With WiseJ everything (front and back) is well thought-through, works out-of-box, it takes all my pain away.

I have tried several LOB frameworks before (e.g. ExtJS, DotVVM) but was never satisfied about the front/back integration and the JavaScript debugging work efforts need to be done to put something working in place.

After having discovered WiseJ few months ago, happily stopped looking for any alternatives, because in the meanwhile I have already solved all my business problems with WiseJ.

 

Please consider your application needs. I have only few corporate users (data entry) with rather complex input forms with extended validation logic, cascading drop down lists, big master-detail tables (many columns and rows) , attachment uploads, DB concurrency checks.

WiseJ is perfectly scalable for complexity, e.g. 100’s of controls in one input form: labels, text boxes, combo boxes, grids, tabs, buttons, toolbars, …

WiseJ is most suitable for LOB applications, because I can develop a form in one day, no thrills.

 

Perhaps the app will not scale well for many simultaneous users, as it keeps per-user sessions on the server. I would use other frameworks for consuming-only popular public sites.

 

Kizaemon

 

  • Kizaemon answered Jun 14, 2018 - 10:49 am
0 votes

Hi Luca,

Here’s the form in question … I reimplemented the “buggy” behavior and zipped … you should be able to drop this into a new app – you will need to mock the bound object, I have added the class used as a guide.

I hope this helps.

Cheers,
Neil

Showing 7261 - 7280 of 11k results