Hello,
i'm using with RadGrid for edit by EditMode="InPlace".
i have a GridDropDownColumn and the source of the combo is:
class MyData{int Id, string Description1, string Description2}
i want that every item in the combo will display Description1 + " " + Description2
i have tried to use with the ListTextFormatString but i dont know how set to ListTextField two columns.
is it possible? or any solution?
thnaks.
i'm using with RadGrid for edit by EditMode="InPlace".
i have a GridDropDownColumn and the source of the combo is:
class MyData{int Id, string Description1, string Description2}
i want that every item in the combo will display Description1 + " " + Description2
i have tried to use with the ListTextFormatString but i dont know how set to ListTextField two columns.
is it possible? or any solution?
thnaks.