All Answers

0 votes
Hi Paul, I solved the problem. In the end it was easier.
All columns were set with Frozen = true, so the grid doesn't scroll either horizontally or vertically.

I changed it and now it works the way I want.

Anyway thanks a lot for your attention

Nello
0 votes

Hi Harald,

please handle the ItemClicked event. There you will find clicked item in e.Item.

Best regards
Frank

0 votes

Hi Nello

A better solution is thath you set Froze=false for all the columns in the datagridview

In this case both scroll rows of the datagrid are visible and the with of the last column can remain with your original value

Here the result

wisej-support-2021-02-04-frozen-false

Regards

  • Paul answered Feb 4, 2021 - 12:09 pm
0 votes

Hi Nello

When the width of column21 is setted to 100, the vertical scrollbar is showed

The scrollbar is managed internally by wisej using a panel and the cells area for another panel.

And how the with of column21 is too hugh, the scrollbar is hidden

Here an image with this setting and I attach  the sample modyfied

wisej-support-2021-02-04

Regards.

  • Paul answered Feb 4, 2021 - 4:26 am
  • last active Feb 4, 2021 - 4:32 am
0 votes

Hi Nello
Thank you for sending us a sample. I’m checking it out.
As soon as I have news I comment

regards

  • Paul answered Feb 3, 2021 - 3:34 pm
  • last active Feb 3, 2021 - 3:35 pm
0 votes

I can, t be able to send by e-mail

i try to attach project with a zip file

Tks

0 votes

thanks Luca,

The grid is not inside a panel or any other control.

I’m trying t send you my little test project, a zip file of 2,15 Mb, but i get always “forbidden” error.

We are looking to move our Scada HMI from the desktop to the web.

The project is not that simple, so any help will be greatly appreciated.

Nello

0 votes

Hi Nello

Here you can see a video with  a datagrid demo where is loaded with more than 100.000 rows

I used the last dev version 2.2.33

Tell us with version are you using if after the comments of Luca you are still with the error

DataGrid video

 

Regards and happy coding

  • Paul answered Feb 2, 2021 - 2:22 pm
0 votes

Looks like the grid is inside a panel or another container that truncates it. Check the parent control. You can also see which container truncates the gird in chrome with f12. The number of rows or columns doesn’t make any difference.

Don’t use AutoSize on the grid. It makes it grow vertically to fit the rows.

  • Luca answered Feb 2, 2021 - 1:55 pm
0 votes

Hi Pontus,

We have iOS and Android integrations as part of the Technology Partner membership.

These integrations allow you to control native aspects of the device such as…

  • The native TabBar
  • The native Toolbar
  • The device’s camera
  • Reading and Writing NFC tags
  • Native machine learning integrations (CoreML, Firebase)
    • You can build custom models for your application.
  • TouchID, FaceID, and Passcode verification
  • Localization

When building the application, you can do it as you would any normal Wisej application. It gets shown in a WebView.

When you sign up as a Technology Partner, you will have access to the source code to change or add any features you want.

We can also assist you in integrating any feature you want if you contact us for consulting.

If you’re interested in getting started, send us an email at sales AT wisej DOT com.

 

Best,

Levie

 

 

0 votes

In the designer, when I drag a DateTimePicker, before I can clear the value, but now I get this error “property value is not valid”, the following is the details:

 

Value of ‘1/1/0001 12:00:00 AM’ is not valid for ‘Value’. ‘Value’ should be between 1/1/1753 12:00:00 AM and 12/31/9998 12:00:00 AM.
Parameter name: Value

 

And in my code this the error message:

 

Message = “Nullable object must have a value.”

StackTrace = ”   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)\r\n   at Wisej.Web.DateTimePicker.set_NullableValue(Nullable`1 value)\r\n   at MainApp.Customers.frmInvoice.frmCustomer_Load(Object sender, EventArgs e) in …..

Thanks.

 

 

 

0 votes

Hi Levie!

Hope you had a great weekend.

Any luck on this one?

0 votes

Hi Glenn,

can you please share a sample and send us the error description?

Thanks in advance.

Best regards
Frank

0 votes
In reply to: ChartJS grid lines

Hi Stefano,

We’ve finished the enhancement and it will be available for the next build.

We’ve added all the grid line configuration options available here: https://www.chartjs.org/docs/latest/axes/styling.html

 

Please let me know if you have any questions or issues!

Best,

Levie

0 votes
In reply to: ChartJS grid lines

Hi Stefano,

I’ll log an enhancement to add the gridLines property configuration to Options. This will let you set the visibility of the gridlines for each axis.

In the meantime, you can use this as a workaround:

private void chartJS1_Appear(object sender, EventArgs e)
{
    this.chartJS1.Eval("this.chart.options.scales.xAxes[0].gridLines.display = false");
    this.chartJS1.Eval("this.chart.options.scales.yAxes[0].gridLines.display = false");
    this.chartJS1.Eval("this.chart.update()");
}

 

I’ll keep you updated on the status of the enhancement!

 

Best,

Levie

  • Levie (ITG) answered Jan 30, 2021 - 5:30 pm
  • last active Jan 30, 2021 - 5:31 pm
0 votes

Hi Federico,

You can find your license key information under Support > Account > License Keys.

If you still have trouble, please contact support AT wisej DOT com.

 

Best,

Levie

0 votes

For a bound DataGridView with a combo box  column the solution for sorting is to:

  1. Add a column to the data source to hold the combo box display value which is populated using the selected value changed event
  2. Set sorting for the combo box column to be programmable
  3. Hide the display value column and set it to programmable sort.
  4. Use the Column click header event to sort the hidden column, but display the sort glyphs on the Combo box column.

This gives the illusion that you are actually sorting the combo box column

0 votes

Hello.

I’m going to reconsider this question and then
again as another question to support.
I’ll try again.

0 votes

Luca (ITG)
Thank you

1 vote
In reply to: wisej 3

Wisej 3 will be released toward the end of the year. Technology Partners will get a preview sooner.

  • Luca answered Jan 28, 2021 - 8:32 pm
Showing 4101 - 4120 of 11k results