我正在使用kendo UI網格和窗體,並且這些由kendo分離器分隔。如何激活div標記
<div id="splitter" style="width:100%;height:100%;">
<div id ="grid" style="height:100%;width:100%;"></div>
<div id ="Form" style="display:none">
<input type = "text"/>
<input type ="button"/>
</div>
</div>
起初我有分離器的左半部分顯示網格,在網格中選擇行後,我想顯示在分離器的右側的形式(我要激活「表」 div標籤。)你能告訴我如何做到這一點。
你怎麼meen活躍?如果我理解正確,你需要$('#splitter')。 –
僅在選擇行後顯示「Form」標籤中的內容 – steve