tony

Forum Replies Created

Viewing 15 replies - 406 through 420 (of 7,981 total)
  • Author
    Replies
  • in reply to: How to get rid of alertmod div #102307
    tony
    Keymaster

    Hello,

    Thanks

    Usually the div with the modal is created(inserted) after the grid div.

    in thos case if you remove the panel then the alert modal should be removed too.

    So you can remove this one or simple remove the element with id = alertmod_ + the id of the grid, but …  this is a problem and I have fixed it. In the next version you can use

    GridDestroy

     

    method which removes the alert modal too.

     

    Thanks

     

    Kind Regards

    in reply to: How can I embed hidden record id in jqGrid cell? #102306
    tony
    Keymaster

    Hello,

     

    The pivot grid is a diffrent job.

    The main purpose for this grid is to diplay the data in diffrent manner, but to to update it.

    Note that the rows in the source are converted to columns and in this case the update of the right table is not possible.

     

    Kind Regards

    in reply to: No support for jQuery 1.8.1 #102305
    tony
    Keymaster

    Hello,

     

    This is quite possible. Please use the version from the official download.

     

    Kind Regards

    in reply to: Help with a editable grid #102304
    tony
    Keymaster

    Hello,

     

    Ok. It is interesting to know if you have solved the problem.

     

    Kind Regards

    in reply to: Jqgrid Toolbar dropdown clear search button [x icon] #102303
    tony
    Keymaster

    Hello,

     

    You can use defaultValue search option – see docs.

     

    Kind Regards

    in reply to: delete with ‘id’ no matter which is the key on the Grid #102302
    tony
    Keymaster

    Hello,

     

    If search or sorting is server side you can styl change a little bit your code so that the accepted parameter id is converted to something.id

     

    Kind Regards

    in reply to: filter dropdown from another dropdown #102301
    tony
    Keymaster

    Hello,

     

    As far as I understand you try to make depened dropdown in search toolbar.

    Using dataUrl is way to build the selects only once when the search toolbar is created.

    I think you will need to bind a change event to the first dropdown on which when the values is changed to will the second with the needed values.

    You can use dataEvents option to do this – see the docs.

    To grab the second select element you should know that the id of this element is a combination of gs_ plus  the column name.

     

    Kind Regards

    in reply to: ondblClickRow with subgrid #102300
    tony
    Keymaster

    Hello,

     

    Can you please put a link to the problem or post your code?

     

    Regards

    in reply to: 2 Issues in grid with subgrid in jqgrid #102299
    tony
    Keymaster

    Hello,

    You may search this forum for answer.

    Without showing  your code nobody will try to help.

    Kind Regards

    in reply to: can only click bottom row in grid as sub grid #102298
    tony
    Keymaster

    Hello,

     

    Thanks for the feedback and let us know.

    Yes jqGrid need to have unique ids. key:true is recommended approach for this purpose.

     

    Kind Regards

    in reply to: Doubling column header text #102297
    tony
    Keymaster

    Hello,

    You can see the data in colNames when you get them to the server and before to put them in the jqGrid.

    I thing you should every time the button is clicked to remove the grid, create it again and apply the setting.

     

    Regards

    in reply to: Resizing ColumnChooser dialog #102296
    tony
    Keymaster

    Hello Oleg,

     

    I have put your code for columnChooser in the official release. 

    Many thanks for this.

    I have not minclude the other code for auto resizing columns I

     

    My Best Regards

    Tony

    tony
    Keymaster

    Hello,

     

    Do you see the file in other content?

    Try to show the picture in a div outside jqGrid?

    Do you have any limitations on server regarding image files?

     

    Kind Regards

    in reply to: found possible bug in setRowData #102294
    tony
    Keymaster

    Hello,

     

    Thanks. It seems to me you are right. The problem is fixed in GitHub.

     

    Best Regards

    in reply to: How to create new grid in a modal? #102293
    tony
    Keymaster

    Hello,

     

    There is nothing special on this.

     I recommend you to use jQuery UI Dialog

    Try first to include a simple content with this dialog and the replace this content with the jqGrid content.

     

    Kind Regards

Viewing 15 replies - 406 through 420 (of 7,981 total)

Stay connected with us in your favorite flavor!