tony

Forum Replies Created

Viewing 15 replies - 4,081 through 4,095 (of 7,981 total)
  • Author
    Replies
  • in reply to: cell edition for a checkbox #91016
    tony
    Keymaster

    Hello,

    These are called only once when you edit the cell.

    Also if you save or restore the cell and then edit it again they will be called again.

    I will check whay this is happen for the checkbox.

    Regards

    Tony

    in reply to: server error with json_encode #91015
    tony
    Keymaster

    Hello,

    loadError just “replace” the jQuery ajax error in the grid.

    http://docs.jquery.com/Ajax/jQuery.ajax#options

    Also for this we have:

    A function to be called if the request fails. The function is passed three arguments: The XMLHttpRequest object, a string describing the type of error that occurred and an optional exception object, if one occurred. Possible values for the second argument (besides null) are “timeout”, “error”, “notmodified” and “parsererror”. This is an Ajax Event.

    Hope this helps

    Regards

    Tony

    in reply to: cellLayout #91014
    tony
    Keymaster

    Hello,

    This is not true. The padding and etc styles are in the css file.

    Also you can look at this in order to change these.:

    .ui-jqgrid .ui-jqgrid-htable th {height:22px;padding: 0 2px 0 2px;}

    .ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}

    If change these values do not forget to change the cellLayout option in the grid options.

    See docs.

    Regards

    Tony

    in reply to: universal search variable passing #91013
    tony
    Keymaster

    Hello,

    You can use the new feature – serializeGridData.

    Also here you can check if the search is true and convert your serch data in a way that you want.

    Instead good idea.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Thanks for this.

    The problem that I see here is that you have two inputs – so we get the first one (in your case the hidden input which does not have name).

    But instead this is a bug and I will correct them.

    Best Regards

    Tony

    in reply to: delGridRow – afterSubmit event, wrong postdata returned #91011
    tony
    Keymaster

    Hello,

    Thanks. Fixed. The change is in GitHub

    Best Regards

    Tony

    in reply to: Grid Corner Radius #91010
    tony
    Keymaster

    Hello,

    Thanks. Fixed.

    Best Regards

    Tony

    in reply to: checkbox value when true not saving to false in jqGrid-3.6 #91009
    tony
    Keymaster

    Hello,

    Not sure if this is exactley the problem – here is the definition of the value when the input type is checkbox –

    Value that is submitted if checked.” – i.e. in terms of jqGrid this should be the Yes value.

    Also could you please post the entry jqGrid related code –

    in reply to: loadonce, jsonreader and sorting #91008
    tony
    Keymaster

    Hello,

    Could you please not to use

    in reply to: FF 3.0.x: sortable columns: filterToolbar lost fields #91006
    tony
    Keymaster

    Hello,

    Thanks.

    Will test it as far as I install FF 3.0.15, but I think that this is a bug in

    in reply to: loadonce, jsonreader and sorting #91005
    tony
    Keymaster

    Hello,

    Thanks. I will investigate this. It will help me a lot if you put not the min version of jqGrid, but the development one. This is really strange.

    One note – The problem does not occur in IE8 only – just try – all other browsers have the problem.

    Best Regards

    Tony

    in reply to: searchoptions doesn’t work with filter grid #90968
    tony
    Keymaster

    Hello,

    See important notes here : http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config

    Sorry.

    Best Regards

    Tony

    in reply to: change the button search by an image #90967
    tony
    Keymaster

    Hello,

    Yes it is possible – if I understand right – use buttonicon parameter.

    Regards

    Tony

    in reply to: FormToGrid #90966
    tony
    Keymaster

    Hello,

    Look here http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing&s=formtogrid#formtogrid

    and use the mode parameter, which automatically update the number of rows.

    Regards

    Tony

    in reply to: Reload Grid button does not appear #90965
    tony
    Keymaster

    Hello,

    Could you please check the demos again. You should use navGrid method in order to apper the refresh button.

Viewing 15 replies - 4,081 through 4,095 (of 7,981 total)

Stay connected with us in your favorite flavor!