Hi,
I am trying Telerik's wonderful components for my next project, but there is only a problem for now that hasn't figured out yet.
Think about 2 business objects;
Product
Int32 - id
String - name
Category - category
Category
Int32 - id
Strıng - name
How to use Gridview component to add and edit new Products and use GridViewLookUpColumn to select Category for that product.
I tried Gridview columns ID,name,category.name and it shows correct name of category. But when I want to change the product's category from pre filled datasource resCategories, after selection, there appears an error says, cannot convert string to Category, which is because of it is trying to set category name to product.category field. But how to do it in correct way.
Sincerely,
Fuat AKGÜN