
rowField.DataField = "Value";rowField.DataField = "Type.Name";Hi,
I compiled up my ASP.Net application, and copied it to the server. The grid shows, but doesn't look the same on the server as on the dev system. The filter on the server doesn't work, and the click event also appears not to work. There are no scroll bars on the server either.
I have attached screen shots of both.
This is my first deployment, so please be gentle :)
Thanks
div.comboInput .rcbInputCell .rcbInput { font-family: Courier New;}Hi Telerik Team,
I need approach how to implement re-order items in a list box(or any other telerik control) where each item is having up and down buttons.
I seen radlist demos with re-order functionality but here all demos contains common single button ( up/down ) for all items.
in my case I need up and down arrow button for individual item..
Please suggest me how to implement this functionality like below screen shot.
Thanks,
Satish

Hello,
I'm trying to figure out how to show the values for a dimension when selecting to filter. The OLAP sample located here: http://demos.telerik.com/aspnet-ajax/pivotgrid/examples/olap/defaultcs.aspx does not show the values for dimensions when you click to filter. For example if I want to filter on the product category bikes, I need to do an equlas or contains, I just can see the values for the category dimension and pick bikes.
thanks for any advice, I am still evaluating this control and would like to make sure this works.
thanks,
rob
Dim expression As GridSortExpression = New GridSortExpression()<br> expression.FieldName = str(intI)<br> expression.SortOrder = GridSortOrder.Descending<br> rgContractHistory.MasterTableView.SortExpressions.AddSortExpression(expression) <telerik:GridTemplateColumn ItemStyle-BorderWidth="0" HeaderStyle-Font-Bold="true" ItemStyle-HorizontalAlign="Left" UniqueName="CustomerName"<br><span class="Apple-tab-span" style="white-space:pre"> </span>ShowSortIcon="false"><br><span class="Apple-tab-span" style="white-space:pre"> </span><ItemTemplate><br><span class="Apple-tab-span" style="white-space:pre"> </span><asp:Label ID="lblCustomerOrganization" runat="server" Text='<%# Eval("CustomerOrganization")%>'/><br><span class="Apple-tab-span" style="white-space:pre"> </span></ItemTemplate><br><span class="Apple-tab-span" style="white-space:pre"> </span></telerik:GridTemplateColumn>