Jump to content

Show Ellipsis option instead of dropdown list in field lookup in unidbgrid


TSeba

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...