일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- DataGrid
- ASP
- 윈폼
- aspnet
- Excel
- 오라클
- MS
- 마이크로소프트
- MSSQL
- oracle
- windows
- c#
- 엑셀
- 프로시저
- replace()
- 자바스크립트
- 비주얼스튜디오
- microsoft
- jQuery
- SSRS
- IIS
- 단축키
- 태그를 입력해 주세요.
- 이클립스
- 리포팅서비스
- attr()
- Winform
- CONVERT()
- 윈도우
- javascript
Archives
- Today
- Total
목록셀 (1)
DJ메탈짱™의 Free Style
Infragstics, Wingrid, Cell, RightClick, ContextMenu, MenuItems, 울트라그리드, 셀, 우클릭, 메뉴아이템
Infragstics, Wingrid, Cell, RightClick, ContextMenu, MenuItems, 울트라그리드, 셀, 우클릭, 메뉴아이템 /// /// 셀에 대한 마우스 우클릭(ContextMenu)시 MenuItem 설정 /// /// private void ShowContextMenu(Point mousePoint) { ContextMenu cMenu = new ContextMenu(); for (int i = 0; i < 3; i++) { cMenu.MenuItems.Add(i.ToString(), MenuItemClick); } foreach (MenuItem c in cMenu.MenuItems) { if (c.Index == 1) { c.Enabled = false; } } c..
일(job)/MS(Microsoft)
2016. 1. 7. 13:23