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

Reg:RadTileViewitem is not in sort order

7 Answers 84 Views
TileView
This is a migrated thread and some comments may be shown as answers.
666
Top achievements
Rank 1
666 asked on 22 Nov 2010, 05:56 AM


Hi 
  I am using RadTileView control, i am binding list of students to RadTileView but the  RadTileViewItem is not getting sorted , please may i know what am i missing ?


Thanks in Advance

7 Answers, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 24 Nov 2010, 03:07 PM
Hello srini,

 The RadTileView doesn't automatically sort its items. If you want your tiles to be sorted you have sort your list of students before you bind it to the TileView or sort the tiles after the binging using their Position property. If you have further questions feel free to ask.

Best wishes,
Zarko
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
666
Top achievements
Rank 1
answered on 25 Nov 2010, 12:12 PM
Hi,
   I am fetching record from database in sort order only,but while binding i am doing some modification i mean i want to show the tileviewitem should be maximized based on the student id which i pass in the first loading , what it does is in item i click tileviewitem to maximizeditem get replaced, the tileview item were not sort order.
Eg:
A B C D E....Z
1 2  3 4 5 ....26

in the first loading

RadFluidContentControl_Loaded()

{
     if( studentId = 3) /*Student id is passed like this*/
     {
      Maximize 2      /*C is First TileViewItem now maximized*/
    }
}
Issue is
A
 is Replaced to a place of  C i  mean A Should come as firstItem


Thanks in Advance
0
Zarko
Telerik team
answered on 25 Nov 2010, 02:08 PM
Hi srini,

 Currently this is the default behavior(when you maximize an item it goes to position zero), but in our next Internal Build( tomorrow or next Friday the latest) there's going to be a PreservePositionWhenMaximized property, which allow you to keep the items positions.
If need something else don't hesitate to ask.

Regards,
Zarko
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Greg
Top achievements
Rank 1
answered on 11 Feb 2011, 09:50 AM
Hi!

Could you let me know whether this property (PreservePositionWhenMaximized) has been implemented, and if so, in which public version of the controls?

Many thanks!
0
666
Top achievements
Rank 1
answered on 11 Feb 2011, 11:56 AM
0
Greg
Top achievements
Rank 1
answered on 11 Feb 2011, 12:03 PM
Hiya!

It's not in the current demo download, (downloaded around 10th Jan). Has there been a release since then?
0
Petar Mladenov
Telerik team
answered on 15 Feb 2011, 03:52 PM
Hello Greg,

There has been a 2010 Q3  SP1 release in the middle of January (DLLs 1314). If you don't haver licence ,you can test this property with the internal builds newer than 1314 that can be downloaded from your account page at telerik.com. Please also note that the  Q1 2011 Beta is scheduled for tomorrow.
Feel free to ask if you need more info.

All the best,
Petar Mladenov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
TileView
Asked by
666
Top achievements
Rank 1
Answers by
Zarko
Telerik team
666
Top achievements
Rank 1
Greg
Top achievements
Rank 1
Petar Mladenov
Telerik team
Share this question
or