McCulloch

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: text sorttype enhancement #97766
    McCulloch
    Participant

    Thank you Oleg, this approach worked but the specific function did not. It probably had something to do with character encoding. Here is the function that ended up working for me, after researching UTF-8 encoding:

    sorttype: function(cellValue) { return removeDiacritics(cellValue); }
    function removeDiacritics(s)
    {

    in reply to: Case, accent and punctuation insensitive sorting #97762
    McCulloch
    Participant

    Here is what I ended up doing:

    $(“#dataGrid”).jqGrid({

    in reply to: Fixed size columns #97105
    McCulloch
    Participant

    That is just what I needed. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!