Skip to main content

Microsoft Silverlight

Answered Question Paging with Silverlight Datagrid with out using DataPagerRSS Feed

(0)

NavinKumar.K.S
NavinKum...

Member

Member

295 points

227 Posts

Paging with Silverlight Datagrid with out using DataPager

Hello community,

how can i use paging with Silverlight datagrid(i.e., like what in out mail Inbox) where we can set the size and navigation. With out the help of DataPager.

if any one cant understand please ask me friends

Please Mark "Mark As answer" if this post answers your's question


("-ksnavinkumar@live.com-")

esite
esite

Participant

Participant

1448 points

310 Posts

Answered Question

Re: Paging with Silverlight Datagrid with out using DataPager

You can manually write a procedure that can do paging by sourcing your Grid data using Linq.

Grid.ItemsSource = SomeCollection.Skip(20).Take(20)

 

Please mark replies as answers if they answered your question.

Anton Swanevelder
eSite Solutions

NavinKumar.K.S
NavinKum...

Member

Member

295 points

227 Posts

Re: Paging with Silverlight Datagrid with out using DataPager

Thenk you veru much friend i will tell you after working itout

Please Mark "Mark As answer" if this post answers your's question


("-ksnavinkumar@live.com-")
  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities