English 中文(简体)
Grid, 供暖编辑使用,与Telerik RAD Grid相类似。 NET
原标题:Grid for coldfusion with popup editor - similar to Telerik RAD Grid for ASP.NET

我正在寻找一种电网解决方案,在冷聚中工作,类似于爱丽克·里季斯·格里德为人家协会服务。 人口网络,编辑。 除此以外,还必须能够与Kingk联系,或与CF Query tags进行改装。 你的帮助受到赞赏,我一直在寻找几天。

我对“灵活办法”和“正义与平等论坛”进行了研究,除非我错过一些东西,否则这两种解决办法都无法与“银”或“金库”连接起来。

问题回答

Have you tried CFGrid? You would have to write your own popup editor though. adobe coldfusion reference: Adobe Help

<cfform name="form01"> 
 <cfgrid format="html" name="grid01" pagesize=5 sort=true 
        bind="cfc:places.getData({cfgridpage},{cfgridpagesize}, 
        {cfgridsortcolumn},{cfgridsortdirection})"> 
    <cfgridcolumn name="Emp_ID" display=true header="eid" /> 
    <cfgridcolumn name="FirstName" display=true header="Name"/> 
    <cfgridcolumn name="Email" display=true header="Email" />  
 </cfgrid> 
</cfform> 




相关问题
WPF: Adding Button Column to Datagrid

How can I add a Button column to a Datagrid programmatically? I want to do this through code in the code-behind file. Also i want to selectively enable or disable this button based on record (If ...

Silverlight Datagrid RowEditEnded

I have a SL DataGrid that has two columns. I need to be able to catch any change to the a row and save it into an undo stack. I setup the event RowEditEnded and tried to add to the undo stack there. ...

WPF Keep column sorting with Datagrid

I have several datagrid where I need to update the informations. Things is, since more than one person works on the system at the same time, the datagrid need to be refreshed on a regular basis. When ...

热门标签