tony

Forum Replies Created

Viewing 15 replies - 946 through 960 (of 7,981 total)
  • Author
    Replies
  • in reply to: Appeareance messed up on a first attemp at jqgrid #101287
    tony
    Keymaster

    Hello,

    When using the link, FireFox console show the followin:

    “NetworkError: 500 Internal Server Error – http://yehudaheraldry.com/classtrack/css/ui.jqgrid.css”

    This mean that the link to the jqGrid css file is wrong. Please correct this.

    Kind Regards

    in reply to: jqGrid a.grid.bDiv is null or not an object #101285
    tony
    Keymaster

    Hello,

    This is little difficult to reproduce.

    If you unload the grid, the use maybe a setTimeout to create it and obtain data. It is quite possible that under some conditions

    you try toload a data on non existing grid.

    Regards

    in reply to: Appeareance messed up on a first attemp at jqgrid #101284
    tony
    Keymaster

    Hello,

    Sorry , I cna not see what is happen.

    The link you give us is not correct.

    Please use the href tag in the editor – Mark some text and the href will apper.

    Regards

    in reply to: JQGrid title bar hiding menu #101283
    tony
    Keymaster

    Hello,

    I recommend you to look at z-index of the menu widget.

    We do not set any z-index of the grid – we use only zindex for the form editing.

    If you set relative high z-index of the menu maybe you will solve your problem.

    Regards

    in reply to: pass parameter at run time to jqgrid #101281
    tony
    Keymaster

    Hello,

    Not sure I understand the problem.

    Try to create a variable and pass the variable and not the actuall value.

    Regards

    in reply to: Support for Windows Store App(Windows 8 App) #101280
    tony
    Keymaster

    Hello,

    In the next couple of days we will remove all javascript:void (0) from our code.

    Just check the status of this in GitHub.

    Thanks

    Kind Regards

    tony
    Keymaster

    Hello,

    I'm confused with a way you want to achieve this.

    The first common error is that you create the grid every time you select a row.

    This is wrong. When the grid is created, every call to the code agin will return nothing

    $('#grid_d').jqGrid(skill_options('rest/developer/' + row_id + '/skills'))

    This will work only once.

    In the demo we have a example just look on it.

    Regards

    in reply to: View Record – for multi select grif #101275
    tony
    Keymaster

    Hello,

    This is not a bug, but feature. When you use prev/next buttons they act as you have select the row and since you are in multiselect mode this happen. You can overcome this using the multiboxonly option. See documentation.

    Regards

    in reply to: Problem setting data option #101274
    tony
    Keymaster

    Hello,

    The code that will workmost eficently is this

    var data = [ { “item”:”1″,”title”:”A title” }, { “item”:”2″,”title”:”A second title” } ];

    var obj = {};

    obj.datatype=”local”;

    obj.width= 700;

    obj.height=400;

    obj.colNames= [“Item #”, “Title”]

    obj.colModel= [{name:'item',width:'50'}, {name:'title',width:'100'} ];

    obj.data = data;

    var grid = $(“#my-table”).jqGrid(obj);

    See data parameter in the docs and datatype is set wrong

    Regards
    in reply to: Issue with resize marker #101273
    tony
    Keymaster

    Hello,

    Thanks. Will check this example.

    Regards

    in reply to: Filtertoolbar #101272
    tony
    Keymaster

    Hello,

    How do yo set the column to be searchble?

    Setting the search tofalse does not make this field searchable.

    What is filter label?

    When you search on the toolbar the labels of the columns are used or I'm wrong?

    The best is to consult first the documentation

    Regards

    in reply to: JqGrid: Showing text for HTML elements inside column #101265
    tony
    Keymaster

    Hello,

    Set autoencode to false. Look into the docs what this means.

    in reply to: jqGrid Remove Extra Parameters Attached to Delete Url #101263
    tony
    Keymaster

    Hello,

    Use serializeDelData to return parameter what you want.

    Look here

    Regards

    in reply to: JqGrid: Showing text for HTML elements inside column #101262
    tony
    Keymaster

    Hello,

    Please check your code when you build the input. It is quite possible to have some missed ' or “.

    The sinple way to test is to just make a string like this:

    var activeBtn = “”;

    Regards

    in reply to: How to hide jqgrid before to open a dialog #101258
    tony
    Keymaster

    Hello,

    There is a method for this purpose.

    Please look here in the Add on Methods Section

    Regards

Viewing 15 replies - 946 through 960 (of 7,981 total)

Stay connected with us in your favorite flavor!