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?
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.
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.
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?
Thank you!
Bump to keep this alive, I am experiencing the same issue.
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.
This should probably be in the Bugs forum, sorry.
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”?
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.
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.
this is the correct include order… just do it!
Tony,
Thank you very much.
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!
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!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top