Hi, what did I wrong? I have a grid and one of its column is a combo box. ListDataSource is a select returnig a list of names, e.g. 'Wegde Antilles'. I choose this name and leave the field of the grid and save the data. The problem is that each space character is replaced by "ampersand hash 160" string, non breaking space. how to avoid that replacement? Thank you, Vojto |
OK so work around seems to be not to use the same column in the combo box definition
this causes the error, but if you create a dummy column to store your value for display purposes and reference that instead its ok
so this is what my datasource definition looks like
and no more issues |