admin

Forum Replies Created

Viewing 15 replies - 496 through 510 (of 635 total)
  • Author
    Replies
  • in reply to: A new Tree Grid component #88644
    admin
    Keymaster

    tony said:

    Hello,

    Little hard to do and not in the near future plans.

    Regards

    Tony


    I'm curious, what makes it so difficult? My default expectation would be that all paging is based on the root level rows, with the grid expanding in size when child level rows are loaded.

    in reply to: Problem in addRowData ($.jgrid.stripHtml(v)) #88635
    admin
    Keymaster

    All has earned Toni's many thanks, and I apologise for the carelessness

    in reply to: Problem in addRowData ($.jgrid.stripHtml(v)) #88633
    admin
    Keymaster

    on line 1593 in grid.base.js

    line:

    row += “

    ”+v+”

    ”;

    Error:

    Microsoft JScript run error: the Object does not support this property or a method

    I try

    in reply to: Problem in addRowData ($.jgrid.stripHtml(v)) #88614
    admin
    Keymaster

    help, its dont work

    in reply to: navGrid + buttons #88612
    admin
    Keymaster

    You must to set the parameter “pager” in you grid :

    jQuery('#my_grid').jqGrid({

    url : 'your_url',

    datatype: 'yourdatatype',

    pager: '#your_pager_name',

    });

    And you must put thsi code after :

    jQuery(”#my_grid”).navGrid(

    in reply to: Navigate and select with keys #88611
    admin
    Keymaster

    Thank you. I found what I needed to Celledit and Gridcomplete

    I do not know if it is the best solution but if someone serves this is what I did.

    in reply to: Integrated Search Toolbar doesn’t search after date picker #88610
    admin
    Keymaster

    Thank you for taking the time to respond. However, I'm sure there must be a way to fix this. Because when you lose focus on the textbox it impairs the rest of the workings of the grid, meaning the user loses the “ease of use” and functionality presented to them by having to click into the text box again to tab to the next one or to press enter to filter on the date.

    And I'm sure you can appreciate that not all users would know that they have to do that and in the end would blame a “faulty” system for not working the way it was suppose to even though neither you or I controlled the behavior.

    in reply to: Get DatePicker to keep focus on input box #88609
    admin
    Keymaster

    Hi Tony,

    This is in your Demonstration page. By going to Integrations -> UI Datepicker

    Select any row. It changes into edit mode and the first text box now has focus.

    By pressing Tab you cycle through the available text boxes (it goes from left to right, alternating between the text boxes making it easy to edit). This behavior is also available in the demonstration page: Row Editing – Basic Example, after clicking “Edit Row 13” and selecting the first text box.

    Back to the Datepicker, once you've tabbed or clicked on the datepicker field, the calendar appears. Once you select a date it loses focus of the date textbox, preventing you from tabbing to the next available text box for edit.

    This is the same in all browsers, IE6,7 and Firefox (that I've tested)

    I then proceeded to implement your demonstration code into my own code and it experienced the same kind of behavior.

    Thank you for your time in looking into this issue

    Kind Regards

    in reply to: input type select master and slave in form editing #88605
    admin
    Keymaster

    Thank's, now i'm at this point.

    I use dataEvent to detect a change on my first select input.

    I want to change the value of the second select input so i find the setColProp method but nothing happen with 'value' propertie or 'dataUrl' property. The select input is not refresh.

    This is my code :

    {name:'famille',

    in reply to: action of clearGridData() #88599
    admin
    Keymaster

    Dear Tony,

    The empty grid lines on footer row still remain there. Is there any reason for not using the same approach as clearing the grid data??

    Best regards,

    Rayson

    in reply to: Setting Caption for Edit Grid #88597
    admin
    Keymaster

    Ahhhh, ok now I understand….(I think).

    in reply to: editoptions not working on hidden field? #88596
    admin
    Keymaster

    Thanks Tony.

    One of these days I'll get the select form loading from the server…. Wink

    Martin

    in reply to: Overlay will not hide after grid load #88593
    admin
    Keymaster

    khall100 said:

    Nevermind. It was an error on my part (obviously) . I did not have the correct path to the CSS files.


    i think this should be considered a bug.

    in reply to: Problem in addRowData ($.jgrid.stripHtml(v)) #88589
    admin
    Keymaster

    iam sorry, it not an error,

    I changed a code for understanding and itself have made a misprint

    from:

    for (var i = 0; i < result[0].length; i++) {

    in reply to: Problem in addRowData ($.jgrid.stripHtml(v)) #88572
    admin
    Keymaster

Viewing 15 replies - 496 through 510 (of 635 total)

Stay connected with us in your favorite flavor!