I need to know the difference between the ExtendedAutoDrag vs Extended properties in Ultra Grid. It would be more helpful if i get an example stating the difference between them.
Thanks in Advance
Hello,
I created the following case for you: 'CAS-101146-L8F7S2' and will update you through it.
Hi
We get this problem only when we specify CellClickAction as cell celect only, so while clicking the cell which is partially visible the next cell will be selected.
Thanks.
I am not sure if you are selecting the row or a cell specifically. Please let me know since now I am not able to achieve the behavior you are getting.
I Couldn't view the video attached, let me explain with the code.
Code snippet :
ultraGrid1.DisplayLayout.Bands[0].Columns[0].CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect; ultraGrid1.DisplayLayout.Bands[0].Columns[1].CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect; ultraGrid1.DisplayLayout.Bands[0].Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.ExtendedAutoDrag
Refer to the image 1 in the attached zip file. 7th row is partiallly visible, on selecting the 7th row focus sets on the 8th row and so the selected index sets to 7 instead of 6 as shown in the screen shot 2. Kindly advice.
I was not able to see such behavior or I might have misunderstood you. Could you please take a look at the attached video and let me know if I am wrong.