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
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,
Ciao,
Best regards
Frank
Hi Stefano,
this enhancement is now available in Wisej 2.2.36.
Best regards
Frank
Hi Nello,
issue #2543 is fixed in our latest Wisej release (2.2.36).
Best regards
Frank
Hi Glenn,
this issue is fixed in our latest Wisej release (2.2.36).
Best regards
Frank
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
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.
Hi Stefano,
Please let me know if you have any issues with this!
Best,
Levie
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
Thanks Levie
I was dragging the dll from the project references into the toolbox …
Dragging from the DLL bin folder works fine …
Regards
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
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
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
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
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
Hi guys.
Any advice on this one?
Cheers.
Ivan
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
It’s issue #2554 https://wisej.com/issues/. Fixed internally and in the next build.
