Hi,
I have two radgridview. The first has only MasterGridviewTemplate, the second has MasterGridviewTemplate and ChilGridViewTemplate.
The first grid has a column name is Price. It's FormatString is {0:#,##0.00} . it shows prices like 8.26 although incoming values is 8.2600. It is good, I want to this.
But I could not achive this on the second grid's ChildGridViewTemplate. On the second grid's ChildGridViewTemplate has a column name is Price. It's FormatString is {0:#,##0.00} . But it shows prices like 8.2600. I want to show it as 8.26.
Please help.
I have two radgridview. The first has only MasterGridviewTemplate, the second has MasterGridviewTemplate and ChilGridViewTemplate.
The first grid has a column name is Price. It's FormatString is {0:#,##0.00} . it shows prices like 8.26 although incoming values is 8.2600. It is good, I want to this.
But I could not achive this on the second grid's ChildGridViewTemplate. On the second grid's ChildGridViewTemplate has a column name is Price. It's FormatString is {0:#,##0.00} . But it shows prices like 8.2600. I want to show it as 8.26.
Please help.