Base solution for your next web application
Open Closed

Showing selected items display value in grid(list view) #4138


User avatar
0
mdonogma created

If we create an entity with example 5 dropdowns the Int values are stored as selected item values.

The question : how do we ensure the GridView shows the textual description of selected items rather than Int values

Is there an example of this in abp


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @Mdonogma, you need to return string values for your grid data from server. In order to do that, you need to join your entity with it's related entities.

    Thanks.