tony

Forum Replies Created

Viewing 15 replies - 6,196 through 6,210 (of 7,981 total)
  • Author
    Replies
  • in reply to: File namespace conflict with BluePrint CSS framework #85680
    tony
    Keymaster

    Hello Steve,

    It will be so in next release where jqGrid will be integrated with UI Themeroller.

    Regards

    Tony

    in reply to: jqGridImport example? #85670
    tony
    Keymaster

    Hello,

    If you want to do that you can

    in reply to: select formater with jqgrid 3.4 #85669
    tony
    Keymaster

    Hello,

    In this case you should send from server the KEY and not the NAME. I.e you data for the select should contain any of the values: EXCLUDE, INCLUDE…

    REgards

    Tony

    in reply to: subgrid and main grid #85668
    tony
    Keymaster

    Hello,

    If you have a rows with equal rowid this can be happen. Also check your ids.

    REgards

    Tony

    in reply to: How to make textarea higher? #85667
    tony
    Keymaster

    Hello,

    Use the standart attributes for this purpose in editoptins – ROWS and COLS for the textarea element

    Regards

    Tony

    in reply to: Colored rows in grid #85666
    tony
    Keymaster

    Hello,

    If you want this to be a dynamically use afterInsertRow and color it wia css. Serch this forum. There is such example.

    REgards

    Tony

    in reply to: Invalid Array Length – JSON #85665
    tony
    Keymaster

    Hello,

    Thanks for this. I will see how to overcome this problem.

    Regards

    Tony

    in reply to: header and columns not aligned #85664
    tony
    Keymaster

    Hello,

    Thanks. Fixed in 3.4.2

    Regards

    Tony

    tony
    Keymaster

    Hello,

    This is not a trivial task at all. You can use onSelectRow, but you should think about other problems. Suppose I open the grid (using onSelectRow), lock the row and then I close the browser. The lock remain instead that I'm not in application.

    IMHO better way is to check the row when is updated server side. You can check if yhe row is locked (server side) and notify the user if it is locked. This way you will left a complex logic client side.

    Best Regards

    Tony

    in reply to: focusing on grid without clicking on it! #85661
    tony
    Keymaster

    Hello,

    Maybe it will be included in 3.5 release.

    Regards

    Tony

    in reply to: Inline editing in subgrid #85660
    tony
    Keymaster

    Hello,

    The subGrid should be created first and then use this in the subgrid code.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    1. You shouls set the width and height in both edit and add options instead that they use the same method.

    2. This is done in editrules array in colModel – refer to docs.

    3. No special option, but you can use beforeShowForm event for this purpose.

    Regards

    Tony

    in reply to: Css issue #85658
    tony
    Keymaster

    Hello,

    Could not see this in demo. Do you have make some changes in your CSS?

    Regards

    Tony

    in reply to: ondblClickRow ? #85657
    tony
    Keymaster

    Hello,

    ondblClickRow: function(rowid){

    var myarr = $(“#mygrid”).getRowData(rowid);

    if(myarr.amount > 1000){

    // do something here

    }

    }

    Regards

    Tony

    in reply to: Grouping Without Subgrids #85655
    tony
    Keymaster

    Hello,

    Search this forum. There is a such example posted from user. I consider this code to be included in next releases.

    Regards

    Tony

Viewing 15 replies - 6,196 through 6,210 (of 7,981 total)

Stay connected with us in your favorite flavor!