Hi,
I'm creating a GroupBy expression dynamically based on user input:
RadGrid1.MasterTableView.GroupByExpressions.Add(txtUserInput.Text);
Occasionally the user gets this wrong which causes an error.
I simply want to catch this error in a try/catch block and handle it, but I'm not sure where to put the try/catch.
Any help would be appreciated.
Thanks,
Nick
I'm creating a GroupBy expression dynamically based on user input:
RadGrid1.MasterTableView.GroupByExpressions.Add(txtUserInput.Text);
Occasionally the user gets this wrong which causes an error.
I simply want to catch this error in a try/catch block and handle it, but I'm not sure where to put the try/catch.
Any help would be appreciated.
Thanks,
Nick