Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have created a Winjs.UI.ListView(with Binging in GridViewtemplate: some images and titles) and everything is OK But i would like de clustering(make groups of )my items close to each other and the others in the next Column of the listView . I will be thinkful if anybody has an idea or some portion of code.

share|improve this question
    
Are you trying to group items according to some specific property? A sketch of what you're trying to accomplish, or a screenshot of what you currently have vs. what you want might help us help you. –  devhammer Mar 17 '13 at 15:47
    
Problem solved , i must create another template for Group Header and binding it with the specific attribute .Thinks a lot devhammer –  Brahim Mar 18 '13 at 15:24
    
Glad you solved it, and glad to help! –  devhammer Mar 18 '13 at 20:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.