DataTable table = new DataTable();table.Columns.Add("Product And Business Group");table.Columns.Add("Platform Or SubGroup");table.Columns.Add("Status");table.Rows.Add("Core", "Core Sub Group", "Granted");table.Rows.Add("Core", "Core Sub Group", "Pending");table.Rows.Add("Core", "Sub Group should be shown in Core", "Some Other Value");table.Rows.Add("Non-Core", "Non-Core Sub Group", "Granted");table.Rows.Add("Non-Core", "Non-Core Sub Group", "Pending");table.Rows.Add("Non-Core", "Sub Group should be shown in Non-Core", "zAnother value");<telerik:RadPivotGrid ID="RadPivotGrid1" PageSize="20" runat="server" AllowFiltering="true" TotalsSettings-GrandTotalsVisibility="None" RowHeaderZoneText="Business Group" DataSourceID="ObjectDataSource1" Skin="Windows7" EmptyValue="0"> <TotalsSettings GrandTotalsVisibility="RowsOnly" ColumnsSubTotalsPosition="Last" RowsSubTotalsPosition="Last" /> <ConfigurationPanelSettings/> <RowHeaderCellStyle Width="200px" /> <Fields> <telerik:PivotGridRowField Caption="Product And Business Group" DataField="Product And Business Group" > </telerik:PivotGridRowField> <telerik:PivotGridRowField Caption="Platform or sub-group" DataField="Platform Or SubGroup" ShowGroupsWhenNoData="false"> </telerik:PivotGridRowField> <telerik:PivotGridColumnField Caption="Status" DataField="Status" UniqueName="Status"> </telerik:PivotGridColumnField> <telerik:PivotGridAggregateField Aggregate="Count" DataField="Status" DataFormatString="{0:D0}" UniqueName="StatusCount" > <TotalFormat Axis="Rows" Level="0" SortOrder="Ascending" TotalFunction="NoCalculation" /> </telerik:PivotGridAggregateField> </Fields> <ClientSettings> <Scrolling AllowVerticalScroll="false" ScrollHeight="600px" /> </ClientSettings> </telerik:RadPivotGrid>RadPivotGrid1.SetFilterIncludes("Status", new string[] { "Pending", "Granted" }, true);
Hi Team,
The latest update to the iPad was IOS 11.3, which "appears" to have broken Grid Scrolling.
We had IOS 11.2.6 running on an iPad, and I was able to perfectly scroll up/down inside a fixed-height radgrid with Client Scrolling on (ie. the contents scrolled properly without scrolling the entire webpage, as expected). One of our customers complained that his iPad running IOS 11.3 was not able to scroll any longer, and as soon as we updated our testing iPad to IOS 11.3, the RadGrid Client Scrolling became broken. With IOS 11.3, the entire page now scrolled instead of the contents of the Radgrid.
I thought it was our software, but then I checked out your Grid Scrolling sample on your Telerik site and I see the same problem on your demo site (using an iPad upgraded to IOS 11.3). Ie. the same thing happened; the whole page scrolled instead of your Grid contents.
Would you be able to reproduce this with your iPad updated to 11.3 on your own Grid Scrolling Page here? Are you getting the same issue?
Your Page: Grid - Scrolling
https://demos.telerik.com/aspnet-ajax/grid/examples/functionality/scrolling/scrolling/defaultcs.aspx
Thx,
Mike

Hi
Is there a way that i can change color of up arrow to green and down arrow to red.
Thanks in advance.

Was playing with CSS and other items but wouldn't seem to find a way to pull this off. I was wondering, is it possible change the the up/down arrow in the Spin Buttons to a + and - sign. Just curious if there is an easy way to pull this off.
Thanks,
Richard