This is a migrated thread and some comments may be shown as answers.

[Solved] ForeignKey on uncasted Grid

0 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Zio
Top achievements
Rank 1
Zio asked on 07 Sep 2012, 12:16 PM
Hi,
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
Tags
Grid
Asked by
Zio
Top achievements
Rank 1
Share this question
or