Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Null values Posts
  • Null values #67757

    jperera
    Participant

    Hello everybody, I’m having this problem that I’m loading some information from the database and usually most of the fields are NULL, when I’m showing the information in the web the controls have the value of null, I mean jqxinput or cells in the grid.
    My question is, there is any easy to change the value of nulls for its accordingly empty value: for example:
    field: string code = null then code = empty
    field int age = null then age = empty

    thank you very much!!!

    Null values #67772

    Peter Stoev
    Keymaster

    Hi jperera,

    If it displays “null” then you pass “null” string, not null value. Nulls are interpreted as “” by default.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.