jahnvi25

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Author
    Replies
  • in reply to: colmenu default operator global option #126241
    jahnvi25
    Participant

    our business team decided to use different approach.. we are now using searching with dialog.. which is working for most cases..

    Thanks

    in reply to: multiselect with drag and ctrl click #126240
    jahnvi25
    Participant

    what we want is exactly happening when i set multimail = true.. but we want same functionality without clicking on checkbox.. but clicking on entire row..

    is this possible ?

    in reply to: datetimepicker bootstrap search dialog #126237
    jahnvi25
    Participant

    sorry correct link for image is

    https://ibb.co/bPRnYQ

    one more piece of info .. on close of date picker.. grid is not taking date string and query field is still empty.
    i tried following

    but still not working..
    thanks

    • This reply was modified 8 years, 10 months ago by jahnvi25.
    in reply to: multiselect with drag and ctrl click #126235
    jahnvi25
    Participant

    thanks for reply

    in reply to: multiselect with drag and ctrl click #126227
    jahnvi25
    Participant

    i did read the documentation. but i am not able to find answers.thats why i asked

    in reply to: colmenu not visible on columns #126224
    jahnvi25
    Participant

    finally i was able to fix the issue.. i was using different version of bootstrap(3.3.1) instead of 3.3.4 that grid needs.. but i do have one more issue..
    i need to align some column header text to left align. and i am doing that by following code in
    $grid.jqGrid (‘setLabel’, ‘symbol’, ‘Symbol’, {‘text-align’:’left’}); in gridComplete.
    but after this, i dont see colmenu disappears.
    is there a another way to align header text ?

    in reply to: dynamically show/hide col with latest version #126215
    jahnvi25
    Participant

    to itscor,,

    you can just go to download page (http://guriddo.net/?page_id=103292) and click on button which says ‘download’ to download library

    in reply to: dynamically show/hide col with latest version #126214
    jahnvi25
    Participant

    found the issue.. it was because of method
    $grid.jqGrid(‘setFrozenColumns’).. if i call ‘destroyfrozencolumns’ before show/hide its working fine.

    thanks

    in reply to: timestamp formatting with dates #126209
    jahnvi25
    Participant

    sorry for late reply.but its working as expected.. i had problem in data

    in reply to: timestamp formatting with dates #126190
    jahnvi25
    Participant

    more info.. i am trying set the dates values using setCell method.

    in reply to: getLocalRow for rowId as string #126189
    jahnvi25
    Participant

    we changed the code so that id would always be integer

    in reply to: real time update with streaming data #126186
    jahnvi25
    Participant

    ok. sorry.. i will create a new post

    in reply to: real time update with streaming data #126182
    jahnvi25
    Participant

    one more question..

    how can i use frozen columns without setting width of grid.. i do want grid to take parent width.. (thats why i am not setting width:xxx) then frozen:true would not work..

    but if i do $grid.jqGrid({
    width:700,
    xx…..
    });

    $grid.jqGrid(‘setFrozenColumns’);
    then things are working.. but if i removed ‘width:700’ then frozen is not working..

    in reply to: real time update with streaming data #126181
    jahnvi25
    Participant

    i have problem formatting data with dates. from server i am getting unix timestamp like ‘1494216000000’.. i tried below in colmodel

    {label:’Ex Div Date’,name:’divExDate’,width:100,sorttype:’date’,align:’right’,formatter:’date’,formatoptions: {srcformat:’U’,newformat:’ShortDate’}}) which is not working..

    then i converted unix date into something like

    $grid.jqGrid(‘setCell’, rowId, “divExDate”, “2017-05-17”);

    with

    {label:’Ex Div Date’,name:’divExDate’,width:100,sorttype:’date’,align:’right’,formatter:’date’,formatoptions: {srcformat:’Y-m-d’,newformat:’ShortDate’}});

    which is not working as well..

    what is the default format which i can use so that sorting and displaying works properly.. ( i can format server date to whatever default format jqgrid is expecting)

    Thanks

     

    in reply to: real time update with streaming data #126175
    jahnvi25
    Participant

    one more question. how can i control the alignment of column header ? i want some columns title to align left and some to align right .

    thanks

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

Stay connected with us in your favorite flavor!