2

With Agile Toolkit, how should I link a column value in a row to a webpage using Page_EntityManager?

edorian
  • 38,542
  • 15
  • 125
  • 143
Manish
  • 41
  • 1

1 Answers1

1

EntityManager is now depreciated and you should use CRUD instead. It supports "link" column.

http://book.agiletoolkit.org/views/crud.html

romaninsh
  • 10,606
  • 4
  • 50
  • 70