hamid Posted April 21, 2006 Posted April 21, 2006 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 Quote [ once4ever ]
Cags Posted April 21, 2006 Posted April 21, 2006 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. Quote Anybody looking for a graduate programmer (Midlands, England)?
hamid Posted April 22, 2006 Author Posted April 22, 2006 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. Quote [ once4ever ]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.