I have this line in some sql:
FT_TBL.Title + CHAR(13) + 'Job:' + str(FT_TBL.JobName) as Title
Now the header is parsed as a border field in C # gridview, the first line puts "Job" on the next line, but after that it's random, some lines are the next line, some are not! Any ideas?
David source
share