문제

Is there any easy way of making able to select from DBGrid just like selecting range in excell file?

도움이 되었습니까?

해결책

It seems you can have any number of ROWS selected using dgMultiSelect option.

However for the columns your choice is between select nothing, select single, or select the whole row (using dgRowSelect) and there is no option to select few of those.

I think you'd try your chances using VirtualTreeView in Report (ListView) mode, though it would need wrting some code

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top