Hi,
I have a Listgrid attached to the RestDataSource with a foreign key field with valueField and displayField properties set.
This makes displaying description text in place of id value for that key field nicely.
I can get selected record and its values, but my question is:
How to get displayed value (description, not underlaying id value) for that key field ?
Thanks,
MichalG
ps sorry if this is trivial, but looks like I can't solve this easy way.
I have a Listgrid attached to the RestDataSource with a foreign key field with valueField and displayField properties set.
This makes displaying description text in place of id value for that key field nicely.
I can get selected record and its values, but my question is:
How to get displayed value (description, not underlaying id value) for that key field ?
Thanks,
MichalG
ps sorry if this is trivial, but looks like I can't solve this easy way.
Comment