jQWidgets Forums

jQuery UI Widgets Forums Grid validation Position

Tagged: ,

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • validation Position #50392

    knight88
    Participant

    Hi Guys..

    Just simple question… about Grid validation in columns
    by default using the example code :
    ****************************************************
    { text: ‘Quantity’, datafield: ‘quantity’, width: 70, cellsalign: ‘right’, columntype: ‘numberinput’,
    validation: function (cell, value) {
    if (value < 0 || value > 150) {
    return { result: false, message: “Quantity should be in the 0-150 interval” };
    }
    return true;
    }
    }
    ****************************************************
    the validate message will appear in bottom of row grid (it will not work if i set autoheight : true) so,
    can you provide code @ example ,how to change the positon of validate massage grid ?

    validation Position #50402

    Peter Stoev
    Keymaster

    Hi knight88,

    There’s no property for changing the validation message position. Do you use jQWidgets v3.2.1? If yes, then please provide a sample code which demonstrates your scenario.

    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.