Здравствуйте,помогите пожалуйста,не работает выбор нескольких строк в гриде. В настройках поставил все значения как надо,но выделение все равно не работает,что я мог упустить?(
Hello,
I translated that in English and you asked :
"Hello, please help me, selecting multiple rows in the grid does not work. In the settings I set all the values \u200b\u200bas it should, but the selection still does not work, what could I have missed? ("
So selecting multiple rows by holding the shift key is the default behavior of the grid. So you don't have to do anything to turn this on. If it's not working, then something in your application is turning it off - so you should check for someplace where you are setting the SelectTypeRow property.
You can refer to this link expaling about the property and its enum:
https://es.infragistics.com/help/winforms/infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.ultragridoverride~selecttyperow
Hello ,
Looking the code it hard to say what is wrong in it , code has lots of dependency to set up a sample , also i noticed that you are loading the grid from xml? and in after _selectChange event you clear the selected row like this : grPositions.Selected.Rows.Clear(); that also might be causing the issue .
How you are trying to select the row?
You would need to isolated the sample means remove the extra not related to grid and have just grid to investigate the issue.
If possible please provide a running sample for us to investigate the issue.
Also may i know which version of control you are using ? Your account is showing as trial?