All Answers

0 votes

As for the first question I tried to make the bind button Tag property:
Button1.DataBindings.Add(“Tags”, dataView, “nominative”)

But using the following Sub gives me an empty message

Private Sub Button1_Click(sender As Object, and As EventArgs) Handles Button1.Click
    MsgBox(Button1.Text)
End Sub
Am I wrong?

Grazie

0 votes

Hi Andrew,

I send in attachment the way you can use for keep rows in the viewport after BindingList changed.

When you use BindingList set once time in controller _jobList.RaiseListChangedEvents = true and you are not obliged to _jobList.ResetBindings() after set your modification’s action. BindingList have already an event for change data in DataGridView.

 

Best,

Kevin(ITG)

File supporttasks_datagridview-scrolls-to-focused-row-after-resetbindings,

 

  • Kevin answered Feb 11, 2021 - 2:00 pm
0 votes

Ciao,

  1. If your DataRepeater is data bound you can simple bind your button Tag property to your item ID.
    If not, you can assign the button tag when filling the DataRepeater
  2. You can handle the ItemUpdate event. Here your get the item in e.Item.
    Use FindControl to identify your child controls and then you can show/hide based on any condition.

Best regards
Frank

0 votes
In reply to: ChartJS grid lines

Hi Stefano,

this enhancement is now available in Wisej 2.2.36.

Best regards
Frank

0 votes

Hi Nello,

issue #2543 is fixed in our latest Wisej release (2.2.36).

Best regards
Frank

0 votes

Hi Glenn,

this issue is fixed in our latest Wisej release (2.2.36).

Best regards
Frank

0 votes
In reply to: RibbonBar designer bug

Hi Cristian,

this has been logged by Levie as #2565 and the fix is now included in our latest Wisej release (2.2.36).

Best regards
Frank

0 votes

Levie (ITG)
Thank you

The implementation of MobiScroll library is included
I’m looking forward to it.
Check the time picker of keen-slider by yourself
I’ve almost done it in the widget,
If you change the hours and minutes with a swipe at the end
Get the hour and minute values at the right time.
Attach the program source that is halfway through
Please tell me how to do it.
* First, use CallAsync to get the value.
I went, but in the case of asynchronous, time
The value of the minute is different from that of the other.
“Wisej.Web.Ext.KeenSlider / JavaScript / InitScript.js”
Time at 127 lines in your Javascript program source
131 lines, minutes and values to widget side at the correct timing
Please tell me how to return it.
* TimePicker.cs 128 and 145 lines of time and minute acquisition properties
I want to return the value to.

 

0 votes
In reply to: chartjs

Thank you Levie.

0 votes
In reply to: chartjs

Hi Stefano,

  • There is an issue with setting the Font in the designer, but for the Label color open the Options Editor and navigate to Scales > yAxes[0] > ScaleLabel > Color
    • You can still set the Font Size programmatically.

 

  • If you want smooth curving lines I believe you’re referring to the LineTension property, which can be found as a property of the ChartJS DataSet.

Please let me know if you have any issues with this!

Best,

Levie

0 votes

Hi Tom,

I’m sorry you’re having this issue!

This is a common Visual Studio error with projects on startup often caused by the same assembly getting loaded multiple times.

Check out this thread for more information: https://wisej.com/support/question/unable-to-cast-object-of-type-wisej-web-form-to-type-wisej-core-iwisejcontrol-when-re-opening-wisej-project

I suggest trying to rebuild the project in Visual Studio, close it, and reopen it.

If it still doesn’t work after this, please let me know and I’ll be happy to assist!

Best regards,

Levie

  • Levie (ITG) answered Feb 8, 2021 - 4:03 pm
  • last active Feb 8, 2021 - 4:03 pm
0 votes

Thanks Levie

I was dragging the dll from the project references into the toolbox …

Dragging from the DLL bin folder works fine …

Regards

 

 

  • MARCELO BLANK answered Feb 8, 2021 - 3:50 pm
  • last active Feb 8, 2021 - 3:52 pm
0 votes

Hi Takao,

If you want to use the native pickers of the device, you can use a TextBox and change the InputType Property to Time / Date/ DatetimeLocal, etc.

We’re actually working on a way to integrate Wisej’s TimePicker and DatePicker with the MobiScroll library by default, but this will take some time to implement.

We’ll let you know when it’s ready!

HTH,

Levie

 

0 votes
In reply to: RibbonBar designer bug

As a temporary workaround you can set RibbonBarPage.Visible in the Designer file of the page. You’ll still get an error, but it should get applied anyways.

HTH,

Levie

0 votes
In reply to: RibbonBar designer bug

Hi Cristian,

Thanks for reporting the issue, we were able to reproduce it.

I’m logging the issue and will try to get a fix for you in the next build!

Best regards,

Levie

 

0 votes

Hi Marcelo,

Are you dragging the Wisej.Web.Ext.Syncfusion dll directly from the project’s build folder (\Wisej.Web.Ext.Syncfusion\Wisej.Web.Ext.Syncfusion\bin\Debug)?

When adding controls to the Toolbox it’s important to verify that the source directory contains all the references needed for the controls (Wisej.Framework.dll in this case).

You can also attempt to add the controls by right-clicking your tab in the Toolbox and click “Choose Items…” and browse to the bin directory of the Syncfusion project to add the dll.

Please let me know if this works for you!

Best,

Levie

  • Levie (ITG) answered Feb 8, 2021 - 3:13 pm
  • last active Feb 8, 2021 - 3:14 pm
0 votes

Hi Harald,

Thanks for the info.

It looks like the issue occurs when the PictureBox’s SizeMode is set to AutoSize. You should be able to set it to another SizeMode and it should work fine.

I’ll log an issue and we’ll see if we can get it fixed for the next build!

Best,

Levie

0 votes

Hi guys.

Any advice on this one?
Cheers.

Ivan

0 votes

Hi Stefano,

Please take a look at the attached sample and let me know if that’s what you’re looking for!

You can find more information about using the Time Cartesian Axis here: https://www.chartjs.org/docs/latest/axes/cartesian/time.html

The main thing to note is you will probably want to use an anonymous array of objects in the “Data” property of the DataSet.

HTH,

Levie

0 votes

It’s issue #2554 https://wisej.com/issues/. Fixed internally and in the next build.

  • Luca answered Feb 4, 2021 - 4:52 pm
Showing 4081 - 4100 of 11k results