출처 : http://www.devexpress.com/Support/Center/KB/p/A364.aspx?searchtext=two+gridview&tid=4b2d6f97-c4ae-48fc-87f6-8c5da6541e40&pid=-1 정렬...
Category
Component
read more...
DevExpress XtraGrid 의 특정 Row Handle 과 Grid DataSource 의 Index
XPO 와 Grid 를 연동해서 작업을 하던중 알아낸 차이점 Grid 의 선택된 RowHandle 받기 – gridView2.GetSelectedRows() 실제 Grid 의 선택된 Row 의 실제 데이터소스의 Index 받아오기 –...
DevExpress XtraGrid 에서 그룹Row 를 제외한 Row Handle List 받아오기
private IList GetSelectDataSourceRowIndexWithoutGroup() { IList _list = new List(); try { int[] _arrHandles = gridView2.GetSelectedRows();...
무료 온라인 전광판


