I have a page with a radgrid on it. The grid gets loaded with different datasets from code behind. Is there a way to set default filters for dynamically added columns? From what I read, this is not supported.
You should be able to apply default filters for grid with dynamic columns just as with declarative columns. Try using the solution provided here in the Page_Load or Page_PreRender event.