don't suppose...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

in a datagrid is there a way to make the down arrow behave a certain way.
For example, if you press the down arrow on a row it moves to the next row in
that column (kinda like Excel)?

Thanks,
rodchar
 
Sure, you can build that stuff in. I believe the down arrow is a wingding.
You can catch the click event and do what ever you want with it including
putting another wingding in there.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
My apologies, when i meant down arrow, i meant the down arrow on the keyboard.

Alvin Bruney - ASP.NET MVP said:
Sure, you can build that stuff in. I believe the down arrow is a wingding.
You can catch the click event and do what ever you want with it including
putting another wingding in there.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



rodchar said:
hey all,

in a datagrid is there a way to make the down arrow behave a certain way.
For example, if you press the down arrow on a row it moves to the next row in
that column (kinda like Excel)?

Thanks,
rodchar
 

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

Similar Threads

client side ? 1
datagrid question 2
mile high view 2
move is null 2
datagrid delete question 3
Run Javascript at GridView Edit 2
datagrid property builder 2
how to: please 2

Back
Top