I just want to confirm that it is not possible to have a hyperlink on a DataView. Similar to how we can have a hyperlink on a grid.
Currently, I have a lot of ASP.NET MVC forms that show the user data in a grid. The grids have a link where the user can open up another view that has detail information. The grids also show totals. I use the Telerik/Kendo grid. It's really powerful.
I'm exploring if I can use Mongoose instead of ASP.NET MVC. My understanding is the Mongoose grids can't have totals. And my understanding is that Mongoose DataViews can't have hyperlinks. So it appears neither will satisfy my use case of needing both features.
Ideally, going forward, we will use Mongoose for new development instead of ASP.NET MVC. But it appears that Mongoose isn't going to be powerful enough. Please let me know if I'm missing something and Mongoose can be used instead of ASP.NET MVC.
Thanks for your help.