I am using the pivot grid and have a field called Category and Subcategory when I filter down The Category the Subcategory should only show the fields that are associated with the given category. Right now it shows all of the subcategory records and makes it hard to work with.
How would I implement this?
Thanks,
Tim

Hello
Two questions
1. I have filtered few elements in Row/Column Group Descriptor. On a button click i want a list of GroupDescriptor which are being filtered.
Like in screenshot attached, i want when click on a button Vintage, Commodity, Period should be shown in messagebox as these are filtered ones.
2. I want to make one global flag to be true if we do any kind of change in my PivotGrid. Like Drag/Drop, Filtering, Sorting or any thing.

Hi.
I want to put a button on the form that would copy the chart to the clipboard, so that I can paste it to MS Office apps.
I know there is an export function, but is there a way to do a copy to clipboard?


Hi,
when I print PivotGrid - all Row headers columns have same size, is it possible to print them similar size like on the screen? Like for datacells columns, see attached
Alex
Hi,
I need to run BestFitColumns on a hierarchical grid.
The master view template works fine, but I can't seem to get it to work with the child columns.
I am doing the following:
someGrid.MasterGridViewTemplate.ChildGridViewTemplates[0].BestFitColumns();
Thanks
- jorge
Hello. I have a problem and do not know how to solve it. I have a layoutControl with layoutControlGroupItem. I would remove the edge of the flange and content. Exploring with RadControlSpyForm I've learned that you have to put the property of RadPageViewContentAreaElement DrawBorder = false and LayoutControlTabStripItem, but I do not get access to these properties either in design or programmatically. How can I do it?
thank's
Again, Restating a thread form back in July with a clear BUG that doesn't get addressed!!!
1-i set height (say 2000) it only goes a certain size, not more. by the way, i am not capping it as I have the max height to 0 (unlimited). try set to 1000 or 2000 makes no difference. Why is there drop down height limit? ?
2-when i set dropdown height, the last column of the grid (on the right) doesn't fully show as the vertical scrollbar is partial covering it. if i don't set the dropdown height, it shows full and correct. why does it get cut off when i set a dropdown height?
Problems and problems...most of my day, instead of developing, it's one problem after another with these controls!

Hello everyone,
I have a question regarding radgridviews. If an object radgridview has focus and I press the pagedown key, the gridnavigator moves down to the last of the visible rows, or if it is already in the last of the visible rows it moves down as many rows as rows are visible. The same applies to the pageup key.
I have a radtextbox where I start to write something reseting a one second timer with every keypress, and when the timer goes off I launch a query with the content of the textbox. While in the textbox, if I press the left or right key I move between the characters in it. If I press the up or down key I use the gridnavigator of the gridview to move up or down one row. If I press the enter key, loads the content of the selected row in another form.
I searched the methods of the gridnavigator and couldn't find something to make that easily. Now the question is, is there an easy way to simulate the pageup or pagedown when the focus is in a component that it isn't the radgrid?. Or should I start making calculations like if the current rows divided by the visible rows the remainder is 0 use the gridnavigator to move the number of visible rows down or if it isn't 0 move x rows where x is the number of rows needed to reach the bottom?
I hope you can understand my question, thanks.

By embedding the Title label for each control in the control itself (like HTML5) instead of using a label next to the control, it frees up a lot of space and is consistent with modern controls.
Instead of this: First Name [ ]
Use this: [ First Name ]
The RadDropdownList is close, but it doesn't revert to the label when you remove a value. And the label should be gray.
