OlegK

Forum Replies Created

Viewing 15 replies - 766 through 780 (of 968 total)
  • Author
    Replies
  • in reply to: Width of input elements in edit form not correct (3.8 beta) #95906
    OlegK
    Participant

    Hi Richard!

    It's pitty, that trirand forum has no “mark post as unreaded” feature. Last time I unswer on meny questions in the forum and almost forget about your post.

    Now I read it and find out that on the http://www.baupartners.nl/jqGrid/ you load grid.formedit.js twice. The fitst time it is loaded before loading grid.base.js. Try to remove the line

    before the line

    best regards

    Oleg

    in reply to: inline edit and select type #95903
    OlegK
    Participant
    Hi Tomaž,

    I am not sure that I full understand what you want. So I write two main problems which I see

    1. You choose on the server side ids of the rows in a complex way and the values have special characters
    2. The dataUrl of the 'category_entity_id' column should contain the value from the 'supplier_short_name' column from the same row.

    To the first problem. It is bad if you use complex method to build rowIds and it is very bad if they have come exotic characters. You should understand that rowIds will be used as ids of HTML elements of row (

    elements). A lot of code can work incorrect if you place any characters inside the id. For example if you have “bla td” as id and inside of jqGrid code will be used jQuery('#'+ rowId) then one receive jQuery('#bla td') which will be interpret as selector of td element which is child of the element with id 'bla'. jqGrud try to eliminate some problems with special characters in rowIds normalizing ids with respect of $.jgrid.jqID

    in reply to: Issue Sorting Json in jqGrid 3.6.1 #95901
    OlegK
    Participant

    Which id has you table element of the jqGrid: “list” or “gridid”? In your code you use both.

    Your JSON data has “i” instead of “id” (for example “i”: 123456).

    The data which you pasted can not be verified in http://www.jsonlint.com

    in reply to: inline edit and select type #95899
    OlegK
    Participant

    Sorry but I not really understand your question. You posted code without enough description what you want

    in reply to: jqGrid and JSON returns no data #95889
    OlegK
    Participant

    There are different ways to implement what you want. For example you can place table and pager inside a div:

    in reply to: Formatter: Date Problem #95887
    OlegK
    Participant

    Hi!

    Could you post a code example with the test JSON data which could be used to reproduce your problem?

    Regards
    Oleg

    in reply to: jqGrid and JSON returns no data #95886
    OlegK
    Participant

    Hi MSE!

    Sorry, but I don't understand what do you mean under “5 buttons that will access 5 different sections of data”. Could you explain this more detailed in other words.

    Regards
    Oleg

    OlegK
    Participant

    Look at this example, which I created for this answer on the stackoverflow.com. It seems to me you can create your implementation based on my example. You can examine in IE8 Developer Tools or in Chorome/Firefox Firebug/Developer Tools the ids of the search toolbar. They will be built from like gs_Name, gs_Category, gs_Subcategory, where Name, Category and Subcategory are the names of the columns.

    You can use construct like

    $(“#gs_Name”).focus().trigger({ type : 'keypress', charCode : 'A' }).trigger({ type : 'keypress', charCode : 13 });

    to simulate press 'A' and Enter in the 'Name' column of grid.

    Best regards
    Oleg

    in reply to: jqGrid and JSON returns no data #95882
    OlegK
    Participant

    Hi!

    In general you data and jqGrid seems almost OK. After replacing some

    in reply to: Issue Sorting Json in jqGrid 3.6.1 #95881
    OlegK
    Participant

    To be able to help you you should post the JSON data which makes the problem: 2-3 line of data wold be OK (if you want test local paging you can send 6 rows and set rowNum: 5).

    One typical problem could be that you used

    in reply to: How to change the recreateForm #95880
    OlegK
    Participant

    Hi Stephen!

    I would you set recreateForm: true

    in reply to: How to pass data of the cell from jqGrid to the “cellurl” #95878
    OlegK
    Participant

    If your beforeSubmitCell function will returns an object it will be combined with the postdata. For example is you fill use

    in reply to: How to pass data of the cell from jqGrid to the “cellurl” #95871
    OlegK
    Participant

    You can use Fiddler

    in reply to: INSENSITIVE case search solution for 3.7.2 #95868
    OlegK
    Participant

    Look at my suggestion from /blog/?page_id=393/bugs/case-insensitive-local-searching/

    in reply to: what is the form id #95864
    OlegK
    Participant

    It's OK Stephen. The most important that the documentation has correct and not wrong information. Some releases before formid parameter was really form id, now it is jQuery form object. I personally would be better to rename the parameter from formid to form in the documentation.

    Best regards
    Oleg

Viewing 15 replies - 766 through 780 (of 968 total)

Stay connected with us in your favorite flavor!