Hi,
I want to remove white space after string in each cell in exported excel file from radgrid, see attached image. How to do it? Thanks.
Also the datetime field does not contain AM or PM. But in radgrid, they contain AM/PM. What is the problem?
The white spaces are not removed after adding RadGrid1.MasterTableView.AllowFilteringByColumn = false;
The second one is working except DataFormatString="{0:dd/MM/yyyy hh:mmtt}.
It is a bit weird because it is case-sensitive first, and hh:mm tt is not working for excel file (work for radgrid1 display however), but hh:mmtt is working, however leave no space between second and AM/PM. Any thought?