Categories | Question details Back To List | ||
show some unnecessary null row in grid's cell column type is 'txt, after data in cell is saved database, next time, the data will show some unnecessary blank space line in grid's cell.why? Answer posted by Support on Oct 13, 2008 07:04 If you are loading data from XML - please beware that new line feeds will be treated as part of data, so just form XML as single lin Instead of <cell> value </cell> use <cell> value </cell> |