I have 4 columns in my radgrid and in one of the column there are some negative values as well as positive, will it be possible to put all the negative values in brackets.
Example:
    
        
so i want all the negative values of coulmn "values" into brackets and without $ sign.
Expected result
    
        
Please help.
Thanks
                                Example:
| 
             Product Name  | 
            
             Product ID  | 
            
             Values  | 
        
| 
             A  | 
            
             1  | 
            
             $ -12.00  | 
        
| 
             B  | 
            
             2  | 
            
             $11  | 
        
| 
             C  | 
            
             3  | 
            
             $ - 13  | 
        
| 
             D  | 
            
             4  | 
            
             $ 14  | 
        
| 
             E  | 
            
             5  | 
            
             $ - 16  | 
        
| 
             F  | 
            
             6  | 
            
             $ - 17  | 
        
| 
             
  | 
            
             
  | 
            
             
  | 
        
so i want all the negative values of coulmn "values" into brackets and without $ sign.
Expected result
| 
             Product Name  | 
            
             Product ID  | 
            
             Values  | 
        
| 
             A  | 
            
             1  | 
            
             $(12.00 )  | 
        
| 
             B  | 
            
             2  | 
            
             $11  | 
        
| 
             C  | 
            
             3  | 
            
             $(13)  | 
        
| 
             D  | 
            
             4  | 
            
             $ 14  | 
        
| 
             E  | 
            
             5  | 
            
             $(16)  | 
        
| 
             F  | 
            
             6  | 
            
             $(17)  | 
        
| 
             
  | 
            
             
  | 
            
             
  | 
        
Please help.
Thanks