This question is locked. New answers and comments are not allowed.
Hi,
I am currently evaluating your grid control for a product that we are developing. Generally I am quite satisified with your control library, however, I have a weird issue (which I suspect is a bug) when a button on the RowDetails pane has its visibility changed from Visible to Collapsed; the grid changes its CurrentCell to the first column on the next row down. This issue happens for both the standard button and the RadButton, and quite possibly other controls. Performing other UI affecting options on the buttons such as changing the enabled state does not cause this issue.
I am using the latest internal build of Q3 2009 Silverlight controls, Visual Studio 2010, Silverlight 4.
I am unable to attach the solution but I have submitted a couple of screen shots.
Steps to replicate:
1. Create a Silverlight project
2. Create a UserControl containing a button, and you should also create another control to make it easier to see the visual tree. Set the click event of the button to change its visibility to Collapsed.
3. Define a grid with a the RowDetailsTemplate set to a DataTemplate containing your UserControl.
4. Create some data to associate with the grid.
5. Run the project and click the button
6. You will notice that the selected cell has changed, and the details pane remains in the same position, it no longer resides below the selected cell, but above it.
I am currently evaluating your grid control for a product that we are developing. Generally I am quite satisified with your control library, however, I have a weird issue (which I suspect is a bug) when a button on the RowDetails pane has its visibility changed from Visible to Collapsed; the grid changes its CurrentCell to the first column on the next row down. This issue happens for both the standard button and the RadButton, and quite possibly other controls. Performing other UI affecting options on the buttons such as changing the enabled state does not cause this issue.
I am using the latest internal build of Q3 2009 Silverlight controls, Visual Studio 2010, Silverlight 4.
I am unable to attach the solution but I have submitted a couple of screen shots.
Steps to replicate:
1. Create a Silverlight project
2. Create a UserControl containing a button, and you should also create another control to make it easier to see the visual tree. Set the click event of the button to change its visibility to Collapsed.
3. Define a grid with a the RowDetailsTemplate set to a DataTemplate containing your UserControl.
4. Create some data to associate with the grid.
5. Run the project and click the button
6. You will notice that the selected cell has changed, and the details pane remains in the same position, it no longer resides below the selected cell, but above it.