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
4695
ultragrid disabled with scroll bar functioning
posted

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;

Parents
  • 60
    posted

    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

Reply Children
No Data