Search Results

Type: Posts; User: KorsG

Search took 0.01 seconds.
  1. @Daniil
    Yes, that is understood :-)

    Altough it would have been handy with a store function that could take the IDconfirmation commit array, and process it the same way as the updateproxy
    I often...
  2. Hi Daniil,

    Sorry if my example illustrated this poorly -
    But i wanted to use the IDconfirmation mainly when inserting new records to the database.
    Then i would let the IDconfirmation return...
  3. I have a page that contains multiple gridPanels, formPanels etc. and i save everything in 1 directEvent.

    My problem is that i cannot figure out how to(if even possible) to return an...
  4. Ahh sorry, i didn't know about the attributefilter - and for some reason i thought path should contain the url. :(

    Anyways, i got it working with the serializeTree function.

    For people...
  5. Thank you both for the quick reply.

    @Daniil
    I don't think i can use the submitNodes, because i want 1 directmethod to include treepanel+other controls suchs as textboxes etc.
    Or am i wrong?
    ...
  6. Hi,

    I have a page which includes an editable treepanel + other controls.

    I want everything to be saved in 1 directevent, but i don't know how to get all the treepanel nodes and add them as an...
  7. B-e-a-utifull, just what i needed! Thanks :-)
  8. Hi,

    I am building a custom header filter for a gridpanel, which requires me to loop through each editor in the headercolumn collection.
    (wanna build a dynamiclinq string, that i want to send to...
  9. Hi Daniil,

    Thank you very much! - this was exactly what i needed :-)
  10. Hi Daniil

    Thanks for the quick reply.

    I've been looking through the examples, but i don't see any example of querying a local data store?
    In my example i want to query Store1, without having...
  11. Hi,

    I have a Gridpanel with a combobox as a field editor + the remote grid filter plugin


    <ColumnModel runat="server">
    <Columns>
    ...
  12. Hi,

    I would like to query a local datastore in a combo, with a "hidden" parameter.

    If you take this very much simplified example below:

    Before the combo is populated, i would like to pass a...
Results 1 to 12 of 12