tony

Forum Replies Created

Viewing 15 replies - 4,456 through 4,470 (of 7,981 total)
  • Author
    Replies
  • in reply to: Resizable and drag’n drop entire grid. #89974
    tony
    Keymaster

    Hello,

    I just have done the another stuff which will be available in 3.6 – resizing the grid.

    Regards

    Tony

    in reply to: ExportExcel method addition ? #89973
    tony
    Keymaster

    Hello,

    No. In the ASP.NET component this is done server side, so I recommend you to do it at server.

    Best Regards

    Tony

    in reply to: Valid cell when row edit #89972
    tony
    Keymaster

    Hello,

    The 3.6 release add this property. You can define your own custom validator.

    Regards

    Tony

    in reply to: Can’t use xml import configuration with gridview #89971
    tony
    Keymaster

    Hello,

    And if not?

    Regards

    Tony

    in reply to: searchhidden does not work #89970
    tony
    Keymaster

    Hello,

    Thank you Richard. It is a bug. Fixed.

    Best Regards

    Tony

    in reply to: FF2 cell alignment #89969
    tony
    Keymaster

    Hello,

    Not sure, but I known maybe why is this. Sorry , curtrently I do not have FF2 to test it?

    Best Regards

    Tony

    in reply to: setGridWidth in loadComplete when no data in grid #89968
    tony
    Keymaster

    Hello,

    Thanks. The bug is fixed in the upcomming 3.6 release.

    Best Regards

    Tony

    in reply to: jqGrid + blueprint #89966
    tony
    Keymaster

    Hello,

    Thanks. I think I have the jqGrid to work with blueprint.css, but it seems that this is not true.

    I will test this and let you known.

    This is only my opinion – instead that many people use blueprint.css I think that the concept of this is little inconsistent with other frameworks. Attaching properties at low level is not good approach IMHO. I think that other freameworks have the same problem too.

    I do not promise that I fix this, if it will cost a lot of time and code changes.

    Regards

    Tony

    in reply to: shows ‘undefined’ in grid when edittype=select #89917
    tony
    Keymaster

    Hello,

    The bug is fixed in 3.6beta.

    Regards

    Tony

    in reply to: Hidden fields not posted during editGridRow #89916
    tony
    Keymaster

    Hello,

    editGridRow is OK. Check your code. Just for your information yhe posted data is extended in the following way

    postdata = $.extend(postdata,rp_ge.editData,onclickSubmitData);

    Maybe in your code editData has values which are old.

    If you use FireBug find the postIt function and see the values just before the expression above

    Regards

    Tony

    in reply to: Client side filtring #89906
    tony
    Keymaster

    Hello,

    Discussed many times. Will be maybe in 3.7 release.

    Regards

    Tony

    in reply to: Ellipsis #89905
    tony
    Keymaster

    Hello,

    Thanks. I added this feature in 3.6 where we support FireFox (we know that there is no build support in FireFox).

    Generally there are two way to make this work.

    1. If we want to do it for the all the grids in the page we should:

    .ui-jqgrid tr.jqgrow td {text-overflow:ellipsis; -moz-binding:url('ellipsis-xbl.xml#ellipsis');}

    Where the url('ellipsis-xbl.xml#ellipsis') is the path to that file provided with the grid

    2. Set a particular column

    colModel : [

    {name:'myname',… classes : 'ui-ellipsis'… },

    ]

    Note the two new settings classes and ui-ellipsis, which is provided with the jqGrid

    in reply to: Resizable and drag’n drop entire grid. #89904
    tony
    Keymaster

    Hello,

    This is the next stuff related to jQuery UI. There is no problem with the width, but we has a some problems with the height. Also maybe – if I have time – I will provide a build in method.

    Regards

    Tony

    in reply to: New Keyboard-related events #89903
    tony
    Keymaster

    Hello,

    Will be happy to see this.

    Regards

    Tony

    in reply to: new 3.6 beta broblem #89902
    tony
    Keymaster

    Hello,

    First you will need to use the 3.6 beta.

    Maybe you have not included the grid.custom.js in the head section.

    Regards

    Tony

Viewing 15 replies - 4,456 through 4,470 (of 7,981 total)

Stay connected with us in your favorite flavor!