I’m testing the combobox in grid.
When I change the value in grid combobox, if i don’t move focus from grid to another component(place), row does not changes the bold status.
Now i’m set grid values from column’s source option.
If I set grid values through select & option, it was normally working.
let me know how can i solve the problem.
thanks in advance.
Which bold status did you mean ?
In case of DataProcessor and “combo” excell it is a correct behaviour. Editing stops when “enter” or “tab” key is pressed. So, the value is set and sent to the server only in this case.