
A post in the Support Forums doesn't guarantee you a response from the Telerik support team although 95% of all posts are eventually answered. Additionally, a post is not assigned a response time as with the support ticketing system. In case you need a faster and precise response, please start a new support ticket as it gets higher priority than Forum posts.
Telerik strives to constantly improve its support services but it is essential to have full information so as to supply precise replies. It is important that you follow the guidelines below in order to receive an accurate response:
GUIDELINES TO USING THE SUPPORT FORUM
ENJOY!!!
the horizontal scrollbar doesn't show. rows and columns are not align. But the following loads (via ajax callback) display correctly.
<telerik:RadPivotGrid ID="PivotGrid1" runat="server" AllowPaging="true" ShowDataHeaderZone="false" ShowColumnHeaderZone="false" ShowRowHeaderZone="false"
ShowFilterHeaderZone="false" AllowFiltering="false" AllowSorting="false" Skin="Office2010Silver" PageSize="10">
<Fields>
...
</Fields>
<ColumnHeaderCellStyle Width="120px" />
<RowHeaderCellStyle Height="20px" Width="120px" />
<TotalsSettings GrandTotalsVisibility="None" />
</telerik:RadPivotGrid>

I have a telerik radgrid used on my page.I have set the enablelinqexpressions property to true. What i read in blog was when we set this property we get the filter expression in the linq format like this - "(iif(Message == null, \"\", Message).ToString().ToUpper().Contains(\"f2e\".ToUpper()))" but i am still getting the filter expression in the SQL format.
Am i missing any thing ?
Please find below few of my radgrid code snippet:
<telerik:RadGrid ID="gridResults" runat="server" AllowFilteringByColumn="True"
AllowPaging="True" AllowCustomPaging="True" AllowSorting="True" AutoGenerateColumns="False"
CellSpacing="0" EnableAJAX="True" GridLines="None" PageSize="20" Skin="Windows7"
OnNeedDataSource="gridResults_NeedDataSource" OnItemCommand="gridResults_ItemCommand" Visible="False">
<GroupingSettings CaseSensitive="False" />
<ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True" />
<ExportSettings OpenInNewWindow="true" ExportOnlyData="true" HideStructureColumns="true" />
<MasterTableView CommandItemDisplay="Top" AllowMultiColumnSorting="False">
<CommandItemSettings ShowAddNewRecordButton="false" ShowExportToCsvButton="true" ShowExportToExcelButton="true" ShowRefreshButton="false" />
<SortExpressions>
<telerik:GridSortExpression FieldName="Timestamp" SortOrder="Descending" />
</SortExpressions>

Hello,
I need to be able to change the editcolumn icon of the RadGrid to a custom Icon using css background properties.
Any direction pointers ?
Thanks

Hi all,
I'm using a rad grid to display employees list and for every employee I have to do some actions so for every employee row i have some buttons
Edit , Delete , Action
I m using on (RadGrid1_ItemCreated) event to handle these buttons
in the action button I have to display a context menu with list of related actions for the selected employee
how can I display this context menu and how to relate every menu Item to the selected employee
thanks
