TSeba 2 Posted April 30, 2018 Share Posted April 30, 2018 Hello everybody, It will be possible in Unigui to modify the behavior of the columns of an unidbgrid associated with fields Lookups?. I need that instead of showing the drop-down list another option is shown (Ex: Ellipsis) so that clicking on that column will open a modal form where I can select the data that I need and return that data to the original Form. Thanks Quote Link to post Share on other sites
mhmda 597 Posted April 30, 2018 Share Posted April 30, 2018 If I understand you correctly you want to put an image in specific column or any other control if so you have 3 solutions: 1. Server-side-> Field->onGetText 2. Client-side->Store->load->modify the column as you want. 3. Client-side->grid->viewready->customize the output for specific column. Quote Link to post Share on other sites
Sherzod 1180 Posted April 30, 2018 Share Posted April 30, 2018 Hello, Perhaps the best solution is to use an actionColumn ? Quote Link to post Share on other sites
TSeba 2 Posted April 30, 2018 Author Share Posted April 30, 2018 Thanks, try these options and I comment the results. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.