pagination in dynamic datagrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QVZM?=

    pagination in dynamic datagrid

    Hi,
    I've a requirement wherein I need to create datagrid dynamically along with
    the pagiantion implementation in aspx page. I've created the grid dynamically
    but i've problem with the paging event..
    This dynamcially binded event isn't firing...when I click on the page number..

    Any articles on dynamically adding datagrod along with events like
    pageindexedchag ed, itemdataboun etc//

  • Michael Nemtsev [MVP]

    #2
    Re: pagination in dynamic datagrid

    Hello AVL,

    did u try to set breakpoints and verify then u are subscribed to the paged
    events?

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    AHi,
    AI've a requirement wherein I need to create datagrid dynamically
    Aalong with
    Athe pagiantion implementation in aspx page. I've created the grid
    Adynamically
    Abut i've problem with the paging event..
    AThis dynamcially binded event isn't firing...when I click on the page
    Anumber..
    AAny articles on dynamically adding datagrod along with events like
    Apageindexedcha ged, itemdataboun etc//
    A>


    Comment

    Working...