I have inherited an application which uses a lot of UltraGrids. These grids are configured so that if you click anywhere in a row the entire row gets highlighted. On the grids I add, if I click in a row I get a cursor, in other words I MUST click the row selector to have the row highlight. There are only about 36000 properties on an UltraGrid so I am having a lot of trouble finding where this setting is, can anyone tell me?
Thanks.
I think the property you are looking for is the CellClickAction
Yes!
Thank you so much.