In MVC4 application I can able to bind the database table columns into the Grid Header. But I need to bind the database table columns values as a Grid header. Is this possible in MVC?
Example:
tbl_staticfield table have the fieldname Column this column have some values,that values need to bind the Grid header and then the corresponding field name have some values these values are stored tbl_customfielddetails these also bind under the corresponding Grid header.