Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RadDataGrid doesn't allow row selection if removed and re-added to visual tree. #94

Open
ericgrover opened this issue May 19, 2017 · 1 comment

Comments

@ericgrover
Copy link

I have a RadDataGrid on a blade control (UPW Community Toolkit) and it works fine the first time I show the blade, but if I hide the blade and then re-open it, the RadDataGrid won't allow row selection. It still allows header actions (i.e. sorting and filtering). And I can give the control focus and it allows keyboard selection of rows via arrows and space bar, but not via mouse.

As a workaround, I create a new instance of the RadDataGrid and add it to the visual tree every time the blade is opened (and remove any previous instances).

@APopatanasov
Copy link
Collaborator

Hi @ericgrover ,

Thanks for reporting this bug. I was able to reproduce it. It seems that for some reason when the BladeItem is opened the IsLoaded property of the DataGrid remains false and that affects the selection when you Tap on the cells.

Unfortunately, currently no other workaround could be suggested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants