Editor 1.9.4 no longer supports Editor.Process Method (UnvalidatedRequestValues)

Editor 1.9.4 no longer supports Editor.Process Method (UnvalidatedRequestValues)

KanthKanth Posts: 20Questions: 9Answers: 0

According to https://editor.datatables.net/docs/1.7.4/net/html/5eb253e4-8637-81e5-9d8f-40f0040239d5.htm the editor is supposed to support Unvalidated Request values. My version, 1.9.4, does not have this ability.
Bug or intentional?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,776Questions: 1Answers: 10,112 Site admin

    It does but only in .NET Framework, not .NET Core.

    Which are you using?

    Allan

  • KanthKanth Posts: 20Questions: 9Answers: 0

    I am using .NET 4.7.2.
    I see:

            Public Function Process(Optional data As NameValueCollection = Nothing, Optional culture As String = Nothing) As Editor
            Public Function Process(request As HttpRequest, Optional culture As String = Nothing) As Editor
            Public Function Process(Optional data As IEnumerable(Of KeyValuePair(Of String, String)) = Nothing, Optional culture As String = Nothing) As Editor
            Public Function Process(data As DtRequest) As Editor
    

    No others are showing up.
    I am referenceing "DataTables-Editor-Server.dll" v 1.9.4.0

  • allanallan Posts: 61,776Questions: 1Answers: 10,112 Site admin
    Answer ✓

    Got it - sorry about that! Fixed here.

    I've just put the updated dll's up here and they'll be bundled in the next release as well.

    Regards,
    Allan

This discussion has been closed.