Models data problem

Posted by: kbj on 29 September 2018, 3:31 am EST

    • Post Options:
    • Link

    Posted 29 September 2018, 3:31 am EST

    n the following example, the control won’t allow editing of cell values. This is a critical bug.

  • Posted 29 September 2018, 3:32 am EST

    n the following example, the control won’t allow editing of cell values. This is a critical bug.

    
    In the following example, the control won't allow editing of cell values. This is a critical bug.
    Imports FarPoint.Win.Spread
    Imports FarPoint.Win.Spread.Model
    Public Class Form1
        Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
            Dim wb = New FpSpread
            Dim ws = New SheetView
            Dim dm = New myDataModel
            dm.RowCount = 3
            dm.ColumnCount = 3
            ws.Models.Data = dm
            wb.Sheets.Add(ws)
            Controls.Add(wb)
        End Sub
    End Class
    Public Class myDataModel
        Inherits DefaultSheetDataModel
    End Class
    
    
  • Posted 29 September 2018, 6:47 am EST

    I have tested this with 40.0177 (it works)

    I have tested this with 45.20181 (it doesn’t work)

    I have tested this with 45.20183 (it doesn’t work)

    -Kingman

  • Posted 30 September 2018, 3:46 pm EST

    Hello,

    Unfortunately, we are unable to replicate the issue at our end with the given information using Spread Win version 11.45.20183.0(latest version) on Windows 10 X 64 bit machine.

    We created a sample application using the code you provided but we are unable to replicate the issue.

    We request you to send across your sample and also share your machine configuration and system architecture so that we can investigate the issue further.

    Thanks,

    Reeva

  • Posted 2 October 2018, 12:42 am EST

    Hi Reeva,

    I think you may be on the right track . . . The sample program runs ok on my office desktop, but not on my laptop.

    The laptop is a 1st gen Surface Book running Win 10 pro ver. 1803.

    I have the most current version of spread installed.

    The main difference between the 2 systems is that the laptop’s display scale is 200%.

    I’ll run the app on another hi def systems and see what happens.

    -Kingman

  • Posted 4 October 2018, 10:16 pm EST

    Hello,

    We are able to replicate the issue on Win10 X 64 bit laptop with 100% display as well and hence we are escalating the same to the concerned team for the fix.

    Tracking id for your issue is #265220

    We will update you as soon as we hear anything from our concerned team.

    Thanks,

    Reeva

  • Posted 5 October 2018, 8:53 am EST

    Hi Reeva,

    Thanks for the follow up. Now I am seeing the issue on all of my systems, 1 hi def laptop, 1 hi def desktop, 1 reg def desktop. Further investigation reveals that Range Group expand and collapse are frozen in the above example. If I use an Spread and SheetView dropped on a winform, the cells will edit, but range groups are frozen.

    Please expedite resolution since I imagine this is a fairly critical bug.

    Thanks again,

    Kingman

  • Posted 7 October 2018, 10:07 pm EST

    Hello,

    We could observe the issue and our developers have fixed your issue and it will be out in next Spread V12 release which is scheduled by end of this month.

    Thanks,

    Reeva

  • Posted 10 November 2018, 5:03 am EST

    Answered but not solved . . .

    When will V12 be released?

  • Posted 11 November 2018, 10:01 pm EST

    Hello,

    Due to certain reasons, the release has been postponed and now it is expected in month of December, but we are still trying to figure out the exact dates of the release from our concerned team. We will get back to you with the dates once we will have update from our concerned team.

    Thanks,

    Reeva

  • Posted 12 November 2018, 2:48 pm EST

    Hello,

    According to our concerned team, our next V12 release for Spread Winforms is expected in first week of December.

    Thanks,

    Reeva

  • Posted 18 November 2018, 10:10 pm EST

    Hello,

    Further communication on this issue is done through SupportOne issue here:-

    http://supportone.componentone.com/home/casedetail/354413

    Thanks,

    Reeva

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels