tony

Forum Replies Created

Viewing 15 replies - 5,806 through 5,820 (of 7,981 total)
  • Author
    Replies
  • in reply to: line grouping / nesting / breaking #86483
    tony
    Keymaster

    Hello,

    You can use a grid as subgrid for this purpose (If I understand right) . See examples

    Regards

    Tony

    in reply to: Using jqGrid with ASP.NET MVC: A Tutorial #86482
    tony
    Keymaster

    Hello Criag,

    Thank you very much for this. It will be included soon in the Integrations page.

    Thanks again.

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    With 3.5 version this is possible. There is a parameter autowidth where the width of the grid is build according to the width of the parent element.

    Regards

    Tony

    in reply to: IE does not showing anything. #86480
    tony
    Keymaster

    Hello,

    I thin it is a z-index issue in IE. When you call the modal there is a parameter z-index. Try with higer one.

    Regards

    Tony

    in reply to: dynamic colModel #86479
    tony
    Keymaster

    Hello,

    Could not answer, since the question is too common. It depends on how complex is your task

    Regards

    Tony

    in reply to: Search Post #86478
    tony
    Keymaster

    Hello,

    The docs is good start. In

    in reply to: colModel -> editoptions #86477
    tony
    Keymaster

    Hello,

    Which serch method do you have in mind? If this is the build in search in the navigator this will not work. Use filterGrid method for this purpose.

    If you use the filterGrid method this will not work too since of the delayed ajax request. I recommend in this case to call filterGrid withsetTimout function in order to read the data crrectly.(after it is obtained from the grid)

    Regards

    Tony

    in reply to: Safari problem with validation #86476
    tony
    Keymaster

    Hello,

    It is fixed. Will publish soon the fix.

    Regards

    Tony

    in reply to: Opening Modal Box Moves Entire Page Background #86475
    tony
    Keymaster

    Hello,

    To solve this

    <div style=”font-size:75%;width:900px;margin-left:100px;overflow:visible;display:block;”>

    Regards

    Tony

    in reply to: Thickbox Window #86474
    tony
    Keymaster

    Hello,

    The problem is that this data is added dynamically and the binding to thickbox will not work.

    Use gridComplete Event to attach the plugin to class='thickbox'

    or maybe use jquery live method for this purpose.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    In 3.5 version is easy

    $(“#mypager > div”).hide(); or better

    $(“.ui-pager-control”,”#mypager”).hide();

    Regards

    Tony

    in reply to: serach problem in asp #86472
    tony
    Keymaster

    Hello,

    If you have FireBug, see what is posted to the server or better read first the docs.

    You should obtain the follwing parameters

    searchOper, searchField, searchString

    Regards

    Tony

    in reply to: Integration of cakephp and jqgrid tutorial #86471
    tony
    Keymaster

    Hello,

    Thank you very much for sharing your solution. Soon I will make a special page in this site where this will be added.

    Best Regards

    and Thanks again

    Tony

    in reply to: problem form editing for ClientArray #86470
    tony
    Keymaster

    Hello,

    clientArray does not work in form editing instead. You can try to set reloadAfterSubmit:false, but I'm not sure that this will help. I'm currently develop a various type of submiting

    in reply to: jqGridImport and Navigator buttons #86469
    tony
    Keymaster

    Hello,

    Thanks. Will be added in xml too. In order to be all ok the event should be call whitin the steatement

Viewing 15 replies - 5,806 through 5,820 (of 7,981 total)

Stay connected with us in your favorite flavor!