Unplanned
Last Updated: 24 May 2019 05:13 by ADMIN
Lorenzo
Created on: 23 May 2019 12:37
Category:
Type: Bug Report
0
RadCardView: Items don't display information until selection

Hello,

I'm populating a CardView from a BindingList:

CardView1.DataSource = BindingList<Model1>;

 

Aftre loading the information inside the cards is not displayed until i click on a card (see attachment), after clicking on a card all the cards display the information correctly

Attached Files:
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 24 May 2019 05:13
Hello, Lorenzo,     

Following the provided information, I was able to replicate the undesired behavior. If the DataSource property is set inside the Click event handler of a button, the cards are not loaded properly. The attached gif file illustrates what happens. 

I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to focus the card view after binding it: 

this.radCardView1.DataSource = items;
this.radCardView1.Focus();

 

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.