Hi
if i am doing grouping more then 7-8 fields(grids column) then a vertical scroller bar should be appear.How can i set it.
Thanks
I don't understand your question.
Why would you want a vertical scrollbar based on the number of columns in the grid?
If the total width of the columns in the grid exceeds the width of the grid, you will get a horizontal scrollbar automatically by default. You don't have to do anything. But a vertical scrollbar doesn't make sense for columns. A vertical scrollbar would scroll rows.
Sorry, it is my mistake.i again Explain my question.
my question is that . i have 15 columns in ultragrid.now i am doing grouping so i am drag a column top of
the grid(Drag a column header hera to group by that column).if i am drag around 13 columns to getting group result, then i dont see
All columns which take part to make group result(on (Drag a column header hera to group by that column).
user want a horizontal scrollbar to view all columns which take part to generate the group Result.
Hi,
I'm not sure, but it sounds like you want the grouped columns to still be visible in the grid. By default, columns are hidden when they are grouped, since the value of the column is displayed in the GroupByRow.
If that's what you want, then you need to set the HiddenWhenGroupBy property on the column to false.