Skip to content

GeekSage/how-to-make-a-grid-have-no-focused-row-e664

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to make a grid have no focused row

This example demonstrates how to setup a grid so that it initially doesn't have a focused row. The focused row becomes highlighted once you click any.

If you want not to highlight the focused row at all, set the GridFocusedRowHighlightHelper.ShowIndicationOnFirstClick option to False. Note that you can manually toggle the focused row indication by using the GridFocusedRowHighlightHelper.SetFocusedRowIndication method.


The example for older versions demonstrates how to setup a grid so that it doesn't have a focused row at all.

See Also:
How to remove row selection highlighting when the GridControl loses focus


About

.NET, WinForms, XtraGrid Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%