Hi,
My Webdropdown ContainerWidth = "600px", but the paging width is around 200px, how I can increase page section width also to 600px.
Thanks,
Krishna.
Hi Krishna,
Can you explain what do you mean by "page section width" ?
Does something like this happen to you?
Deni,
Thanks for replying back.
I need the same kind of dropdown. But where it displays page numbers, I am getting only half way.
Please see the screen shot below.
Krishna, can you please provide the ASP code for the<ig:WebDropDown> that you are using here? This problem doesn't happen at least if you bind it to a SQL Database. Btw, in what form is the list data?
Sorry it was mistake, I found what was causing the issue. I have the following style on my page and I haven't noticed it. I copied lots of code from samples, that's why all this issues coming up. By removing this style it is working fine now.
<
style type="text/css">
.igdd_Pager
{
width: 190px;
}
</style>
I appreciate your time so much.
I'm glad you fixed it,
Have a good day!
Hi Deni Vangjeli
I am using webdropdown and Paging.Enabled=True . However when Page number in clicked within the webdropdown, it showing some selection in the text field . Please provide me a solution for this .
-- Shantesh