This question is locked. New answers and comments are not allowed.
Hello, I've been attempting to do a pivot using the mvc grid and have finally succeeded, however one further issue that came up was supporting edit at the same time.
I finally tracked down the issue to the fact that on the client side when you do an edit, it retrieves the current value for a column using the member property (on the column definition.)
This presents a bit of an issue for a pivot though because the name of the member for a pivot always evaluates to the final property/field accessor....
I was wondering if there were plans to add a method to GridBuilder<T> to facilitate overriding the clientside member column property. (I've done a workaround for this in my current code as below
I finally tracked down the issue to the fact that on the client side when you do an edit, it retrieves the current value for a column using the member property (on the column definition.)
This presents a bit of an issue for a pivot though because the name of the member for a pivot always evaluates to the final property/field accessor....
I was wondering if there were plans to add a method to GridBuilder<T> to facilitate overriding the clientside member column property. (I've done a workaround for this in my current code as below