In which cases the above situation is true?
I change a parameter of the SqlCommand which passes its data to the DataSouce of the grid and then I rebind.
I stop the code where I check the count of the items in the MasterTableView and I see that it's not zero.
I can even select the first row by...
RadGrid.MasterTableView.Items(0).Selected = True
...and I can see the data in the grid object, like
RadGrid.SelectedItems.Item(0).Cells(2).Text (contains the expected value)
But the grid on the screen remains empty.
Where should I look?
I change a parameter of the SqlCommand which passes its data to the DataSouce of the grid and then I rebind.
I stop the code where I check the count of the items in the MasterTableView and I see that it's not zero.
I can even select the first row by...
RadGrid.MasterTableView.Items(0).Selected = True
...and I can see the data in the grid object, like
RadGrid.SelectedItems.Item(0).Cells(2).Text (contains the expected value)
But the grid on the screen remains empty.
Where should I look?