Giter VIP home page Giter VIP logo

Comments (4)

David-Moreira avatar David-Moreira commented on May 31, 2024

@stsrki can you take a look?

from blazorise.

stsrki avatar stsrki commented on May 31, 2024

Can I ask for a sample project to reproduce it on our side?

Also, I see that you're using it within DataGrid, so you might have an invalid binding. And also an invalid syntax. You open with NumericPicker and close with the NumericEdit tag.

Please change it to this

<Validation Validator="@ValidationRule.None">
  <NumericPicker TValue="int?" Value="@((int?)context.CellValue)" ValueChanged="@(value => context.CellValue = value)" />
</Validation>

from blazorise.

github-actions avatar github-actions commented on May 31, 2024

Hello @cpiber, thank you for your submission. The issue was labeled "Status: Repro Missing", as you have not provided a way to reproduce the issue quickly. Most problems already solve themselves when isolated, but we would like you to provide us with a reproducible code to make it easier to investigate a possible bug.

from blazorise.

cpiber avatar cpiber commented on May 31, 2024

I tried it in a clean project and cannot reproduce it. Neither inside the DataGrid nor outside, regardless of the actual type (as per your suggestion). As for the mismatching ending tag, I'm not sure how that happened, I may have copied too much (I removed some things, like <FieldHelp>), as it is it wouldn't compile.

from blazorise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.