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

Not able to get any default events working

9 Answers 58 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Abhilash
Top achievements
Rank 1
Abhilash asked on 10 Jun 2013, 06:40 AM
Hello,

Trying to use RadTileList,but as soon as i attach any event for example Loading etc.,it is not attaching/responding.I am using Autogenerated Tile concept here as the data is coming in a collection as ItemSource.Also i am not able see any event available such as -

"AutoGeneratedTileEvent." as given in online document-
private void RadTileList_AutoGeneratingTile(object sender, AutoGeneratingTileEventArgs e)


Please do suggest or help.

Thanks.

Regards,

Abhilash

9 Answers, 1 is accepted

Sort by
0
Bill
Top achievements
Rank 1
answered on 10 Jun 2013, 02:59 PM
Hi. I was able to get the auto generated event working. Could you post some code?

Thanks!
0
Pavel Pavlov
Telerik team
answered on 11 Jun 2013, 08:39 AM
Hi,

Please paste the code from your attempts. I will be glad to have a look and see what went wrong.

Regards,
Pavel Pavlov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhilash
Top achievements
Rank 1
answered on 14 Jun 2013, 10:08 AM
Hi,

Yes ,basically in design time if i click TileList component so atleast i should be able to see the event in the event list,so that is missing for me.Please give sometime and i will share snapshots with you.

Thanks.

Regards,

Abhilash
0
Abhilash
Top achievements
Rank 1
answered on 18 Jun 2013, 06:17 AM
Hello again,

I am following the link below to work on the RadTileList -

http://www.telerik.com/help/silverlight/radtilelist-autogenerated-tiles.html

The above link is using some events called-  AutoGeneratingTile


private void RadTileList_AutoGeneratingTile(object sender, AutoGeneratingTileEventArgs e)
 {
      
        
}

When i see my XAML designer properties and go to events tab i an not able to see any event like this and also basic events like Loaded is not responding for me.I am attaching snapshots of the events list which is shown in the properties window panel of VisualStudio.

Please help or suggest what are the best options i can use the TileList as we are planning to setup similar themes as given in the online demos link below-

http://demos.telerik.com/silverlight/#TileList/FirstLook

Regards,

Abhilash
0
Pavel Pavlov
Telerik team
answered on 19 Jun 2013, 08:48 AM
Hello,

Our QA team investigated the issue in details. However they did not identify any problem similar to the one you are experiencing .

I may also confirm the events are properly visible and attachable form the designer.

Regards,
Pavel Pavlov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhilash
Top achievements
Rank 1
answered on 20 Jun 2013, 09:47 AM
Thanks for the response.We are using version -2013.1.220.1050.Are all the events available in this or need to update the versions.Previously i was able to see online on the demo page that TileList was mentioned as "Beta",but now i can see it marked as "New".So is this the correct version of DLL's we are using?


Thanks again.

Regards,

Abhilash
0
Abhilash
Top achievements
Rank 1
answered on 24 Jun 2013, 05:46 AM
Followed instructions from this link-

http://www.telerik.com/help/silverlight/radtilelist-autogenerated-tiles.html

The question here is how to access Mouseevents for each tile?I am trying attach LeftMouseButtonDown,but it is not responding.

Please do advise.Not sure how to send you the sample solution created locally so that you can have a look.

Thanks.

Regards,

Abhilash
0
Pavel Pavlov
Telerik team
answered on 25 Jun 2013, 08:35 AM
Hi ,

In order to be able to attach your solution you need to open a support ticket .
Then just zip the project. You may mention this forum thread ID- 702557  in your support ticket.

Regards,
Pavel Pavlov
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhilash
Top achievements
Rank 1
answered on 25 Jun 2013, 10:08 AM
Hello again,
Thanks for the response.I am able to resolve all the above issues by updating the DLL's.

Only one question i got is,is it possible to stop Drag behavior of tile or item  which resides inside the RadTileList container.


Thanks.

Regards,

Abhilahs
Tags
TileList
Asked by
Abhilash
Top achievements
Rank 1
Answers by
Bill
Top achievements
Rank 1
Pavel Pavlov
Telerik team
Abhilash
Top achievements
Rank 1
Share this question
or