Allow Tiles with scrollable content to be both scrollable and draggable. Currently, if the draggable functionality of the control is enabled its content cannot be scrolled but is directly dragged (neither with the mouse button, nor its wheel).
Would be incredibly handy if we could programmatically set the image to a byte array with the RadImageTile (or I guess RadImageAndTextTile). Right now you can only set it via the ImageURL but we don't want to store the image like that, we want to read the image from the DB, so we're reading it out as a byte array. This is possible in your RadBinaryImage, I think, but not in the RadImageTile.
Hello, Please add support to bind to System.Dynamic.DynamicObject: https://msdn.microsoft.com/en-us/library/system.dynamic.dynamicobject%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396 Regards, Douw
The current RadTileList TileGroup item is only settable as text. Is it possible to modify this item to use a LayoutTemplate so that additional items could be added to the TileGroup area?
Add loading data on scrolling instead of loading all data at once? Similar to the way Pinterest loads data on scrolling.
TileList is missing the "Value" property, now the same effect is obtained via HiddenFiled on ContentTemplateTile. This is in contrast with a lot of others Telrik Controls. I'm asking Telrik to implement this functionality
When clicking a tile to navigate, the drag/drop events all fire.