Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

waht is best way to show 2000 rocords to user that can move them and select one row by enter and direct to another form, with sort and search capability.

now i use datagrid but it s very bad with keys control.

 

thanks

[ once4ever ]
Posted
I'd probably use a ListView. To select an entire row you will need to set it's FullRowSelect property to true, and its View property to View.Details.
Anybody looking for a graduate programmer (Midlands, England)?
Posted

thanks, but i want sort each columns by Tab key, how can i do it?

i have 3columns (name, age, id) and i want sort each columns or search specific value in each columns.

[ once4ever ]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...