I am using spgridview to display the items in a library based on library viewid. I am assigning the datasource as SPlist.items.getdatatable();. Here for file size column, I am getting the values in number. But i need to show in KB’s.
How can i show the filesize values with kb,mb as suffix without looping each column in the datatable?
Thanks in Advance
As i know,
We can’t do. The alternate is to do looping and apply validation for each row data.