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
95
Problem with loading SqlDataSource into WebGrid
posted

Hi,

i have a problem with loading Data from a SqlDataSource into a WebGrid. I'm using a WebDataTree and on the CheckBoxSelectionChanged-Event i bind the DataSource to the Grid. But there is no data displayed. But when i uncheck the node of the WebDataTree the correct Data is shown in the WebGrid. The WebDataGrid appears in an Update Panel. When i use the WebDataGrid it works fine.

Thanks for your help.

 

 

  • 95
    posted

    Sorry, it's me again.

    I fixed the Problem with showing the Data from the SqlDataSource when the Node is checked. But there is also a problem with the communication. The Data is shown only on the second, third, etc. Click on the Checkbox of the WebDataTree. When i click the Checkbox first, the ProgressCircle of the Grid (i put it in a WARP) is displayed, but no Data is Shown. Is there a AsyncPostbackFlag or something else? Thanks for the help.