I have a grid in a form with another grid in DetailTables (detail grid).
I'm using wcf service to fetch data and fill in dataSource of grids (master and detail).
For this in OnDetailTableDataBind event of master grid, I've set the e.DetailTableView of event in a field and called the async operation of service and in Completed event of service ,i've bind the result to the filed DataSource and it doesn't work.
but it works if I call the operation sync.
I want to call it async, what should I do?
I'm using wcf service to fetch data and fill in dataSource of grids (master and detail).
For this in OnDetailTableDataBind event of master grid, I've set the e.DetailTableView of event in a field and called the async operation of service and in Completed event of service ,i've bind the result to the filed DataSource and it doesn't work.
but it works if I call the operation sync.
I want to call it async, what should I do?