I have a DataTable bound to a RadGridView. I wish to display data errors for all rows on load.
When I create my DataTable I validate it, and if a cell has an error I call the following:
I can't get this to show up in the grid. How can I do this with a DataTable?
Thanks
When I create my DataTable I validate it, and if a cell has an error I call the following:
row.SetColumnError(1, "This cell has an error");
I can't get this to show up in the grid. How can I do this with a DataTable?
Thanks