This is a migrated thread and some comments may be shown as answers.

Disable Selection for standalone ImageAndTextTile

4 Answers 45 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Marcus
Top achievements
Rank 1
Marcus asked on 27 May 2014, 08:25 PM
See thread title.
I have a couple of standalone RadImageAndTextTile's on a page. Even though I have specified 'tile.EnableSelection = false;' in code-behind, the tiles are still selectable via right-click.

Thx in advance for help and/or pointers!
M.

v.2013.3.1114.40

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 May 2014, 07:16 AM
Hi Marcus,

Unfortunately I couldn't replicate the issue at my end. Enable Selection property of RadImageAndTextTile is checking whether the tile can be selected or not. The default behavior of the control is that it will allow the selection of tile only by setting the EnableSelection property as true  By default its value is false, so it is not possible to select the Tile.

Please provide your full code if it doesn't help.
Thanks ,
Princy.
0
Marcus
Top achievements
Rank 1
answered on 29 May 2014, 08:31 PM
Hi Princy,

Thx for your reply.
It appears to be a bug in the controls version. I tested three versions. Setting 'tile.EnableSelection = false;' is ignored (no error messages) in versions 2013.3.1114.40 and 2013.3.1324.40.
It works in v.2014.1.225.40

I can post a sample project, if you want.

Thx&Rgds,
M.
0
Marcus
Top achievements
Rank 1
answered on 29 May 2014, 08:35 PM
Sorry about the double post - forgot to add:
It also appears that the default behavior for standalone tiles in v2013.3.1114.40 and v2013.3.1324.40 is EnableSelection = true.
0
Princy
Top achievements
Rank 2
answered on 30 May 2014, 05:58 AM
Hi Marcus,

With reference to this documentation the default value of the EnableSelection property is False. Please have a look into the online demo and try to replicate the issue there or please provide a sample code and please mention your telerik version also.

Thanks,
Princy.
Tags
TileList
Asked by
Marcus
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Marcus
Top achievements
Rank 1
Share this question
or