InRadGridI want toview and search thefollowing fieldsthrough theTbCity : TbCity.name and TbState.name.
How do I proceed?Thanks..
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 20 Feb 2012, 07:35 AM
Hello,
To achieve your goal you could try using a hidden GridBoundColumn which is bound to the text values related and displayed in the foreign key grid column. Then on filtering operation triggered for the foreign key column, you need to cancel the default operation and execute it against the hidden GridBoundColumn that contains the actual text values.
For reference you can review the implementation from this help article. I hope this approach is doable in your case.
Regards,
Pavlina
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>