admin

Forum Replies Created

Viewing 15 replies - 121 through 135 (of 635 total)
  • Author
    Replies
  • in reply to: changing row color or font conditionally #91609
    admin
    Keymaster

    Tony:

    When you say “inserted row”, does this account for each row returned from my JSON request? Or only when a bran new record is created via the Add method?

    in reply to: Paging and MultiSelect #91608
    admin
    Keymaster

    I think I can get around this with a custom pager button myself. I will require the user to filter their grid results accordingly and then click a button that will 'assume' they want all the records affected based on the current grid filters/results and perform my action based on that.

    in reply to: Multiple open cells for editing #91607
    admin
    Keymaster

    Tony:

    Sorry, I need to make sure I have it straight going forward. I am using CellEdit. So a user can click a single cell at a time to switch it to the edit mode and make their changes and press enter, click to another cell to Save. After each save an ajax call is made and the new value is sent and saved in my DB.

    The issue is if I have a click happy user who clicks around, they can open up multiple cells for editing. This is not a functionality bug, as the user can always click back on the already opened cells and make their changes and save them.

    in reply to: Inline Editing : Dynamic Select #91606
    admin
    Keymaster

    As I understand it, a lot of the form elements are generated 'live'/dynamically. Is the form element for the additional columns even available in the DOM for me to attach a change event on columnA?

    in reply to: Simple Simple search ;) #91604
    admin
    Keymaster

    Thank you!

    in reply to: enter a value in cellEdit mode resets/pushes page to top…. #91574
    admin
    Keymaster

    Bump to keep this alive, I am experiencing the same issue.

    in reply to: picture upload #91569
    admin
    Keymaster

    You can currently use a colModel for file form element. Then you can use a custom function formatter to display the picture in the grid or a thumbnail if you like.

    in reply to: IE7/8 Issues #91568
    admin
    Keymaster

    This should probably be in the Bugs forum, sorry.

    in reply to: Paging and MultiSelect #91567
    admin
    Keymaster

    If this can't be done, is there a way to have a button or modify the existing select all so that it “selects” every item in the grid, or at least sends a call to a server URL that “all data results” are “selected”?

    in reply to: changing row color or font conditionally #91566
    admin
    Keymaster

    I am also looking for a solution with this. I have had a request to change not only the row color depending on a value of a certain field within the dataset, but also to have a grouping of columns be one color and another grouping be another color going top-down.

    in reply to: Colspan on header #91565
    admin
    Keymaster

    I agree, this feature would be nice to have.

    I've used the grid for reports and have had requests for headers to span multiple columns of data.

    in reply to: format is undefined #91561
    admin
    Keymaster

    this is the correct include order… just do it!

    in reply to: Dynamically Populate Select Dropdown #91558
    admin
    Keymaster

    Tony,

    Thank you very much.

    in reply to: Bookmark/Grid Saving #91556
    admin
    Keymaster

    Awesome!

    Since I am storing the search/filters in a SESSION object, I should be able to pull those back out and let my users start saving 'Grid States'. (Like, re-arranging all columns, hiding some, showing others, adding 5 search filters, on the 5th page,etc..)

    Cool!

    in reply to: Inline Editing : Dynamic Select #91555
    admin
    Keymaster

    Tony:

    Yes, I understand that. However in the dataEvent, I would have to pass the value of ColumnA into the dataEvent for columnB so that my results from that dataEvent would be filtered based on the value of ColumnA.

    This was pretty critical and I had to abandon this. Right now I limit the grid display to a specific ColumnA value so that all my other lookup columns can already know what the id of my old ColumnA.

    Thanks though!

Viewing 15 replies - 121 through 135 (of 635 total)

Stay connected with us in your favorite flavor!