I have a RadGrid bound to a SQL data source component. When a user selects a row from the first grid, a data connection in the code takes values fom theat grid and feeds them to a second query, which is then bound in code to a second grid. The first grid is on the first of two pageviews, and the second grid is on the other pageview.
The first time I select a row in grid 1, the query runs correctly and loads data into grid 2. However, selecting any other record runs the second query as expected and loads the data into grid 2, but all the rows are compacted into a tiny single line. You can scroll through using the arrows and see that the data is there. This continues until you exit the page and then go back to it, whereon the process repeats itself.
I have tried moving grid 2 out of the table on the pageview, and various combinations of the Ajaxmanager update settings. Nothing helps.
The first time I select a row in grid 1, the query runs correctly and loads data into grid 2. However, selecting any other record runs the second query as expected and loads the data into grid 2, but all the rows are compacted into a tiny single line. You can scroll through using the arrows and see that the data is there. This continues until you exit the page and then go back to it, whereon the process repeats itself.
I have tried moving grid 2 out of the table on the pageview, and various combinations of the Ajaxmanager update settings. Nothing helps.