How to achieve the given layout in Silverlight ?
Are you looking for information on applying layouts in Silverlight? Want to know how to achieve the given layout in Silverlight? Read this thread to learn more about Silverlight applications.
How to achieve the below layout ? I am new to Silverlight. I need to achieve the same with Paging. Which one is better DataGrid or ListBox ? Can i achieve the same with normal Silverlight but with paging? I dnt want a column header and also my row should have the details filled with Image,Links,Text etc as below...
I want to achieve the same Layout as given in the link http://demos.devexpress.com/AgDataGridDemos/under the Customization/Row Template tab with Filtering,Sorting and paging functionalities using normal Silverlight Controls. I have to hide the Headers also.
Note: In the example,u can see only Rowtemplate.I wanna acheive exactly same Layout.