Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
ValueList width and Tooptip issue
posted

hi

I have bound a value list to my grid's cell. Cel's width is 128 and the data in value list is

   ValueList sites = new ValueList();            
    sites.DropDownListMinWidth = 800;
    sites.ValueListItems.Add("i love my country too much"); 

    sites.ValueListItems.Add("New York");

    sites.ValueListItems.Add("United States Of America "); 

when i click the grid cell to see the data then only "New York" is fully visible first and third items are not visible fully. So please tell me the to increase the width of values list or at least apply the tool tip with the items of the value list.

 Regards

Asad Naeem