majkel

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)
  • Author
    Replies
  • in reply to: Cell edit – space after click #86064
    majkel
    Participant

    Ups.. Sorry 😉

    Greetings

    Majkel

    in reply to: Cell edit – space after click #86039
    majkel
    Participant

    Mozzilla 2.0 and IE 6 works fine. Such behaviour is in Chome 1.0.154.48

    Greetings

    Majkel

    in reply to: navGrid in footer and header #85964
    majkel
    Participant

    Navgrid Ex:

    $(“#”+grid_table_id).navGrid('#pager2,#pager',{refresh:true,edit:false,add:false,del:false,search:false})

    $(“#grid_table”).jqGrid({

    ….

    in reply to: Multiple toolbar search and values in select edittype #85951
    majkel
    Participant

    OK it works but:

    Is there a way to define surl staticaly??(in the same file as colmodel ex:

    var myvar = ' all initialcopiedfiledcheckit'

    {name:'status1',index:'status1',editable:true,edittype:'select',editoptions:{value:'2:initial;3:copied;4:filed;5:checkit'},width:30, surl:myvar}

    in reply to: Sorting and cell editing #85853
    majkel
    Participant

    Sure it is not a bug, should I write such a posts in Feature Request ?

    In my opinion it is sometimes hard to use it with mouse. Because user clicks on many items inside,outside grid to close edited cell.

    If user clicks outside of grid edited cell should be closed.

    But it is my private opinion 🙂

    Can I change it in easy way in my project? Where should I start?

    in reply to: Problem with import ( JSON) #85852
    majkel
    Participant

    “pager” : “#pager2”,

    Whole JSON

    {

    in reply to: formatter:’currency’ and NULL ;unproper displaying #85851
    majkel
    Participant

    Thanx

    I set something like that

    formatter:'currency',formatoptions:{defaultValue:'null'}

    and it works OK (no value in the field)

    but if I set eny other string in defaultValue ex:

    in reply to: Multiple toolbar search – wrong position of input fields #85828
    majkel
    Participant

    When we set one width for grid. Grid is stretch, but fields of multiple toolbar search have the same width so the whole toolbar search is much smaller.

    Ex.

    jQuery(“#grid_table”).setGridWidth(700);

    in reply to: Nested JSON problem with send (Cell editing) #85727
    majkel
    Participant

    Got solution

    Should be something like this:

    {'data':items,'item[1]':'one','item[2]':'two'};

    Greetings

    Majkel

    in reply to: Import MS Excel (XLS) into the grid #85721
    majkel
    Participant

    Try this

    http://www.codeplex.com/PHPExcel

    if using PHP

    Greetings

    Majkel

    in reply to: Import once per page #85709
    majkel
    Participant

    What about navgrid: ex:

    .navGrid('#pager',{refresh:true,edit:true,add:true…..

    It is outiside of the grid is it possible to import /export too??

    Greetings

    Majkel

    in reply to: rowList – all results #85708
    majkel
    Participant

    Confirmed rtordable test:

    $limit = $_REQUEST['rows'];

    $limit throws the last valid result. * can't be passed.

    Greetings

    Majkel

    in reply to: Hide/show column and add option not recovered state #85700
    majkel
    Participant

    One more :

    Grid has to have hide/show columns enabled and option multiple toolbar search. When we hide some columns toolbar search has still primary state(with all fields)

    Majkel

    in reply to: Nested JSON problem with send (Cell editing) #85694
    majkel
    Participant

    I know 🙂

    But on JQuery forum there was nosolution.

    I overcome this problem using:

    $data = json_decode($_POST['data'],true);

    and on JS side:

    items = JSON.stringify(changed_cells);

    But i thik there is simpler solution

    Greetings

    Majkel

    in reply to: Unpleasant effect in big tables #85619
    majkel
    Participant

    It is cell edit. I will try to put some examples online

Viewing 15 replies - 1 through 15 (of 35 total)

Stay connected with us in your favorite flavor!