tony

Forum Replies Created

Viewing 15 replies - 496 through 510 (of 7,981 total)
  • Author
    Replies
  • tony
    Keymaster

    Hello,

     

    There is a example in our commercial PHP component.

    I think you should get the point.

    Here is the example

     

    Kind Regards

    in reply to: jqgrid drag and drop headings for grouping #102141
    tony
    Keymaster

    Hello,

     

    Wow – it is good. Thanks for sharing this solution.

     

    Kind Regards

    Tony

    in reply to: preselect checkbox jqgrid on load #102139
    tony
    Keymaster

    Hello,

     

    You can use formatter checkbox. See demos and docs

     

    Regards

    in reply to: How to achieve fluid jqGrid height #102138
    tony
    Keymaster

    Hello,

     

    Thanks for the code and the idea , but there is a problem when we try to sort.

     

    Kind Regards

    in reply to: mobile version #102137
    tony
    Keymaster

    Hello,

     

    jqGrid Mobile is a paid version. You can play with it when looking our demo here

    and download a trial here.

     

    There was some bad links. They will be corrected.

     

    Regards

    in reply to: height in subgrid & nesteed subgrid #102136
    tony
    Keymaster

    Hello,

     

    Nobody will help you if you do not post you code or better make a link to the problem.

    Reasons for this can be thousands.

     

    Reegards

    in reply to: jQGrid keyboard navigation on grid with subgrids #102135
    tony
    Keymaster

    Hello,

     

    One possible reason for this is that you have eqial id in grid and subgrid – i.e you have id = 1 in grid and id = 1 in subgrid.

    To resolve the problem you will need to use idPrefix in subgrid. See docs.

     

    Regards

    in reply to: Binding additional keyboard events in Cell Editing mode #102134
    tony
    Keymaster

    Hello,

     

    Thanks for the feedback and the code posted.

     

    Regards

    in reply to: Dynamic columnNames and Column Model binding to Jqgrid #102133
    tony
    Keymaster

    Hello,

     

    This message explain very good what is happen.

    The length (the number of items) in dynamically build array colNames differ from those in colModel (the are not equal)

    I suggest you not to use colNames, but add a column property label in colModel and use only this array.

     

    intead of

     

    Regards

    in reply to: Group sorting doesn’t work #102132
    tony
    Keymaster

    Hello,

     

    summaryRound is column property and not a groupView one. Set it in certain column.

    Please explain what you expect and what is happen?

     

    I see you use server side code to get the data. The data should be sorted in appropriate way before it is send to the grid.

    See what is posted as sorting data when you perform the sort.

    We post the grouping fields too, which should be take in account in your server

     

    Regards

    tony
    Keymaster

    Hello,

     

    Unfortunately this is not supported.

     

    Regards 

    in reply to: remapping columns issue #102130
    tony
    Keymaster

    Hello,

     

    You put the function populateGrid in datetype parameter

     

    datatype: populateGrid

     

    This is wrong. Note that if a date type is function it is called every time (instead that you set loadonce true)  you want to do something with the data – serach and etc…

    One possible solutuion is after this is completed you can set a datetype again to local usin setGridparam

     

    Regards

    in reply to: Handling XSS in jqgrid WITHOUT autoencode #102129
    tony
    Keymaster

    Hello,

    I have answered you in your previous post.

    Please, do not post the same port in two different topics.

     

    Regards

    in reply to: XSS for inline editing with autoencode #102128
    tony
    Keymaster

    Hello,

     

    depending on the editing module you can use serializeEditData to make the conversion, before it is posted to the server

     

    Regards

    in reply to: json formatting help #102125
    tony
    Keymaster

    Better yet, is there a way to call a jQuery function after the json call, but before the grid renders the data so that I can convert the json to the proper format expected by jqGrid???

    See docs.

     

    Your json have two data tags, which is a little bit confused. Correct this and maybe you will get the data rigth.

     

    Regards

Viewing 15 replies - 496 through 510 (of 7,981 total)

Stay connected with us in your favorite flavor!