Hi,
i am having radgrid which i want to bind to empty datasource but not working i tried the code:
function ClearItems1()
{
var RadGridTaskActivity = $find("<%= RadGridTaskActivity.ClientID %>").get_masterTableView();
masterTable.set_dataSource(string.Empty);
masterTable.dataBind();
}
i tried with string.empty OR [ ] OR null but nothing working.