Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Junaid Syed
1.7k
485
119.5k
How to fix superscript issue in obout grid header
Mar 23 2018 12:50 AM
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#
string
headertext =
"India®"
;
grdCampaign.Columns[
"Country"
].HeaderText =
"India®"
;
headertext.Replace(
"®"
,
"
®
"
);
grdCampaign
is my grid id
superscript_ table
class is this
.superscript_table {
font-family
:
Arial
;
font-size
:
12pt
; }
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
Reply
Answers (
1
)
Add dynamic variable data to list string
Facebook app key and secret key