DataGrid and ItemCreated and Pager

B

Binny

I have a datagrid with customized pager in header and
footer.
Is there a way to find during item created whether its for
top or bottom of the Grid.

thanks
 
A

alex bowers

Hi
I've looked into this and couldn't find an immediately
obvious way of differentiating between top and bottom of
the grid for the Pager.
However, the ItemCreated event runs for the top Pager row
before the bottom Pager row, so you could set a flag that
indicates "top" or "bottom" in your code fairly easily.

alex
 
B

Binny

Thanks appreciate your help!!!
-----Original Message-----
Hi
I've looked into this and couldn't find an immediately
obvious way of differentiating between top and bottom of
the grid for the Pager.
However, the ItemCreated event runs for the top Pager row
before the bottom Pager row, so you could set a flag that
indicates "top" or "bottom" in your code fairly easily.

alex
.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,056
Members
48,769
Latest member
Clifft

Latest Threads

Top