Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1150
Binding to id field while displaying text field without using workarounds
posted

Hello,

how can I bind to id fields while showing assocciated display text fields in the grid?

I managed the grid view and editing by styles, but unfortunately this seems like a hack.
While the grid displays what I want, as soon as I enable features like filtering or grouping, the underlying id data is displayed again. 

I thought about completely remove id binding and bind direct to the display text columns.
But this raises other issues. Only think about two different records with the same display text.
The reverse mapping to the actual database record would be impossible.

So, is there any built-in support to do this without using workarounds?

Thanks. 

Parents Reply Children