I have a RadGrid that I am creating programmatically in the Page_Init. I have set the EnableViewState to True for both the RadGrid and the RadGrid.MasterTableView.
Once the grid displays, the user applies a filter. The radgrid is automatically re-bound. My problem is the ItemCommand is fired after the NeedDataSource. I don't believe this is the correct behaviour from what I have read. I would like to gather my filtering options before the NeedDataSource is fired.
Let me know what I am doing wrong.
Once the grid displays, the user applies a filter. The radgrid is automatically re-bound. My problem is the ItemCommand is fired after the NeedDataSource. I don't believe this is the correct behaviour from what I have read. I would like to gather my filtering options before the NeedDataSource is fired.
Let me know what I am doing wrong.