I have created a hyperlink in field control of grid by using jumpref() method .In my ui page when i select that row then it will shows hyperlink in that perticuler field , I want to show like in blue color that colomn without selecting any row
I have created a hyperlink in field control of grid by using jumpref() method .In my ui page when i select that row then it will shows hyperlink in that perticuler field , I want to show like in blue color that colomn without selecting any row
thanks it have been done by displayoptions() .
does any method for color the only selected colomn of the grid
Have you created a foreign key relation in the new table (which you are using for the grid) with the parent table?
In case you have this field storing values from only one parent table, you won't need the jumpref method. The relation only should take care of it.
Can you share your screenshot?
yes i aplied everything but its not working
this is d365
Hi singhr,
Have you tried setting the Foreground color of the control to "Hyperlink"?
You can check the standard forms and tables for examples. You should always remember to define table relations when you develop new tables which contain fields that are links to other tables.
If you need to hyperlink new form, you can set FormRef propertity.
I have created edt for that also but it does not work.
Hi Singhr,
Is the relationship set in the field?
André Arnaud de Cal...
293,280
Super User 2025 Season 1
Martin Dráb
232,044
Most Valuable Professional
nmaenpaa
101,156
Moderator