I am trying to bind data to a grid using "NeedDataSource". But the grid is not able to render on the page load ,later if i press refresh, it is showing the data.
Thanks for a quick response. I just followed the exact process of binding a grid using needdatasource and it works fine too but not at the page load. Even when i debugged the code i was able to bind the data into the grid but was not able to see the same in the front end as the grid seems not rendered properly as i was able to see just half of the 1st row visible and no other rows are rendered. I this example i am just using two grids and with a check box in each and binding the same dataset to both.