Hey everbody,
I've got the unique problem of determining an easy-to-understand, concise way to allow our users to edit a value for one or more columns across multiple selected rows.
I've heard from project stakeholders that they particularly like the approach which mint.com takes in allowing for multiple row edits. This is a slide-out from beneath the header which mimics the row style of the given grid. In place of column values, there are controls for editing, which then copy values to the selected columns and submit the edits.
I've seen the technical portion of this work in the grid control, however I haven't seen anything remotely like the presentation portion. I took a stab at getting a simple plugin to overlay the grid, but kept getting interesting bounding issues in trying to determine where the columns actually began and ended, leading to the pseudo-columns we were creating to display far out of whack with where the actual columns displayed.
Does Kendo have any support for multiple editing beyond batch editing (more of a select once - publish many pattern)? Or is there support for real-time monitoring of the offset of cell bounds and table width? Or in order to accomplish this, will I have to hack together some Javascript to get things displaying in the right location?
Any ideas on what the best way to accomplish this with the control would be appreciated.
Thanks!
Josh
I've got the unique problem of determining an easy-to-understand, concise way to allow our users to edit a value for one or more columns across multiple selected rows.
I've heard from project stakeholders that they particularly like the approach which mint.com takes in allowing for multiple row edits. This is a slide-out from beneath the header which mimics the row style of the given grid. In place of column values, there are controls for editing, which then copy values to the selected columns and submit the edits.
I've seen the technical portion of this work in the grid control, however I haven't seen anything remotely like the presentation portion. I took a stab at getting a simple plugin to overlay the grid, but kept getting interesting bounding issues in trying to determine where the columns actually began and ended, leading to the pseudo-columns we were creating to display far out of whack with where the actual columns displayed.
Does Kendo have any support for multiple editing beyond batch editing (more of a select once - publish many pattern)? Or is there support for real-time monitoring of the offset of cell bounds and table width? Or in order to accomplish this, will I have to hack together some Javascript to get things displaying in the right location?
Any ideas on what the best way to accomplish this with the control would be appreciated.
Thanks!
Josh