Hello community
I'm looking for a property to enable FullRowSelect in the UltraWinGrid. I'd like to set this property with the designer and not programmatically.
Kind regards
Samuel
Setting the CellClickAction should allow row selection.
DisplayLayout -> Override -> CellClcikACtion = RowSelect
Hello Matthew
Thank you for the answer =)