Hi

I am using an unbound datagrid with a Select Button that was inserted from the Property Builder of the Datagrid.

This button selects a row of the datagrid and displays the information in another page.

Everything is working fine. The problem starts when I sort any of the columns of the datagrid (by clicking the column header) and then select a row, the data displayed in the second form will be for another row and not the row I have selected!!!

It looks as though the Select button in the datagrid is unaware of any changes in the datagrid!!!

How can I make the Select Button respond to the new status of the datagrid??

Many thanks