adamwatkins

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: dataUrl in searchoptions{} for filterToolbar notused #100926
    adamwatkins
    Participant

    Thank you for your assistance. I moved the searchoptions and stype etc. outside of editoptions, not sure how i missed that one. It all seems to work fine now. Funny how a small comment from someone “in the know” tremendously helps.

    One additional query though, is there a way to refresh the searchoptions dropdown list on the filtertoolbar after it is initiated (like how you can do recreateForm: true in the pager edit/add options).

    in reply to: Add and Edit #99254
    adamwatkins
    Participant

    That error code means there is a problem in the PHP file that iis “listening”, not the grid in this case. At the top of the php file enable error reporting like this:

    <?php
    error_reporting(E_ALL);
    ini_set('display_errors', '1');
    ?>

    Then retry the edit and this time you should see some other useful info as to what the problem is.

    Could be something as simple as a missing “;” at the end of a line.

    adamwatkins
    Participant

    Hi this may sound silly.

    I am having the same issue and thought i was going nuts until i saw your post here. I see your fix in Github however now its as a “Commit” does that mean i can download the updated file anywhere? Im not sure how to use github.

    Or, will i have to manually edit file and re-minify? Would that cause a problem if i downloaded a future version?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!