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

[Solved] Client Edit Templates

0 Answers 14 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.
Tamás
Top achievements
Rank 1
Tamás asked on 21 Mar 2012, 04:00 PM
Hi All!

I am new to using the Telerik controls, and I need some help to make the client edit templates work.
I tried to do it based on this demo, but I think, it does not contain all source code.

The problem is with the foreign key fields. First I tried the new columns.ForeignKey(...) feuture, but I had problem with sorting and filtering.
I started to read the forum, and I found, that it can be done with client edit templates, but something is missing.

What I need:
 - list the data of Table1 in a grid (Table1 has a Foreign key field to Table2)
 - sorting and filtering on the foreign key field (when sorting, using the text field of Table2, not the Id)
 - insert/update records of Table1, using ComboBox for the foreign key

Is it possible?
I found partial solutions, but I need one, when all of these are together.

Can I found a full example of this client edit template demo? (including ALL required classes, annotations, DisplayTemplates, EditorTemplates, etc.)

Thanks in advance!
Tom
Tags
Grid
Asked by
Tamás
Top achievements
Rank 1
Share this question
or