joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Dynamic ErrorMessage handling required #100

Open smillerk2 opened 7 years ago

smillerk2 commented 7 years ago

If my grid's search calls other C# code, and that code returns its own unhandled exception (or explicitly throws a custom exception), how can I display that particular exception message in the grid - or assign it to the ErrorMessage property?