.I am exporting the ultragrid and ultrahchart to pdf.
I want all the numeric column's row to to formatted in particular format.Attached is the code which i am using to export the ultragrid and ultrachart to pdf.
format should be ("#,##0.00;(#,##0.00)")
Thanks in advance
Hello MauryaIsha,
Thanks for attached code, but I`m not sure what exactly is your final goals. Could you please tell us (show us a screenshot) how should be display the numeric data. You could use Format # ##0.00 and then the result will be:
Please send us more details and if you have any questions, feel free to write us.
Regards
hello,
I want the numeric columns to be right aligned,
string and date columns to be left aligned ,
negative amount to be shown in red color within a bracket
and comma(,) separated if the amount is grater than thousand ,
as shown in the attached file