jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: jqxInput on Grid jqxInput on Grid #77422

    mac
    Participant

    Hi, i found a solution for this.
    bind the column with cellvaluechanging event

    		            cellvaluechanging: cellvaluechanging,
    
     
    and
    var cellvaluechanging = function (row, datafield, columntype, oldvalue, newvalue) {
    			     if (countrySelected ) {
    			         return newvalue;
    			     }
    			     return oldvalue;
    			 }
    in reply to: jqxInput on Grid jqxInput on Grid #77419

    mac
    Participant

    Hi Everyone,
    Any possibilities of force selection in jqxInput(on editable cell)?
    in the above code example, i managed to capture the events and figured out if jqxInput’s selection is done or not.
    But i cant set the value to blank if no selection is made.
    From editor can we update the value?

    in reply to: jqxInput on Grid jqxInput on Grid #77400

    mac
    Participant

    Thanks for the response Peter.
    How can we implement force selection in jqxInput? (jqxInput is on jqxgrid cell)

    in reply to: jqxInput in Grid jqxInput in Grid #77374

    mac
    Participant

    Hi,
    Can we bind focus/blur/change/select events to jqxinput in the above example?
    My concern is to make jqxinput force select one from the auto popup list or none.
    My jqxinput is in jqgrid, similar to above example

    in reply to: jqxInput on Grid jqxInput on Grid #77371

    mac
    Participant

    in the above on ‘close’ event, i’d like to check if there was a selection, if NO wanted to blank the cell.
    But the ‘row’ was always first edited row.
    any thing wrong there? or any better approach?

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