Marcel Karras

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Author
    Replies
  • in reply to: Treegrid date sorting #92723
    Marcel Karras
    Participant

    Ah,…

    datefmt: 'd.m.Y'

    … did the job. 🙂 Thanks so far.

    in reply to: Treegrid date sorting #92722
    Marcel Karras
    Participant

    Hello Tony,

    thanks for your comment on that. I did like you told me but it doesn't work. These are the treegrid options I use:

    ({

    in reply to: editoptions and special characters #87511
    Marcel Karras
    Participant

    RFC 4627 defines that an object property must be encloded in ''… nevertheless I also tried this without the key value apostrophe but it didn't work either.

    The problem is, that without any limiting ''-elements it's very difficult to transform every not allowed element into another representation. For the JSON object variant one will have to transform all '{' or '}' elements, ',' and ':' elements and so on. I'm not aware of a PHP transformation function that covers all these cases.

    Greetings
    – Marcel

    in reply to: Column IDs have to be unique? #87495
    Marcel Karras
    Participant

    Hi,

    forget my last post… I transformed my IDs to be unique and all works fine.

    Thank you so far.

    in reply to: editoptions and special characters #87480
    Marcel Karras
    Participant

    A fresh code checkout didn't help for me either. :-/

    in reply to: Column IDs have to be unique? #87438
    Marcel Karras
    Participant

    Is it in this context possible to define user data for a row?

    Thank you for your work till now.

    in reply to: editoptions and special characters #87367
    Marcel Karras
    Participant

    Thank you for your hint. I changed my PHP code to generate a JSON object instead of an array… this is what a sample result could look like:

    editoptions example

    in reply to: cell formatting on edit #87311
    Marcel Karras
    Participant

    Yes, I'm interested in a solution, too. 🙂

    in reply to: Auto expand on treegrid load #87271
    Marcel Karras
    Participant

    Hi Tony,

    I'm using the adjacency model with automatic nodes loading (single ajax calls). You're right… it's not trivial due to the fact that a simple solution would cause an inacceptable amount of ajax calls. So the main target would be to circumvent this problem using one single call but getting all desired information.

    A first approach could be to let the expandAll() method send all non-expanded node IDs (or sth. appropriate) via POST to the server which in turn will provide the data as a special crafted JSON array applied to every node ID. All further expandAll()/collapseAll() operations could be done on client-side as the data has to be loaded only once.

    Dunno if this is consistent to the current jqgrid infrastructure. Smile

    Greetings from Germany.

    in reply to: “Loading…” message issue #87193
    Marcel Karras
    Participant

    Hey Tony,

    thanks a lot for your work so far!

    I'm using the 3.5 beta release in connection with UI/Tabs and have no problems on FF3 or Chrome. But when I switch to IE there'll always be a blue bar on every tab that hasn't been selected initially. (the loading message disappeared correctly but the message's div isn't hidden) I issued a CSS inspector inside IE and found out that the “display” property is set the “none” which is correct.

    Can you or someone else reproduce this behaviour on IE 7? Maybe this is an IE rendering issue… Maybe I'd try to load the grid when the specified tab is selected instead of loading them all at once. (four grids atm)

    in reply to: Search date type column #86499
    Marcel Karras
    Participant

    Hi,

    yes I do a database search… is a client-side search possible or useful on my case?

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

Stay connected with us in your favorite flavor!