Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
190
Formatted Output in Cell
posted

Hello

In a column "Numbers"  i want the following Output

If the Value for example 1  I want the Output Format 1,00

 

 

 

 

 

 

 

 

 

 

           

 

UltraGridColumn uCol = ultraGrid1.DisplayLayout.Bands[0].Columns["Numbers"];

string strWert       = "1,00"

e.Row.Cells["Numbers"].Value  = strWert;

 

Parents Reply Children
No Data