반응형 분류 전체보기4832 MCP 70-228 합격했다 역삼역 1번 출구로 나와 왼쪽 오르막길로 올라가면 삼성 SDS 6층! 1시 시험이였다. 전에 한번 어이없이 떨어져서 기분이 않좋았지만 오늘은 무조건 합격해야 했기 때문에 신경좀 많이 썻다. 3시간, 45문제 1000점 만점에 700점이 커트라인이였다. 전에 500점으로 떨어졌다 -_-; 이번에는 합격 ~ 811점 ㅋㅋ 시간도 1시간안결렸다. 30분 안쪽 한번 쭉보고 혹시 몰라서 또보고 ㅎㅎ 합격해서 한숨 놓았다. 작은 시험이든 큰시험이든 신경쓰기는 똑같다. 2008. 2. 16. How do I change the contents of a cell in code? 포럼에 내가 찾는 것과 비슷한 글을 보았다. You can use the update cell event for this.... just check the arguments for this event ..it ihink you will get the solution Ps : This Will make ur app slow ... Try using the client side events and ajax functions for a better solution 역시 Client-Side에서 JavaScript로 해결해야 할거 같다. Column을 Formula로 지정하였지만, 다시 Cell 값이 수정되면 계산이 다시 갱신 되어야 하는 데 다시 조회하거나 포뮬러를 재호출하면 값은 갱신되지만 프로그램이 느려진.. 2008. 2. 15. 컬럼포물러 지정과 Column Footer 합계 출력 컬럼 포물러지정해서 계산결과 보여주고 Footer 에 Total 출력하는 소스 부분이다. avg도 있다. [CODE] protected void UltraWebGrid1_InitializeLayout(object sender, Infragistics.WebUI.UltraWebGrid.LayoutEventArgs e) { // set up the Total line item of the WebGrid e.Layout.Bands[0].Columns.Add("Total","Total"); Infragistics.WebUI.UltraWebGrid.UltraGridColumn c = e.Layout.Bands[0].Columns.FromKey("Total"); c.DataType = "System.Double";.. 2008. 2. 13. Column에 Formula로 계산식 적용하기 http://forums.infragistics.com/forums/p/1819/13560.aspx#13560 포럼에 갔더니 어떤식으로 추가하여야 하는 지에 대해서 알려 주는 글을 보았다. How to perform calculation in Ultrawingrid Hi Ritu, You can add an unbound column to the grid. The best place to do this is in the InitializeLayout event. Just place an UltraCalcManager component on your form and you can assign a Formula to the column. I'm not sure if there are functions for.. 2008. 2. 13. 이전 1 ··· 1148 1149 1150 1151 1152 1153 1154 ··· 1208 다음 반응형