TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
anamika agrawal
NA
16
0
change in font
Apr 23 2008 6:34 AM
i m workingon the project based on datagrid , i wan to bold the selected cell,
i hav used the code
C1.Win.C1TrueDBGrid.Style s = new C1.Win.C1TrueDBGrid.Style();
Font newFont;
newFont = new Font(s.Font, FontStyle.Bold);
s.Font = newFont;
dgSheet.AddCellStyle(C1.Win.C1TrueDBGrid.CellStyleFlag.NormalCell, s);
dgSheet.UpdateData();
but is not working properly , actually it bold every cell after selection
plz help me in correcting the code....
anamika
Reply
Answers (
2
)
Design help needed: Requirement to process huge number of data efficientlty
NP97 GetEnumerator()