when you click on a cell in a TWebTableControl the row highlights
Is there a method to do this in code? I have tried TWebTableControl.SelectCell, but that only highlights the contents of the cell.
Thanks
when you click on a cell in a TWebTableControl the row highlights
Is there a method to do this in code? I have tried TWebTableControl.SelectCell, but that only highlights the contents of the cell.
Thanks
Sorted this. Just need to set Table.RowIndex
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.