Dear all,
I have the ultragrid which is disabled in runtime. Now I catch two problems as below. Are there any alternative solutions?
(1) The scroll bar is disabled. When no of records exceed the ultragrid height, I cannot nagivate to the end. Is there any alternative without enable ultragrid?? I am pressing up and down keys to nagviate by using custom code to select active row.
(2) The column is not in sorting. I have set the datatype to be int and set sortIndicator. But it does not work.
ultraList.DisplayLayout.Bands[0].Columns["Number"].SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Ascending;
ultraList.enabled=false;
I have the same problem too, where i disable all the ultra grid so that it wouldn't do anything when mouse click event occurs, and i just want to control the ultragrid with my keyboard, by activating the key down event
Hello ryanfung,
Could you please let me know of how you want to achieve this functionality. I do not see how you could navigate through the grid when it cannot even receive focus and what is left for the events to fire.
I suggest you to enable to control and disable all the functionality one by one.