• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
我微笑着走向生活..
.Net 程序之路
博客园 首页 新随笔 联系 订阅 订阅 管理

文章分类 -  Red.Control

 
通过数据库,建立目录树。主要用于分类信息
摘要:1 //建立目录树,从数据库中读出数据 2 private void BuildTree(RadTreeView tempTV) 3 { 4 5 SqlDataReader reader; 6 string insstr = "Select PType,SType1 from SmsGuestType where PublicName... 阅读全文
posted @ 2006-12-13 22:02 v.Action 阅读(385) 评论(0) 推荐(0)
Persisting CheckBox control state in GridTemplateColumn on rebind
摘要:There are cases in which the user would like to retain the state for checkbox control inside GridTemplateColumn on grid operation which requires rebinding. In such situation you can use ViewState prop... 阅读全文
posted @ 2006-11-23 16:33 v.Action 阅读(1066) 评论(0) 推荐(0)
Extracting key values client-side
摘要:To simplify the code logic and make some of the column values easily accessible on the client, r.a.d.grid can expose them client-side.To enable the serialization of column values of your choice, you s... 阅读全文
posted @ 2006-11-23 16:30 v.Action 阅读(465) 评论(0) 推荐(0)
Red.Grid使用,查找MasterGirdView中的控件。
摘要:程序代码: protected void GridView1_ItemDataBound1(object sender, GridItemEventArgs e) { if (e.Item is GridEditableItem) //红色代表是编辑中的项目。Grid有很多item ,全部控件都可以在Item中找到 { GridEdita... 阅读全文
posted @ 2006-11-21 21:58 v.Action 阅读(405) 评论(0) 推荐(0)
Operations with MS DropDownList in EditItemTemplate of GridTemplateColumn
摘要:This article discusses how to bind a dropdown control in EditItemTemplate with custom values and update the ItemTemplate field after editing. The functionality can be used in cases in which the develo... 阅读全文
posted @ 2006-11-21 16:45 v.Action 阅读(1507) 评论(1) 推荐(0)
Configuring GridDropDownColumn
摘要:Configuring GridDropDownColumnHere is some insight about the mechanism which r.a.d.grid uses to present values for GridDropDownColumn: //sample select command for grid data... 阅读全文
posted @ 2006-11-21 16:42 v.Action 阅读(2449) 评论(1) 推荐(0)
 

公告


博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3