Hi,
I would like to create a column setting for my grid which accepts a unitdisplayformat and displays it after the column value.
So grid with
1 62 63 64 6
becomes
1kg 62kg 63kg 64kg 6
How should the column setting processor handle this?
Thanks in advance!
Hello Tobias,
If I understand well your scenario (I mean if you have two columns - the first column contains values (1,2,3,4) and your second column conatins values (6,6,6,6)), then maybe you could use Format property of your first column. For example:
ultraGrid1.DisplayLayout.Bands[0].Columns["B"].Format = "###, ###, ###.## kg";
the result should be:
If you need any additional assistance don’t hesitate to ask.
Regards
Won't be necessary, your post was very helpful, thank you!
I already posted a new problem in the Wingrid forums :). http://ko.infragistics.com/community/forums/t/83049.aspx