Click here to Skip to main content
15,898,618 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

In my application GridView I am using DataGridViewComboBoxCell .After clickng on combobox i am not able to see all itmes (If long string item s ther in item list).

Please help me.

Thanks in Advance.
Posted
Updated 6-Jun-11 20:46pm
v2

1 solution

Set the column in the grid to a larger width. A width that will be able to display the longest item in the list.

Here[^] is the MSN on column width.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900