Hi All,
I'm using infragistics web dropdown with multiple selection of items enabled.I'm using webdropdown css from ig_res/default folder and gave reference of the stylesheet in my web page. But the alignment of dropdown items are not showing properly. Below is the screenshot attached.
Can anyone please help me out fixing this weird css issue with a sample and working one.
Awaiting your response,
Thanks,.
Hi Nikolay,
Thanks for the sample, It worked perfectly.. I forgot to Mark your post as answer, My apologies for that..
Thanks,
Hi pavanpuligandla,
If you still need assistance with the matter, please feel free to contact me.
Hello pavanpuligandla,
I wasn't able to reproduce this behavior. I am setting CurrentValue property from code-behind and when I select some items from the dropdown, the "Please select" text disappears. Please refer to the attached sample.
Let me know if this helps.
I tried using CurrentValue property, But not displaying the initial value.. When i bind it in code-behind, The initial value is coming up, and when i select other items from the dropdown, They are being added like below with a comma delimiter..
Please Select, Item1, Item2, Item3..
I dont want Please select, I just need items that should be added to the list..
If this is solved, Then everything is done..
Thanks
Hi,
I'm not sure exactly what css rules need to be set, but I would suggest to try changing the margin or padding applied to the igdd_ListItem class and see if this helps. You could use tools like Firebug or Chrome developer tools to determine what is the issue and how to solve it.
If you don't want to display "please select" text in the dropdown items list, you could remove it from the item collection and use CurrentValue property of the WebDropDown instead.
If you have any further questions, please feel free to contact me.