Hi,
Is there any way to scroll the records in ultraGrid when it is in disabled mode?
While doing some xyz operation, i disabled the ultraGrid. I want to scroll the records in the ultraGrid while that xyz operation. If any one has any idea or ulternative solution for this please let me know.
Thanks you,
Ujwal Salunkhe
Don't disable the grid, just disable the columns. You can do this by looping through the columns and setting the Activation property on each one to disabled.