Replies: 1 comment
-
I transfer this question to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear volkanceylan
I am trying to Use ServiceLookupEditor Filter in Grid.ts but I am getting Error
Please give me Any Idea
filters.push({
type: Serenity.ServiceLookupEditor,
options: {
service: "Movie/Product/List",
cascadeFrom: "AccountId",
cascadeField: "AccountId"
},
field: fld.Id,
title: 'Account',
I didn't got any Example for your side how to user ServiceLookupEditor in Quick Filter using Type Script (Grid.ts)
Please update me if you have any idea
Thanks
Originally posted by @Weblife123 in #4570 (comment)
Beta Was this translation helpful? Give feedback.
All reactions