I am using a single column TileView as a selector. The data is bound to a datasource and an unbound column supplies the logo. The grid on the right filters according to the selection.
The border surrounding the selected/focused tile is too narrow and it is hard to see which tile is focused. Is there any way I can change it from the 2 pixel width it has to 6 or 8?
Also I want to display the tile checkmark in the top right corner for the focused Tile but with a slight twist:
When a user changes the focused row, the checkmark is 'added' and this will be used to filter the grid on the right. If the user reclicks on the same focused tile, the checkmark is removed (and the filter is removed from the grid).
(I am aware that a bound data source always has to have a current row limitation)
I can control whether the focused Tile is deemed to be checked or not by using FocusedRowChanged and TileClicked handlers etc. but how can I get the target Tile to draw with the checkmark?
I found the ItemCustomize event and I can now get the checkmark to display exactly when I want it, so forget that bit.
I am now using the latest 15.1.4 release too.
I would still like to be able to increase the width of the border around a selected tile though.
Also, I have found two possible bugs (feel free to move them into new tickets):-
Also, the issue in (2) occurs when a tile is scrolled into view upwards - the tile shows at the bottom but isn't scrolled far enough to see the full focus border.