How do I synchronize the TWebDBTableControl with the TXDataWebDataSet to get the current row when selecting a row from the grid?
You could use OnClickCell and then look up the Id cell for that row, to get the value you need to locate in the dataset.
How do I synchronize the TWebDBTableControl with the TXDataWebDataSet to get the current row when selecting a row from the grid?
You could use OnClickCell and then look up the Id cell for that row, to get the value you need to locate in the dataset.