tony

Forum Replies Created

Viewing 15 replies - 6,286 through 6,300 (of 7,981 total)
  • Author
    Replies
  • in reply to: ‘$.jgrid.defaults’ is undefined or not an object #85474
    tony
    Keymaster

    Hello,

    Be a sure that you load your language file. This file should be loaded before jqGrid.

    Regards

    Tony

    in reply to: Both multiselect and inline editing at once #85473
    tony
    Keymaster

    Hello,

    When this way it is not possible. Another approach is if you use custom buttons for inline editing. When this way the above is possible,

    Regards

    Tony

    in reply to: “Scroll To” in TreeGrid #85472
    tony
    Keymaster

    Hell,

    You can do it dynamic setting scrollrows options to true and play with setSelection.

    Regards

    Tony

    in reply to: Custom Cell Class #85471
    tony
    Keymaster

    Hello,

    The new 3.4 add such philosophy in JSON (read more complex structure). I think it is possible to extend some of this in XML.

    Regards

    Tony

    in reply to: setting the property “value” for elements #85470
    tony
    Keymaster

    Hello,

    Also I see you

    in reply to: Up Down Keys in Navigation #85469
    tony
    Keymaster

    Hello,

    Sorry, but I do not understand. Be a more detailed. What you use – cell edit or the option scrollrows?

    Tony

    in reply to: Multiselect and column ordering #85468
    tony
    Keymaster

    Hello,

    Thanks. Will be in next release.

    Regards

    Tony

    in reply to: rowList – all results #85467
    tony
    Keymaster

    Hello,

    The grid does nothing to do. Actually your server side code should make these calculation. I suppose you use something like the examples and if the page limit is * then you should check your code server side since if param=*,

    then a*param give you wrong result.

    Regards

    Tony

    in reply to: jQuery version requirement for versions #85466
    tony
    Keymaster

    Hello,

    Thank you for this. Actually since 3.x grid can be used with jQuery >= 1.2.x. We will correct this in the docs. Not sure (should check) but any release commes with the supported jQuery lib.

    Best Regards

    Tony

    in reply to: Cell Editing checkbox problem #85465
    tony
    Keymaster

    Hello,

    There is a known bug when a checkbox is used in all editing modules. I will publish second release of 3.4 soon.

    Thank you

    Regards

    Tony

    in reply to: anomaly in the management of the events in Form Editing #85464
    tony
    Keymaster

    Hello,

    I think you make a mistake between events in formediting and these for the grid. Please read carefull the documentation.

    Regards

    Tony

    in reply to: multiselect inline edit with select type and text field #85463
    tony
    Keymaster

    Hello,

    As I see the field is required, so you must put a valid value. Be a sure that you load the files needed for the modals, since this modue uses it when a client validation is required.

    Regards

    Tony

    in reply to: Help with hidecol() method #85427
    tony
    Keymaster

    Hello,

    Do you see in the colModel a col with a name 'Status'. You mix col names with col model. In your case this should be:

    $(”#subgrid_table_id”).hideCol(“x_current_state”);

    to x_current_state correspond Status in colNames.

    Please read carefully the docs before posting some issue – here is what should be read

    ..

    “Hides a column with a given colname. If the colname is a string, only the specified column is hidden. If the colname is array of type [“name1″,”name2″] then the columns with names 'name1' and 'name2' will be hidden at the same time. The names in colname must be valid names from the colModel. The width of the grid is changed according to the following rules: if the grid currently has no horizontal scroll bar, the width of the grid is decreased by the width of the hidden column(s). If a scrollbar is visible, the width is adjusted which may or may not change the width of the grid.”

    in reply to: Column sort order #85426
    tony
    Keymaster

    Hello,

    Currently no.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Please read the posts about this. filterGrid currently is not fully supported on the header grid.

Viewing 15 replies - 6,286 through 6,300 (of 7,981 total)

Stay connected with us in your favorite flavor!