All Answers

0 votes

Hi thanks for comment Us about it

When these feature will be released in vs2919 (not preview 😉 ) we will make a test

Wisej must compatible with vs2015 and 2017 too and these new feature is about vs2019 only 🙁

Regards and happy coding

  • Paul answered May 25, 2021 - 5:43 pm
0 votes

Hi Huynh,

you can use a ClientEvent to achieve this.

Please add the following to your TextBox.ClientEvent on e.g. KeyUp:

if (this.getValue().toUpperCase() == "HELLO")
    this.selectAllText();

Find more information here:

https://wisej.com/support/question/textbox-selectionlength-attribute-always-0

Best regards
Frank

  • Frank (ITG) answered May 25, 2021 - 3:10 pm
  • last active May 25, 2021 - 3:11 pm
0 votes

I found the solution already, thanks.

0 votes

The error is coming from IIS. It’s not a Wisej issue.

  • Luca answered May 25, 2021 - 1:48 pm
0 votes

I tried using POSTMAN, it gives me the same error, please see attached image.

 

 

 

 

0 votes

Hi,

After searching I found this link

https://supportcenter.devexpress.com/ticket/details/t854514/datagrid-the-iis-8-5-put-405-method-not-allowed-error-occurs-on-an-attempt-to-send-a

Excerpts:

Updated:

Thank you for the update. The “method: put. method not allowed.(405)” error is a generic HTTP error that occurs on the server side and it is not related to our components. Our components are client-side and we do not have any control under the server implementation.

Thanks.

 

0 votes

Hi,

But I noticed when I set the URL to webservice not using this.getPostbackUrl(), it’s working fine. I tried the suggestion from stackoverflow, but it’s not working.

 

Thanks.

0 votes

Hi Glenn,

this does not seem to be a Wisej issue.

Find more information here:

https://stackoverflow.com/questions/6147181/405-method-not-allowed-in-iis7-5-for-put-method

Best regards
Frank

0 votes

Hi Glenn,

this.dataGridView.Columns[“yourcolumn”].ReadOnly = true;

Just tried with a checkbox column and it works ok.

Can you please send a small test case?

TIA
Frank

0 votes

OK, got it to work using the WidgetFunction, entering the following:

return App.FornecedoresMaintenance.tcView.tpGrid.dxDataGrid1.widget.state();

I saw the this.Instance.state() in the DevEx Sample solution from Wisej GitHub. Why is it it works in that case?

Cheers.

Ivan

0 votes

Thank you very much for your answer, however what I want is to hide only the upper part of the tabcontrol, where the titles of the tabs are.

I have done it by adding the Stylesheet component to my window and putting the code in it:

div.qx-widget-barTop {display: none}

but this makes it affect all the tabcontrols in the form, and I only want it to affect one.

It’s possible?

0 votes

Thanks a lot for your sample.
A final question regarding your implemented solution: Will the server resources (session) be freed even when the javascript dialog stays displayed in the open browser tab ?

  • Tobias answered May 24, 2021 - 4:25 pm
0 votes

The problem PDF export of the grid was just solved. Thank you! We may close the case!

  • mgmst answered May 24, 2021 - 3:46 pm
0 votes

Hi Jesus,

yes, just use the Hidden property.

Find more about how Wisej extends the TabControls here:

https://wisej.com/blog/extended_tabcontrols/

Best regards
Frank

0 votes

All my customers that use chrome or edge have this problem with my wisej portal 2.2.48.

For example with wisej 2.2.47 I have not this problem, then it is a Wisej issue only with 2.2.48

Wisej 2.2.48 read old cookies saved with previous version of Wisej but don’t save correctly, at chorme/edge close it loose the cookie.

best

Cristian

0 votes

this.dxDataGrid1.Eval(@”
window.jsPDF = window.jspdf.jsPDF;
applyPlugin(window.jsPDF);
var dxDataGridinstance = $(‘.dx-gridbase-container’).parent().dxDataGrid(‘instance’);
//console.info(dxDataGridinstance);

const doc = new jsPDF();
window.DevExpress.pdfExporter.exportDataGrid({
jsPDFDocument: doc,
component: dxDataGridinstance
}).then(function() {
doc.save(‘Customers.pdf’);

})”);

 

This code partially works. At least do not generate error messages. But the grid just blinks once and nothing happens. What can be done to make it working?
DevEx refuse any support as they say they do not support Wisej platform. So you are my only hope. PDF export of the grid is vital for reporting model of my application.

Thank you!

  • mgmst answered May 24, 2021 - 7:50 am
0 votes

Hi Praveena,

Thank you for reporting this issue.

We’re currently investigating it and we’ll get back to you with a response soon!

Best regards,
Alaa

0 votes

Hi Tobias,

I create a sample for this case.

Best,

Kevin (ITG)

 

  • Kevin answered May 21, 2021 - 6:08 pm
0 votes

Hi @all,

I miss the important detail: close the browse and reopen it

Chrome and Edge lose the cookies.

I attach sample

best

Cristian

0 votes

Hi Cristian,

in addition to Alaa´s answer, please also check your Chrome and Edge cookie setting.
Maybe they have changed to block cookies?

Best regards
Frank

Showing 3721 - 3740 of 11k results