This question is locked. New answers and comments are not allowed.
I am trying to do something like this below, is it possible? or do we have a work around?
columns.IconColumn(x => x.Assessment).Title(TMS.Resources.PositionManager.UI.ManageApplicationsGridColumnA).HeaderHtmlAttributes(new { title = XXX.Resources.PositionManager.UI.ManageApplicationsGridColumnAFullName })
.ClientTemplate(Html.QtipHover(columns.ForeignKey(x => x.ApplicationView.TestAssessmentStatusTypeID, Model.VendorOrderStatusTypes, "VendorOrderStatusTypeID", "Name").ToString(), XXX.Resources.PositionManager.UI.TestAssessmentTitle, columns.IconHtml(x => x.Assessment, null, "grid-icon")).ToString()).HtmlAttributes(new { title = " " });
Please note the first parameter to the QtipHover extension method accepts a string for the message text. Everything else seems self explanatory if not please ask.
Appreciate any help on this.
Thanks much!
columns.IconColumn(x => x.Assessment).Title(TMS.Resources.PositionManager.UI.ManageApplicationsGridColumnA).HeaderHtmlAttributes(new { title = XXX.Resources.PositionManager.UI.ManageApplicationsGridColumnAFullName })
.ClientTemplate(Html.QtipHover(columns.ForeignKey(x => x.ApplicationView.TestAssessmentStatusTypeID, Model.VendorOrderStatusTypes, "VendorOrderStatusTypeID", "Name").ToString(), XXX.Resources.PositionManager.UI.TestAssessmentTitle, columns.IconHtml(x => x.Assessment, null, "grid-icon")).ToString()).HtmlAttributes(new { title = " " });
Please note the first parameter to the QtipHover extension method accepts a string for the message text. Everything else seems self explanatory if not please ask.
Appreciate any help on this.
Thanks much!