TabStop in dataGrid

  • Thread starter Thread starter Randy Fraser
  • Start date Start date
R

Randy Fraser

Does anyone have an example of setting the tab stop to false in a data grid?

Best Regards
Randy
 
Thanks Cor

I will try and sort through these documents to figure out how I can put this
fuctionality into the
datagrid. I have a feeling that each object within the grid, such as
DataGridTextBoxColumn will have to create a new class and add the
functionality to that.

I hoped someone had a simple solution. This in my opinion is very popular
fuctionality of a grid.
The data grid that I am working on has two related tables on the same grid.
Sort of like a data entry screen for customer orders. If you enter a Widget
Number in the first column, the description, cost, etc would be displayed in
the other columns. I can make these read only but when you Hit the tab key,
the cursor will tabe to each and every column. The cursor should not even
tab to these read only columns.

I thaugh this was a RAD development envirionment. Maybe it will be after we
all re-write VB.net classes.

Sorry, a little venting there!

Thanks again.

Randy
 
Hi Randy,

Because you did ask tabstops I did give you half of the links I give normal.

Complete very nice control
<http://dotnet.leadit.be/extendeddatagrid>

Format
http://msdn.microsoft.com/library/d...tingwindowsformsdatagridvisualbasicprimer.asp

Button
http://www.i-syn.gmxhome.de/devcom/colstyles/controlbutton.htm

Combobox / there is an error in that sample that I fixed I think I paste it
in sometime.
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q480q

DateTimePicker/ This is more or less the sample how to do it as you said.
http://msdn.microsoft.com/library/d...windowsformsdatagridcolumnstyleclasstopic.asp



Cor
 
Back
Top