摘要:
singleSelect: true,frozenColumns: [[{ field: 'ck', formatter: function (value, row, index) { return '<input type="radio" name="rd_action" />'; } }]],onClickRow: function (row) { $("input[name=rd_action]", $("div.datagrid-view1 tr.datagrid-row- 阅读全文
摘要:
子节点深度级联获取所有父节点:View Code USE [DBName]GO/****** Object: StoredProcedure [dbo].[P_GetCategoryParentByCategoryID] ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO-- =============================================-- Author: xxx-- Create date: xxx-- Description: 子节点向上获取所有节点-- =============... 阅读全文