This question is locked. New answers and comments are not allowed.
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
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