I have a grid. The grid displays a name from a value from a popup from a custom template. (For example the name field is Category, the drop down binds to PK numeric values, but the name binds to the category name).
Other columns in the grid for the selected row serialize to the grid for text fields just fine, and I can see the changes after the update is issued in the grid. However the "Category" column does. This is likely because the bound data on the popup form is the numeric CategoryId, while the column shown and bound in the grid binds to a separate Name field, just Category.
How do I keep those in sync?
Other columns in the grid for the selected row serialize to the grid for text fields just fine, and I can see the changes after the update is issued in the grid. However the "Category" column does. This is likely because the bound data on the popup form is the numeric CategoryId, while the column shown and bound in the grid binds to a separate Name field, just Category.
How do I keep those in sync?