guriddo.support

Forum Replies Created

Viewing 15 replies - 1,006 through 1,020 (of 1,092 total)
  • Author
    Replies
  • in reply to: Stored procedure + SQL Server 2008 + jqGrid #124011
    guriddo.support
    Participant

    Hello,

    Look at this example.

    From the stored procedure provide a array of the data – see $data variable from the example

    Kind Regards,
    Will

    Guriddo Support Team

    guriddo.support
    Participant

    Hello,

    To clear particular field in searchToolbar you can use the rule where every input element in searchToolbar is build ed like this: gs_ + idPrefix + name from colModel. By example if you have a search file which name in colModel is OrderId then to clear the value you can

    Kind Regards
    Will

    Guriddo Support Team

    in reply to: Reset CSS causing minor text alignment issue #124008
    guriddo.support
    Participant

    Hello,

    Can you please provide a test code or link to the problem (this is better).
    Detecting CSS problems is very difficult and it is better if we have your content rather than to try to reproduce the problem.

    As a suggestion you can try to set the lineheight to normal like this

    after all css are loaded.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: info_dialog blocking after fade out #124004
    guriddo.support
    Participant

    Hello,

     

    I think you can implement fadeOut if you remove the overlay after that.

    To remove the overlay do:

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: inline edit with select and multiple:true #124003
    guriddo.support
    Participant

    Hello,

     

    Thank you for the expalnation.

    The only missing part from your description code is how you add a record – i.e the code with which you add a record.

     

    We have successfully implemented exactly your code with inline edit navigator and everything work as expected.

     

    Please, provide a code with which you add a record or send us a link to the problem!

    Also the last version is 4.8.2. It is good to point which version of jQuery (jQuery UI) is used too.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Creating TreeGrid from multiple tables #123987
    guriddo.support
    Participant

    Hello,

    1. I think that you are not in nested model, but rather in Adjacency tree model
    So you will need to replace
     
    $tree->setTreeModel('nested');
     
    with
     
    $tree->setTreeModel('adjacency');
     
    2. In your case it is better to write your own wrapper, rather than to use the jqGrid TreeGrid PHP one – this is just my opinion.
     
    Please look carefully in the link that in provide you in my previous post.
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Creating TreeGrid from multiple tables #123984
    guriddo.support
    Participant

    Hello,

    I think that this can be done if I understand right the task.

    The trick is to use the level posted from user when they want to expand the node.

    Using the approach described in the documentation you can easy select the needed table.

    Bellow is a idea in PHP of how this can be done

     

    I think you got the idea.

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Column Reordering- alignment issue #123983
    guriddo.support
    Participant

    Hello,

     

    Sorry, but we van not reproduce the problem.

    Could you please send us a link to the problem or at last very simple example.

    Please note the version used – i.e jQuery version, jQuery UI version and jqGrid version.

     

    Maybe you use some versions without to update the CSS files.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Column Reordering- alignment issue #123958
    guriddo.support
    Participant

    Hello,

    Could you please post your code or at best send a link to the problem?

     

    For us is very difficult to give a solution with this type of description.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Search/Filter Window- Keep Open and Lock Location #123956
    guriddo.support
    Participant

    Hello,

    The trick is to use overlay option set to 0. You can control the position of dialog with top and left property and disable draging with drag set to false.

    Example:
     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Multi Line Field #123955
    guriddo.support
    Participant

    Hello,

     

    One possible solution is to use the cellattr function in colModel to reformat the  withe space:

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Customized Aggregate #123954
    guriddo.support
    Participant

    Hello,

     

    If I understand right  the requirement you can use custom  summary type.

    The near example can be found here

     

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Columns reordering on the go #123952
    guriddo.support
    Participant

    Hello,

     

    There is a JavaScript method called remapColumns – the method reorder the grid columns based on the permutation array. The indexes of the permutation array are the current order, the values are the new order. By example if the array has values [1,0,2] after calling this method the first column will be reordered as second.

     

    There is a grid parameter called remapColums too which hold the current order of the columns. You can get this parameter using getGridParam method..

     

     

     

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Columns reordering on the go #123946
    guriddo.support
    Participant

    Hello,

     

    We support this feature. You can get a demo from our examples here.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: Responsive Framework suggested #123944
    guriddo.support
    Participant

    Hello,

     

    The current demo does not support fully Bootstrap.

    We  will publish the native support at end of this mount.

     

    Kind Regards,

    Will

    Guriddo Support Team

Viewing 15 replies - 1,006 through 1,020 (of 1,092 total)

Stay connected with us in your favorite flavor!