fiogf49gjkf0d Thanks so much for the quick response!
I'm looking at the properties for the editable grid (grdOppProducts). I assumed (incorrectly apparently) that I could just add a column to the Columns property. In the Columns property (QFDataGridCol Collection Editor), I see the other columns visible in that grid. There are two pulling from the products table: Product.Name and Product.Family both with the IsEditable property set to False. I added a new Editable Field with the same properties as the Product.Family field:
ColumnHeading: SKU; DataField: Product.ActualID; IsSortable: False; IsEditable: False.
When viewing this change in the web client, that column is there, but it's blank.
I'm sure I'm missing what's very obvious, I'm pretty new to the web client, but I can't find anything on this.
Any suggestions?
Thanks so much! |