guriddo.support

Forum Replies Created

Viewing 15 replies - 601 through 615 (of 1,092 total)
  • Author
    Replies
  • in reply to: Guriddo PHP Suito documentation #125741
    guriddo.support
    Participant

    Hello,

    As for now use this link

    It is not up to date. All the new functions and features are described in the whant is new when you download the licensed version.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: How do you have jqGrid re-calculated the column width? #125738
    guriddo.support
    Participant

    Hello,

     

    Using a console to set something is not a prefered way.
    The method work for us – this is tested.

     

    Setting the column to width 20 will not work. The min column width is definedĀ  in minColWidth and default to 33.

     

    Your example will work if you define two buttons and within document ready do:

     

     

    Kind Regards,
     
    Will

    Guriddo Support Team

    in reply to: How do you have jqGrid re-calculated the column width? #125736
    guriddo.support
    Participant

    Hello,

     

    You should execute the method associated with the grid and not to the container.

     

    The expression :

     

     
    is not correct.
     

    The correct code is:
     

     

    Please note the difference
     

    Kind Regards
    Will

    Guriddo Support Team

    in reply to: Load and Save state without data #125734
    guriddo.support
    Participant

    Hello,

     

    Unfortunately this is not possible at the moment, but we think this is a good feature to included in the code.

     

    We will make the needed changes and let you know. We hope to be ready for Monday 19

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: How do you have jqGrid re-calculated the column width? #125732
    guriddo.support
    Participant

    Hello,

     

    You can use getGridParam method to get the colModel property.

    Loop throught this array in which every object has a width Property to get the actual width and use the method resizeColumn with parameters column name(or index) and the new width.

     

     
    Hope this helps
     

    Regards,

     

    Guriddo Support Team

    in reply to: How do you have jqGrid re-calculated the column width? #125728
    guriddo.support
    Participant

    Hello,

    Not sure that I understand the question. You can use the GridWidth function to set the new width of the grid based on the new settings. The font-size just change the size of the font and not the width

    Maybe you want to know how to change the font-size based on the width(this is done via google search)

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: jqGrid PHP and Zend Framework 1 integration #125726
    guriddo.support
    Participant

    Hello,

     

    Unfortunately this is not possible at the moment. Currently when you have the connection object you can writeĀ  regular SQL query using the SelectCommand as show in the demo.

     

    We will try to investigate, if we can make such kind of integration, but as you know this will take time.

     

    Instead we will just look into the Zend concepts and willĀ  let you know if this will be possible at all.

     

    In the mean time you can just experiment with what we have suggested.

     

    Kind Regards,

    Will

    Guriddo Support Team

    in reply to: jqGrid PHP and Zend Framework 1 integration #125724
    guriddo.support
    Participant

    Hello,
     

    We do not have only PDO, but some other drivers like mysqli, sql server, ado db and etc.
     
    Short – you can not use direct the Zend connection adapter, but….
     
    Suppose the Zend connects using PDO, then if you can extract the connection from the addapter you can pass it. Example:
     
    $dbAdapter = Zend_Registry::get(‘dbAdapter’);
     
    If the connection is stored by example in : $dbAdapter->conn
     
    then you can use this to connect to jqGrid using the standard code.
     
    We are not familiar with Zend, but if you need any help you are welcome.

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Loading Data Across Many Tables #125721
    guriddo.support
    Participant

    Hello,

     

    setSelect is not only for drop down, but also for presenting a a data in the grid.

    In JavaScript PHP setSelect can be considered as formatter : ‘select’ too (see the options here ).

     

    Just try it does not require a lot of work.

    Guriddo Support Team

    in reply to: Loading Data Across Many Tables #125717
    guriddo.support
    Participant

    Hello,
     
    If I understand the question right you can use setSelect for these columns.
    See the example here . Look at the CustomerID field.
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: jqgrid/jquery ui, dragging column to scroll table? #125715
    guriddo.support
    Participant

    Hello,
     
    Until now without success. Below is the code, which maybe will give you a idea (it is not working)

     

    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Treegrid load expanded problem #125707
    guriddo.support
    Participant

    Hello,
     
    Sorry that I initially do not understand the problem in details.
     

    Definitely this is a bug. Thank you.
     

    We have fixed it in GitHub
     

    You can grab the new build from GitHub and test.
     

    Please let us know if the bug is fixed for you.
     
    Kind Regards,
    Will

    Guriddo Support Team

    in reply to: Treegrid load expanded problem #125697
    guriddo.support
    Participant

    Hello,
     
    Sorry I missed this.
     
    It important to say, that the data field expanded should be set to true.
    In your case it is set to false. When we change this property to true it is working as expected in our environment.
     
    If you have difficulties we can publish your demo online.
     
    Kind Regards
    Will

    Guriddo Support Team

    in reply to: Combining multiple JSON feeds #125696
    guriddo.support
    Participant

    Perhaps you put a object as data instead of array.
    if you do
     

     

    then you will have a array and not a object,
     

    In all cases jqGrid does not tuch the source data it is just stored in the grid parameters.
     
    Regards,
    Will

    Guriddo Support Team

    in reply to: Combining multiple JSON feeds #125693
    guriddo.support
    Participant

    Hello,

     

     
    Regards
    Will

    Guriddo Support Team

Viewing 15 replies - 601 through 615 (of 1,092 total)

Stay connected with us in your favorite flavor!