hi,
I have rad grid control and radcompobox, now whenever I change radcombobox index, the page is post back and RadGrid1_NeedDataSource will be fired again with different datasource (because when changing combobox index the sql statment is changed and datatable is changed too) and the grid should be changed, but the problem its remaining same as it is!!
when I click refresh button in radgrid, then content of grid changed!
so the question would be, how to refresh datagrid after assigning datasource to different table?
I have rad grid control and radcompobox, now whenever I change radcombobox index, the page is post back and RadGrid1_NeedDataSource will be fired again with different datasource (because when changing combobox index the sql statment is changed and datatable is changed too) and the grid should be changed, but the problem its remaining same as it is!!
when I click refresh button in radgrid, then content of grid changed!
so the question would be, how to refresh datagrid after assigning datasource to different table?