I have a webgrid inside a WebAsyncRefreshPanel and have the WebAsyncRefreshPanel's target control pointing to a webcombo. When i'm setting the datasource for the webgrid i'm trying to set the parameter to a control but when i click the dropdownlist to select my webcombo there are no controls listed.
Can anybody tell me what i'm missing
Thanks
Paul
might be because its empty.
try to add one parameter as ("", "") both empty on page load and see if you are able to see that webcombo.
I was getting same thing for a dropdown in WebGrid.
hope this helps.
Hi Anand
I can see the webcombo when i run the app and it has data. The WebAsyncRefreshPanel is able to see the webcombo because i set it as the target control i'm just not sure why the webgrid can't.