tony

Forum Replies Created

Viewing 15 replies - 6,796 through 6,810 (of 7,981 total)
  • Author
    Replies
  • in reply to: A new Tree Grid component #84319
    tony
    Keymaster

    Hello,

    As of the last version notes adding treenodes is not suported to this

    time. Will make all possible to finish this.

    Best Regards

    Tony

    in reply to: Is it possible to hide a row based on column data??? #84318
    tony
    Keymaster

    Hello,

    If the row has id=”myid” then

    jQuery(“#myid”).hide() will work

    Regards

    Tony

    in reply to: jsonreader can it read this? (Lotus Domino created JSON) #84317
    tony
    Keymaster

    Hello,

    You do not need to define

    {name:'cell1.v',index:'cell1.v', jsonmap:'cell1.v', width:55, key:true}

    if you have jsonmap.

    try this instead

    {name:'cell1',index:'cell1.v', jsonmap:'cell1.v', width:55, key:true}

    Regards

    Tony

    in reply to: Sorting + Reset Button Problems #84316
    tony
    Keymaster

    Hello,

    As of the docs parameters passed to the server are:

    page –

    in reply to: afterSubmitCell example #84315
    tony
    Keymaster

    Hello,

    Look at the examples – the afterSubmitCell have the same sence

    as afterSubmitForm in formedit

    Regards

    Tony

    in reply to: is it possible to have 100% width #84314
    tony
    Keymaster

    Hello

    Try with:

    #outher {

    ….

    width : 500px

    }

    Width 95% means 95% from parent element

    Regards

    Tony

    in reply to: Problem with JqGrid Load… #84313
    tony
    Keymaster

    Hello,

    I'm not sure what you try to do

    Regards

    Tony

    in reply to: Bug drag edit popup. #84312
    tony
    Keymaster

    Hello,

    Thank you for this. I know about this issue and it is corrected

    in the upcomming release. The problem is in jqDnR plugin and

    it is connected with the overlay bugs in IE. Also I have disabled

    this.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Thank you for posting this issue. I will check it.

    Best Regards

    Tony

    in reply to: 2 clicks to reload … ? #84310
    tony
    Keymaster

    Hello,

    You call 3 time trigger reload grid – this of course IMHO is bad idea, since

    there is unknown which trigger will finish first. To work this:

    function requette()
    {

    in reply to: Using Jgrid with Asp.Net MVC is throwing error. #84309
    tony
    Keymaster

    Hello,

    It seems that you do not have included the language file, by

    example grid.locale-en.js. This file should be included before jqGrid.

    Also refer to this:

    http://bartreyserhove.blogspot.com/2008/08/aspnet-mvc-and-jqgrid.html

    Regards

    Tony

    in reply to: Column reordering #84304
    tony
    Keymaster

    Hello,

    I have play little with jQuery UI sortable.

    It can not work on td – i.e

    fff sss

    $(“.sort”).sortable(…);

    But it work with (bugs) on table rows – i.e this work

    fff sss

    fff sss

    $(“.sort”).sortable(…);

    We need actually the first one. I will post a question in the jQuery UI group

    about this. If this can be done – it will save me a lot of writting code.

    Best Regards

    Tony

    in reply to: Unserialize result to put into cell #84303
    tony
    Keymaster

    Hello,

    Sorry, but I do not understand exactly what you try to do.

    What you mean please with this –

    “What I don't know how to do is how to get the result

    from my json page…

    Best Regards

    Tony

    in reply to: Database is not in grid #84301
    tony
    Keymaster

    Hello,

    What you mean with this

    “The database queries aint visable.”

    I can not understand.

    About the second I think you should begin with how jQuery plugins

    can be used – i.e. first begin with jQuery docs.

    Best Regards

    Tony

    in reply to: Sorting + Reset Button Problems #84300
    tony
    Keymaster

    Hello,

    Also obtain the sort name and sort order server side and include this in the

    SQL query. See docs how to do that and which parameters to use.

    Regards

    Tony

Viewing 15 replies - 6,796 through 6,810 (of 7,981 total)

Stay connected with us in your favorite flavor!