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
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
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.
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.
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.
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.
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.