Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Select many rows. Only works first time. V11.1 WinGrid
posted

Have modified the grid in the designer to allow multiple row selection. However this ONLY works the first time. If I try to click on subsequent rows then I only get to select a single row. Have also added code in the InitializeLayout event. Row selector is visable. Added MaxSelectedRows (but this made no difference).

           e.Layout.Bands(0).Override.SelectTypeRow =SelectType.Extended

            e.Layout.Bands(0).Override.MaxSelectedRows = 100