Hey guys we have a combo box that loads the rows asynchronously. It seems to work fine except when we try to set the selected value using ajax to a value that has not been loaded into the combo yet but it is actually part of the dataset.
Is there a way to "request" more rows using javascript so the combo box loads at least the right amount of rows so the value we are looking it's part of the rows collection?
THANKS !
Hey thanks for your reply, and how about in the server side?
I just found out I have a similar issue when EnableXmlHTTP="True"
It seems that even when my datasource contains hundreds of rows, the webcombo.Rows.Count property is equal to 50.