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

How to increase height of listview based on item name

1 Answer 129 Views
ListView (Mobile)
This is a migrated thread and some comments may be shown as answers.
M Kumar
Top achievements
Rank 1
Iron
Veteran
M Kumar asked on 22 Jan 2015, 05:22 AM
Hi
  I am bind data in listview in mobile application,some data have long name like more than 150 letters,that time what happen ,it appear in second line,but not visible properly,

my code is 

  var listview = $("#filesView").data('kendoMobileListView');
  treeViewDatasource = new kendo.data.DataSource({ data: dirinfo, group: "GroupLetter" });
  listview.setDataSource(treeViewDatasource);

in above,dirinfo i get data form webservice,in mobile device width is small when compare with ipad,so in mobile device long name comes second line,but not to view,
Possible to increase the height of the listview based on item name ?

here i attach file

Regards
   Aravind

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 23 Jan 2015, 04:56 PM
Hi,

I am not sure what goes on in your case. By default, the listview does not constrain its content by height - check this example.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ListView (Mobile)
Asked by
M Kumar
Top achievements
Rank 1
Iron
Veteran
Answers by
Petyo
Telerik team
Share this question
or