سؤال

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