2016-05-04 8:50 GMT+02:00 Martin Schreiber <[email protected]>: > Please use DataCols.HasSelection(). > GetSelectedRange() returns information about the selection by user interaction > with StartAnchor/EndAnchor which selects a rectangular area.
Thanks, that solved one issue but confusion continued :D . I have another grid where I want row select but not multiselect. co_rowselect is checked and co_multiselect not, but I still can select multiple rows using CTRL or SHIFT. Even grid.getselectedrange.rowcount return correct multiple selected rows count. How to avoid this? Second question. In case of multiselection, how to get selected rows? I'm not sure if getselectedrange give me what I want. I need some kind of array or list ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

