tony

Forum Replies Created

Viewing 15 replies - 5,371 through 5,385 (of 7,981 total)
  • Author
    Replies
  • in reply to: OnClose Event For Dialog boxes #87448
    tony
    Keymaster

    Hello,

    Try

    jQuery(“.ui-jqdialog-titlebar-close”).bind('click',function(){

    // do something here

    // if you use jqModal to close the modal you need

    hideModal(“#editmod”+gridid, {jqm:true});

    // where gridid is your grid id and hideModal is a function from grid common

    });

    Regards

    Tony

    in reply to: Help With Formatting Issues #87447
    tony
    Keymaster

    Hello,

    I mean when you do not have custom theme, but one downloaded from jQuery UI site.

    Regards

    Tony

    in reply to: Image in cell – was working now doesn’t in IE #87446
    tony
    Keymaster

    Hello,

    Yes this is a bug. Having to correct one bug in IE go to others :).

    Also the fix is available. I have make another build.

    Thanks

    Best Regards

    Tony

    in reply to: How do I install 3.5? #87442
    tony
    Keymaster

    Hello,

    Thanks. Will be fixed.

    Regards

    Tony

    in reply to: Help With Formatting Issues #87441
    tony
    Keymaster

    Hello,

    If you use standart UI theme – is the result the same?

    And where is the dropdown menu? – I do not see it in any picture

    Regards

    Tony

    in reply to: Add/Edit/Delete from Grid – using ‘url’ parameter #87439
    tony
    Keymaster

    Hello,

    I Think the problem is here:

    {view:true}, //options

    In the navigator options between edit and add.

    Regards

    Tony

    in reply to: Using ui.datepicker Icon Trigger with jQgrid #87437
    tony
    Keymaster

    Hello,

    I hope that the image is shown – the problem is that we resize the width of the input to be auto to the width of the column width.

    Try this

    jQuery(”#” + id + “_data”, “#list”).datepicker({ autoPopUp: 'button',

    in reply to: Row Counts / Paging #87436
    tony
    Keymaster

    Hello,

    How should know the grid that there are more records for the next page, supposing that these records are in the database?

    So the simple solution is:

    Disable the record view, page input and total pages view, then server side return a relative big number for total pages without to query the database for such information.

    Regards

    Tony

    in reply to: Formedit – how to set default value of select-field? #87435
    tony
    Keymaster

    Hello,

    The default value works for adding row. If you are in edit mode the value that is in the grid is selected in the edit form. If the value can not be found (i.e. there are differences in the grid data and the definitions in editoptions) the first value is used. In order to do what you want in edit mode you maybe will need to use beforeShowForm event.

    Regards

    Tony

    in reply to: Column order manipulation #87434
    tony
    Keymaster

    Hello,

    If you have read some forum topics you will maybe find the answer.

    Also currently this is not possible, but is in the todo list – not in the upcomming release.

    Best Regards

    Tony

    in reply to: Row Striping / Highlighting #87432
    tony
    Keymaster

    Hello,

    Yes. This is possible.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    You can try first to load the response in array (not using jqGrid) and then for every grid set datatype:local agin with addRowData to load the neede data. Of course every grid can have diffrent coulms

    Regards

    Tony

    tony
    Keymaster

    Hello,

    If you use the basic grid you will have about 52Kb- the only that you need is to load the UI css (not the all css for the widgets) and jqgrid css additionaly.

    If Flexigrid meet your needs, then use Flexigrid.

    Regards

    Tony

    in reply to: editoptions help – dataUrl #87429
    tony
    Keymaster

    The response should be a valid select html element – check the Changes.txt

    In this case the response should be:

    Fedex

    ….

    in reply to: jqgrid jsp – only grid displayed no data #87428
    tony
    Keymaster

    Hello,

    Using fireBug check the server response.

    Regards

    Tony

Viewing 15 replies - 5,371 through 5,385 (of 7,981 total)

Stay connected with us in your favorite flavor!