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 believe that this topic has already been discussed in the following forum thread:
http://es.infragistics.com/community/forums/p/1974/14201.aspx.
Please feel free to let me know if a question about our toolset comes up on your mind.
Thanks Boris,
I have another qwery regarding the ExtendedDrag Property, When you click on a row that's partially visible, the control is selecting the row that is now under the mouse, which is the row below the one you click on the grid which is wrong in user's prespective.
Can you please provide us the workaround such that when the user clicks the partially visible row.only that row must be selected and not the next row.
or any other grid properties to set the row completely visible and no partial rows are displayed.
Reference : http://es.infragistics.com/community/forums/p/14639/178277.aspx
Thanks in advance.
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.
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 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.
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 created the following case for you: 'CAS-101146-L8F7S2' and will update you through it.