|
-
Jan 27th, 2009, 02:37 AM
#1
Thread Starter
Addicted Member
[2005] Datagridview Alternative
I have an existing invoice module that displays its items in datagridview. The datagridview also contains DataGridViewComboBoxColumn. The problem with the datagridviewcomboboxcolumn is that it has too many records which results to performance problems. And the datagridview itself poses some performance problems dealing with the data.
An idea is playing in my mind to redesign the module, and i want to ask some of your suggestions on other alternatives for datagridview that can display and handle many records at the same time and can handle each row that has datagridviewcomboboxcolumn with also many records.
To illustrate concretely, the datagridviewcomboboxcolumn contains the Product Items and the datagridview itself contains records and details such as quantity, rate, total amount of the product item selected.
Thank you,
-
Jan 27th, 2009, 02:44 AM
#2
Re: [2005] Datagridview Alternative
You might consider editing the product field outside the grid instead of using a combo box column. If there are a large number of choices then a more complex method of selection with filtering options and the like might improve performance and usability in one go.
-
Jan 27th, 2009, 02:57 AM
#3
Thread Starter
Addicted Member
Re: [2005] Datagridview Alternative
Thank you sir, i think that is a great idea. i will try and implement that. thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|