1
我有一個的WebGrid,因爲我的專欄是動態的,我沒有定義在任何的WebGrid列將在下文如何打開一個彈出窗口,MVC的WebGrid,動態列
@grid.GetHtml(tableStyle: "webgrid",
headerStyle: "webgrid-header",
footerStyle: "webgrid-footer",
alternatingRowStyle: "webgrid-alternating-row",
selectedRowStyle: "webgrid-selected-row",
rowStyle: "webgrid-row-style"
)
說。
我的問題是,我如何鏈接特定列打開彈出?
請讓我知道。
謝謝,這應該解決我的問題 –
嗨Shyju,當我給href它不呈現相同的HTML,而是它顯示View Extra details。我怎樣才能讓這看起來像超鏈接的HTML。我正在從我的SQL查詢做到這一點。 –
你的意思是由超鏈接的HTML?那是不是一個「標籤」? – Shyju