I am using List view grid in my report.i want to disable the sort in the grid.Please suggest a solution for this.
vineeta04 (BOB member since 2009-01-05)
I am using List view grid in my report.i want to disable the sort in the grid.Please suggest a solution for this.
vineeta04 (BOB member since 2009-01-05)
You can place a Background top of the header with 100% transparency(in 4.5 it is set to 0)
I hope it help
dandamudi (BOB member since 2008-07-03)
Can you be more specific?Please tell where exactly do we need to set this property?
vineeta04 (BOB member since 2009-01-05)
Sorry this is not available option in List view but we can get by using Background component
Place a Background component(you can Under the component panel —Arts and Backgrounds).
Hope this Helps…
dandamudi (BOB member since 2008-07-03)
keep one background component on top of the grid header area
and “check” the option “Block Mouse events” in general properties of background component.
then keep transparency as 100 % in same general properties and apply the same display key if you have any for grid component.
i hope this will helps you.
Thanks,
Santhosh.
bandelasanthu (BOB member since 2008-03-06)
Thanks a lot!! This works but there is another problem.I have a drop down which falls at the same place where I have placed the background to disable the sort.Due to this I am not able to select the value from the drop down at that particular point.
vineeta04 (BOB member since 2009-01-05)
you can overcome this by arranging the components in the object browser.
as
Listview
Background
Dropdown list.
Thanks,
Santhosh
bandelasanthu (BOB member since 2008-03-06)