admin

Forum Replies Created

Viewing 15 replies - 226 through 240 (of 635 total)
  • Author
    Replies
  • admin
    Keymaster

    Changed tag to . It is just displaying the grid header and not the data.

    in reply to: Postprocessing XML data, local search and sort #90754
    admin
    Keymaster

    Tony,

    Thanks for taking time to respond. Your link looks very helpful.

    -Raj

    in reply to: Header-Body not aligned without vertical scrollbar #90753
    admin
    Keymaster

    No phicarre. You are free to use some other plugin. Or maybe pay Tony, who I think is the primary author, to fix it for you!

    regds,

    mano

    in reply to: Inline Edit: Custom Input #90751
    admin
    Keymaster

    Hi Tony!

    This is parts of my ColModel and JS:

    {

    label: 'Ist-Bewertung',

    name: 'pm_stakeholder_subskills.grade',

    width: 100, align: 'left', sortable: true, search: false, editable: true,

    edittype: 'custom',

    editoptions: {

    custom_element:rate_input,

    custom_value:rate_input_value

    },

    formatter: rate_input_formatter

    }

    //

    function rate_input(value, options)

    {

    //do stuff, this works

    return $(select_str);

    }

    // this does not work

    function rate_input_value(input)

    {

    return input.val();

    }

    As I said, i think I trigger the error because rate_input_value gets passed multiple inputs ( as i have two) and therefor the input.val() fails.

    Regards, Hannes

    Btw. awesome plugin, we

    in reply to: ajaxGridOptions Success Function Not Called #90750
    admin
    Keymaster

    Found the problem… nothing to do with jqgrid.

    in reply to: jqGrid and wcf #90747
    admin
    Keymaster

    Do a google for Rick Strahl or Stephen Walther jquery wcf blog.

    in reply to: ajaxGridOptions Success Function Not Called #90740
    admin
    Keymaster

    MamaliFrenchi said:

    success is a call back function. do you have an URL for your ajax post? and if yes what are you sending back form your server?


    Yes I have a url for the Ajax post and it returns everything to the grid successfully from the server.

    in reply to: Inline Edit: Custom Input #90655
    admin
    Keymaster

    Anybody else noticed that one or am I making a fool out of myself ? 😀

    in reply to: edittype:”select” from database #90676
    admin
    Keymaster

    Please have an example.

    Thanks

    in reply to: Grid IDs #90668
    admin
    Keymaster

    Sorry – one more issue related to this question –

    If i am sending back JSON data that I don't want to display in the grid (for example, the URL to view the whole record) – is there any way to get at it later ? getRowData() seems to only return data displayed in TDs in the grid, not in the original JSON data.

    Thanks again.

    in reply to: Column Chooser Complete Callback #90636
    admin
    Keymaster

    Here is a DIFF for the changes i made, dialogClose is the call back name and can be set using the API

    jQuery(“#grid”).jqGrid('columnChooser', {

    dialogClose : function() {}

    });

    — C:/Users/mkesler/AppData/Local/Temp/grid.jqueryui.js-revBASE.svn000.tmp.js Fri Nov 13 10:56:36 2009

    +++ X:/common/js/grid36-dev/src/grid.jqueryui.js Fri Nov 13 10:48:32 2009

    @@ -102,12 +102,16 @@

    in reply to: JQGrid for ASP question #90627
    admin
    Keymaster

    Hi there,

    Thank you I am testing them right now.

    Just another Question:

    Can you add footer with the totals in the grid with component?

    Your fast reply is really appreciated.

    Looking forward to buy the license.

    David

    in reply to: True Scrolling Bug IE7 and IE8 #90588
    admin
    Keymaster

    More Info…

    It does look like IE is not reporting the positions correctly. If I add one to the function below it works in IE fine.

    in reply to: True Scrolling Bug IE7 and IE8 #90576
    admin
    Keymaster

    markw65 said:

    I'll take a look at this… but unless IE is reporting the positions incorrectly, Math.round is the wrong function. It /has/ to truncate to get the correct result.

    Mark


    Cool thanks Mark!

    admin
    Keymaster

    Thanks thanks thanks!!! 😀

Viewing 15 replies - 226 through 240 (of 635 total)

Stay connected with us in your favorite flavor!