adytmro

Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Author
    Replies
  • in reply to: small css problem #89201
    adytmro
    Participant

    It is not working for me :((

    in reply to: select row problem #89110
    adytmro
    Participant

    hy,

    i found the problem.

    i am querying from mssql server so the id was something like this: '0004

    in reply to: edit / update data on the server #89109
    adytmro
    Participant

    Hy again,

    It looks like the query in data.php wasn't correct.

    Problem solved.

    in reply to: Error “Length of colNames colModel!” #89056
    adytmro
    Participant

    hY,

    I have just tried to do what u wrote.

    The problem is the following:

    losTitulos = ” ['ID', 'Ficha']“;

    lasColumnas = “[ {name:'ID', width:50, hidden:true},”;

    lasColumnas += “{name:'Ficha', align:'center'}]“;

    grid:

    colNames: losTitulos,

    colModel: lasColumnas,

    now … after using firebug the script looked like this:

    colnames: ['ID', 'Ficha'],

    but we need:

    colnames: ['ID', 'Ficha'], // without ” “

    and the same for colModel.

Viewing 4 replies - 16 through 19 (of 19 total)

Stay connected with us in your favorite flavor!