datagrid formatting?.

  • Thread starter Thread starter Starbuck
  • Start date Start date
S

Starbuck

Hi All

Using VB.Net with a datagrid which shows a column called status - the values
can be 0 to 6.
Is there anyway of formatting this column show the numeric value is
translated to a more readable test one.
Example
0 to New Job
6 to Complete

Thanks in advance
 
Hi,

Couple of ideas.

Custom formatting
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q318581

Place a combobox in the grid to only allow user to select good values.
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q

Ken
--------------
Hi All

Using VB.Net with a datagrid which shows a column called status - the values
can be 0 to 6.
Is there anyway of formatting this column show the numeric value is
translated to a more readable test one.
Example
0 to New Job
6 to Complete

Thanks in advance
 

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