This question is locked. New answers and comments are not allowed.
Hi,
I've a code which use a grid with no cast such:
where "dt" is my datatable. I would implement the ForeignKey filter for one of my columns (normal filter are already applied on each column). Concerning the View, how can I modify my code by adding a ForeignKey column if I no use a model to cast the grid?
thanks in advance
Alb
I've a code which use a grid with no cast such:
Html.Telerik().Grid(dt) .Name(vd.Name + "_grid") .HtmlAttributes(new { @class = "telerikGrid" })where "dt" is my datatable. I would implement the ForeignKey filter for one of my columns (normal filter are already applied on each column). Concerning the View, how can I modify my code by adding a ForeignKey column if I no use a model to cast the grid?
thanks in advance
Alb