datagridtextboxcolumn

  • Thread starter Thread starter schapopa
  • Start date Start date
S

schapopa

Hi,

I have a datagrid and create class that inherits from
datagridtextboxcolumn, for first column in my datagrid. Last thing that
I am trying to achieve is to get font in that first column to be bold.
Can somebody give me a hint, how to do that.

Regards
Schapopa
 
Hi,

Sorry there is no easy way to do this with the datagrid. You would
need to create a custom column style for this. You have to check to see if
the column is the first visible column and draw the data in the new font.
You can find from sample column styles in our vb-tips.com website. This is
much easier in the datagridview.

http://www.vb-tips.com/default.aspx

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top