This question is locked. New answers and comments are not allowed.
Hi Support Team,
I am using RadTileView control & MVVM to setup the Rad Tiles via binding.
I have these issues
1. I am trying to store the each tile view item position before closing my application, so that on next load i can use the same position for the tiles via binding.
2. Is there any way to iterate the RadTileViewItems inside a RadTile View ?? [when i try to use the following code am getting unable to cast databound object to RadTileView Item], the item is pointing to the data item i have assigned the source.
any quick help would be greatly appreciated. Since this is straight forward question i haven;t attached any application.
Thanks in advance.
Gopi V
I am using RadTileView control & MVVM to setup the Rad Tiles via binding.
I have these issues
1. I am trying to store the each tile view item position before closing my application, so that on next load i can use the same position for the tiles via binding.
2. Is there any way to iterate the RadTileViewItems inside a RadTile View ?? [when i try to use the following code am getting unable to cast databound object to RadTileView Item], the item is pointing to the data item i have assigned the source.
foreach
(RadTileViewItem item
in
radTileView.Items)
{
currentposition = item.Position;
}
any quick help would be greatly appreciated. Since this is straight forward question i haven;t attached any application.
Thanks in advance.
Gopi V