Skip to content

General

45 results found

  1. dynalink too much hardcoded

    Nice function setcoldynalink() but why $dynaParam is so hardcoded? Someone could wish to put only value into url, not into hardcoded ?param=value. Just www.url.com/value not www.url.com/?param=value.

    We are living in clean url`s world .)

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Notifications....

    Whenever the datagrid is updated there are a number of people who would like to be notified that changes have taken place.

    I think that it would be useful if people on a mailing list (For example) would be notified that changes (Not necessarily precise) have taken place to the grid. Obviously the more precise the better but anything is better than nothing
    Regards Paul

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Toggle integrated search to always on (2 methods)

    There are actually two ways to do this: as posted on this site you can add the following just before the close of body tag:

    <script type="text/javascript">
    $(function() {
    var grid = jQuery("#TABLE_NAME");
    grid[0].toggleToolbar();
    });
    </script>

    OR

    comment out the following line in cls_datagrid.php. I like this method because I want to show this more times than I don't, so it is easier. Basically you are deciding the default behavior of the integrated search: leaving this un-commented makes it hidden by default which requires you to use script to toggle it on OR you can comment it out so it…

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. numbers do not sort correctly when using local array data source

    Numbers do not sort correctly when using local array data source. Using the source below you'll notice that the numbers do not sort correctly. Values less than 10 do not sort above numbers greater than 10.

    $gridData = array();
    foreach( $players as $playerID => $playerName )
    {
    $floatNum = mt_rand(0, 10000) / 100;

            $data = array();
            $data['Number']             = $floatNum;
    
            array_push($gridData, $data);
        }
    
        $dg = new C_DataGrid($gridData);
        $dg->enable_search(true);
        $dg->set_caption('Stats');
        $dg->set_row_color('#2F3C4E', 'transparent', 'transparent');
        $dg->set_pagesize( sizeof($gridData) );
        $dg->set_col_format('Number', 'number', array("thousandsSeparator" => ",", "decimalSeparator" => ".", "decimalPlaces" => '2', "defaultValue" => '0.00'));
        $dg->enable_rownumbers(true);
        $dg->set_dimension(950, '100%');
        $dg->display();
    
    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Change "sel_col_readonly" to only show field content.

    Suggest change to "selcolreadonly" and only show the field content. No outlining box or part of the TAB sequence.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Need the ability to receive any errors when writing to database

    Need to be able to receive any errors that may occur when interfacing to the database.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. php datagrid is not retreviewing fields values from mysql database where using xampp server

    You are using phpGrid Lite. Please consider upgrading phpGrid to the full version to have great features including edit, master detail, and grouping. © 2006 ~ 2012
    error occur during run the programm why???

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. enable search function for detail grids of masterdetails

    I'd like to have the ability to search/filter records in the subgrid/detailgrid of a set_masterdetail. Currently, detail grids dont have the ability to search for records.

    13 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. customize Update, Edit and Delete Queries So that Data History Can be maintained

    I would like to Customise the Update, Edit and Delete Queries So that Data History Can be maintained, Using a Data Status.

    I.E when editing a Data, Instead of Direct Editing, I Want to Update the Old Data as Data Status INACTIVE and Insert a Copy of the Old Data with Edited Component With data Status Active so that A history of all edits can be Kept in the DB. Once this Part is Ready i am Gonna Purchase a License from you.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Fix http://phpgrid.com/documentation

    Under "phpGrid Supports all major web browsers" you show database vendors ... and under "phpGrid supports all major databases" you show the icons for browsers (you've got it backward)

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 27 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Search Option for "Beginning" not only search if the input is in the colum

    Colum:
    AZD
    ZAD
    AZD

    Search -> Returns by Input "Z"

    all of them

    Search with option "Beginning" with Input "Z" will return

    "ZAD"

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Show me how to do a SELECT COUNT for the grid's SQL

    I'm new to phpGrid and also relatively new to PHP. Is there a way to do a SELECT COUNT in the driving SQL? If so, I'm not seeing anything on here that can help

    8 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. change order from web pages images

    your web page have a mistake, in documentation browsers supporte you have the images for supported databases,

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Custom search function for columns

    For every column in the SQL query there should be option to define custom search functions. There could be pseudo columns in the sql query which shows values from other tables so we need a method to somehow let the default search function look into the pseudo columns.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. AUTO-save on the navigating-keys in EDIT-mode of an form

    I would suggest some kind of AUTO-save on the navigating keys while editing an form. So, whenever you change a value and you hit the nav-key it's automaticly saved (2 actions). Until now you edit a value, hit submit and then you hit a nav-key (3 actions)

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Where is the Script to DB Orders

    Hi !
    I am novice in phpGrid

    But i dont find the script to create the Example DB Orders

    Where i can find the script to create the DB Orders?

    Thank You !

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base