1
Answer

How to fix superscript issue in obout grid header

Photo of Junaid Syed

Junaid Syed

7y
945
1
Hi,
 
I am using a obout grid in my project i struct with superscript issue.I need to fix header with super script.I follow the below process to get the result but I am not getting the issue fix
 
I am getting the result like in below  image
 
 
so i made the below change the to achive the changes in c#
  1. string headertext = "India®";   
  2. grdCampaign.Columns["Country"].HeaderText = "India®";   
  3.    
  4. headertext.Replace("®""®"); 
grdCampaign is my grid id
 
superscript_ table class is this
  1. .superscript_table { font-familyArialfont-size12pt; }   
  2.   
I need to set tread mark as superscript and am using obout grid for my project
 
The above code is sample code .please help me out.thank you 

Answers (1)