Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
114 views
Dear All 
Hi 
I want to rewrite my url without display id field in my url 
for example: 
From - http://www.domain.com/page.aspx?id=1&title=xyz
To - http://www.domain.com/xyz.aspx
So is it possible to rewrite url without id filed 
Plz anyone can help me............

thanx in advance..
Sushobhit Raman
moegal
Top achievements
Rank 1
 answered on 20 Nov 2012
4 answers
105 views
Hi Team,

I don't know how to name the exact term of my requirement. I can say it is like Pie of Pie chart.

Details of Requirement:
In my asp.net page, I want to display 2 pie charts on a same chart area (let say the data is monthly status of task created for a project). The first chart will contain 2 points, 1st point for the percentage (%) of Completed category tasks and 2nd point for rest of category tasks. The 2nd chart will contain the detail breakdown the rest of categroy task like "Not Started" or "WIP" etc.

I have attached a sample image the kind of requirement I am having. I want to know whether it can be possible with Telerik chart or not, if yes then how.

Thanks in advance for the replies...

Regards
Tripati
Top achievements
Rank 1
 answered on 20 Nov 2012
1 answer
88 views
Hi Guys,

We have a grid with 2 nested child grids. Originally we had used load on demand but the users wanted an auto-expand feature. So we have added an autoexpand function to loop through and expand where possible. The result is really slow and IE is throwing a "Stop running this script" warning.

I looked at the rendered code and noticed that there is a hell of a lot of javascript being created

Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadGrid, {"ClientID":"ctl00_CPH1_m_radgrdLevelHICL_ctl00_ctl63_m_radgrdLevel1","ClientSettings":{"AllowAutoScrollOnDragDrop":true,"ShouldCreateRows":true,"DataBinding":{},"Selecting":{"CellSelectionMode":0},"Scrolling":{},"Resizing":{},"ClientMessages":{},"KeyboardNavigationSettings":{"AllowActiveRowCycle":false,"EnableKeyboardShortcuts":true,"FocusKey":89,"InitInsertKey":73,"RebindKey":82,"ExitEditInsertModeKey":27,"UpdateInsertItemKey":13,"DeleteActiveRow":127,"ExpandDetailTableKey":39,"CollapseDetailTableKey":37},"Animation":{}},"Skin":"Default","UniqueID":"ctl00$CPH1$m_radgrdLevelHICL$ctl00$ctl63$m_radgrdLevel1","_activeRowIndex":"","_controlToFocus":"","_currentPageIndex":0,"_editIndexes":"[]","_embeddedSkin":true,"_gridTableViewsData":"[{\"ClientID\":\"ctl00_CPH1_m_radgrdLevelHICL_ctl00_ctl63_m_radgrdLevel1_ctl00\",\"UniqueID\":\"ctl00$CPH1$m_radgrdLevelHICL$ctl00$ctl63$m_radgrdLevel1$ctl00\",\"PageSize\":10,\"PageCount\":1,\"EditMode\":\"EditForms\",\"AllowPaging\":false,\"CurrentPageIndex\":0,\"VirtualItemCount\":0,\"AllowMultiColumnSorting\":false,\"AllowNaturalSort\":true,\"AllowFilteringByColumn\":false,\"PageButtonCount\":10,\"HasDetailTables\":false,\"HierarchyLoadMode\":\"Client\",\"PagerAlwaysVisible\":false,\"IsItemInserted\":false,\"clientDataKeyNames\":[],\"_dataBindTemplates\":false,\"_selectedItemStyle\":\"\",\"_selectedItemStyleClass\":\"rgSelectedRow\",\"_columnsData\":[{\"UniqueName\":\"ExpandColumn\",\"Resizable\":false,\"Reorderable\":false,\"Selectable\":false,\"Groupable\":false,\"ColumnType\":\"GridExpandColumn\",\"DataTypeName\":\"System.String\",\"ExpandImageUrl\":\"\",\"CollapseImageUrl\":\"\",\"Display\":true},{\"UniqueName\":\"CheckboxColumn\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridTemplateColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"\",\"Display\":true},{\"UniqueName\":\"LinkButtonColumn\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":false,\"Groupable\":false,\"ColumnType\":\"GridButtonColumn\",\"DataTypeName\":\"System.String\",\"ButtonType\":\"LinkButton\",\"CommandName\":\"Redirect\",\"CommandArgument\":\"\",\"Text\":\"\",\"DataTextField\":\"CodeNumber\",\"DataTextFormatString\":\"\",\"ImageUrl\":\"\",\"Display\":true},{\"UniqueName\":\"CodeNumber\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"CodeNumber\",\"Display\":true},{\"UniqueName\":\"CodeName\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"CodeDescription\",\"Display\":true},{\"UniqueName\":\"Type\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"Type\",\"Display\":true},{\"UniqueName\":\"IngestDate\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridBoundColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"IngestDate\",\"Display\":true},{\"UniqueName\":\"AddElementColumn\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridTemplateColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"\",\"Display\":true},{\"UniqueName\":\"DeleteColumn\",\"Resizable\":true,\"Reorderable\":true,\"Selectable\":true,\"Groupable\":true,\"ColumnType\":\"GridTemplateColumn\",\"DataTypeName\":\"System.String\",\"DataField\":\"\",\"Display\":true}]}]","_hierarchySettings":{"ExpandTooltip":"Expand","CollapseTooltip":"Collapse","SelfExpandTooltip":"Self reference expand","SelfCollapseTooltip":"Self reference collapse","ViewState":{}},"_masterClientID":"ctl00_CPH1_m_radgrdLevelHICL_ctl00_ctl63_m_radgrdLevel1_ctl00","_shouldFocusOnPage":false,"allowMultiRowSelection":false,"clientStateFieldID":"ctl00_CPH1_m_radgrdLevelHICL_ctl00_ctl63_m_radgrdLevel1_ClientState"}, null, null, $get("ctl00_CPH1_m_radgrdLevelHICL_ctl00_ctl63_m_radgrdLevel1"));
});

That code is generated for every child and grandchild grid, can someone explain to me whats happening here and if there is anything I can do to prevent it?

Regards
Ross
Marin
Telerik team
 answered on 20 Nov 2012
1 answer
39 views
I have a radgrid and updating using EditMode=Popup.

When I get the newvalues the values are getting sorted in the order of 'Column name'.

How do I get the order that is displayed in the radgrid?

CODE:
If TypeOf e.Item Is GridEditFormItem Then
                Dim id As Integer = Convert.ToInt32(e.Item.OwnerTableView.DataKeyValues(e.Item.ItemIndex)("rowId").ToString())
                e.Item.OwnerTableView.ExtractValuesFromItem(newValues, editedItem)
Eyup
Telerik team
 answered on 20 Nov 2012
1 answer
98 views
Heeey guys 

i have a quest what do i do wrong that there is no data to be displayed ? 


<%@ Page Title="" Language="C#" MasterPageFile="~/ABBMaster.Master" AutoEventWireup="true" CodeBehind="YearMonthReport.aspx.cs" Inherits="HolidayTracker.Testing.YearMonthReaport" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="MainRegionContentPlaceHolder" runat="server">
    <link rel="Stylesheet" type="text/css" href="ReportStyle.css" />
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1"></telerik:RadScriptManager>
    <telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
        <script type="text/javascript">
            function onRequestStart(sender, args) {
                if (args.get_eventTarget().indexOf("ExportToExcelButton") >= 0 ||
                 args.get_eventTarget().indexOf("ExportToWordButton") >= 0 ||
                 args.get_eventTarget().indexOf("ExportToCsvButton") >= 0) {
                    args.set_enableAjax(false);
                }
            }
            function getOuterHTML(obj) {
                if (typeof (obj.outerHTML) == "undefined") {
                    var divWrapper = document.createElement("div");
                    var copyOb = obj.cloneNode(true);
                    divWrapper.appendChild(copyOb);
                    return divWrapper.innerHTML
                }
                else
                    return obj.outerHTML;
            }
 
 
 
 
            function PrintRadGrid() {
                {
                    var previewWnd = window.open('about:blank', '', '', false);
                    var sh = '<%= ClientScript.GetWebResourceUrl(UserGrid.GetType(),String.Format("Telerik.Web.UI.Skins.{0}.Grid.{0}.css",UserGrid.Skin)) %>';
                    var shBase = '<%= ClientScript.GetWebResourceUrl(UserGrid.GetType(),"Telerik.Web.UI.Skins.Grid.css") %>';
                    var styleStr = "<html><head><link href = '" + sh + "' rel='stylesheet' type='text/css'></link>";
                    styleStr += "<link href = '" + shBase + "' rel='stylesheet' type='text/css'></link></head>";
                    var htmlcontent = styleStr + "<body>" + getOuterHTML($find('<%= UserGrid.ClientID %>').get_element()) + "</body></html>";
                    previewWnd.document.open();
                    previewWnd.document.write(htmlcontent);
                    previewWnd.document.close();
                    previewWnd.print();
 
                    if (!$telerik.isChrome) {
                        previewWnd.close();
                    }
                }
            }
 
        </script>
    </telerik:RadCodeBlock>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <ClientEvents OnRequestStart="onRequestStart" />
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="UserGrid">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="UserGrid" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    <telerik:RadAjaxPanel runat="server" Height="600px" ID="RadAjaxPanel1">
        <div class="qsf-demo-canvas">
            <div class="Year" runat="server">
                <telerik:RadComboBox ID="rcbYear" runat="server" Visible="false" Width="186px" Label="Year: " AutoPostBack="true" OnSelectedIndexChanged="rcbYear_SelectedIndexChanged">
                </telerik:RadComboBox>
            </div>
            <div class="Month">
                <telerik:RadComboBox ID="rcbMonth" runat="server" Visible="false" Width="186px" Label="Month: " AutoPostBack="true" OnSelectedIndexChanged="rcbMonth_SelectedIndexChanged">
                </telerik:RadComboBox>
            </div>
            <p class="button">
                <asp:Button ID="Button1" runat="server" Text="Show Report Year/Month" OnClick="Button1_Click" />
            </p>
            <div>
                <p>
                    <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Administrator/printer-icon.png" Visible="false" OnClick="ImageButton1_Click" />
                </p>
            </div>
            <div class="UserGrid">
                <telerik:RadGrid ID="UserGrid" runat="server" Visible="false" CellSpacing="0" GridLines="None" AllowPaging="true" PageSize="10" OnItemCommand="UserGrid_ItemCommand" Height="400">
                   <AlternatingItemStyle BackColor="Green" />
                     <ExportSettings HideStructureColumns="true">
                    </ExportSettings>
                    <MasterTableView CommandItemDisplay="Top" AutoGenerateColumns="false"+>
                        <CommandItemSettings ShowAddNewRecordButton="false" />
                        <PagerStyle Mode="NextPrevNumericAndAdvanced" />
                        <CommandItemSettings ShowExportToExcelButton="true" ShowExportToCsvButton="false" ShowExportToWordButton="false" />
                        <RowIndicatorColumn Visible="True" FilterControlAltText="Filter RowIndicator column">
                            <HeaderStyle Width="20px"></HeaderStyle>
                        </RowIndicatorColumn>
                        <ExpandCollapseColumn Visible="True" FilterControlAltText="Filter ExpandColumn column">
                            <HeaderStyle Width="20px"></HeaderStyle>
                        </ExpandCollapseColumn>
 
                        <Columns>
                            <telerik:GridBoundColumn DataField="FirstName" FilterControlAltText="Filter FirstName column" HeaderText="First Name" SortExpression="FirstName" UniqueName="FirstName">
                            </telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="LastName" FilterControlAltText="Filter LastName column" HeaderText="Last Name" SortExpression="LastName" UniqueName="LastName">
                            </telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="1" HeaderText="1" UniqueName="1"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="2" HeaderText="2" UniqueName="2"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="3" HeaderText="3" UniqueName="3"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="4" HeaderText="4" UniqueName="4"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="5" HeaderText="5" UniqueName="5"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="6" HeaderText="6" UniqueName="6"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="7" HeaderText="7" UniqueName="7"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="8" HeaderText="8" UniqueName="8"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="9" HeaderText="9" UniqueName="9"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="10" HeaderText="10" UniqueName="10"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="11" HeaderText="11" UniqueName="11"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="12" HeaderText="12" UniqueName="12"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="13" HeaderText="13" UniqueName="13"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="14" HeaderText="14" UniqueName="14"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="15" HeaderText="15" UniqueName="15"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="16" HeaderText="16" UniqueName="16"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="17" HeaderText="17" UniqueName="17"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="18" HeaderText="18" UniqueName="18"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="19" HeaderText="19" UniqueName="19"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="20" HeaderText="20" UniqueName="20"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="21" HeaderText="21" UniqueName="21"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="22" HeaderText="22" UniqueName="22"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="23" HeaderText="23" UniqueName="23"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="24" HeaderText="24" UniqueName="24"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="25" HeaderText="25" UniqueName="25"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="26" HeaderText="26" UniqueName="26"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="27" HeaderText="27" UniqueName="27"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="28" HeaderText="28" UniqueName="28"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="29" HeaderText="29" UniqueName="29"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="30" HeaderText="30" UniqueName="30"></telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="31" HeaderText="31" UniqueName="31"></telerik:GridBoundColumn>
                        </Columns>
                    </MasterTableView>
 
                </telerik:RadGrid>
            </div>
    </telerik:RadAjaxPanel>
    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"></telerik:RadAjaxLoadingPanel>
</asp:Content>

code behind 

using HolidayTracker.Code;
using HolidayTracker.Data.Model;
using HolidayTracker.Report;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Telerik.Web.UI;
using eis = Telerik.Web.UI.ExportInfrastructure;
 
namespace HolidayTracker.Testing
{
    public partial class YearMonthReaport : System.Web.UI.Page
    {
        private HtUser user;
        private HtUser User
        {
            get
            {
                user = HtUser.INIT_USER(this.Page, true);
                return user;
            }
        }
 
        #region Views
        private HtVacationDay selectYear
        {
            get
            {
                return (HtVacationDay)ViewState["selectYear"];
            }
            set
            {
                ViewState["selectYear"] = value;
            }
 
        }
        private  HtVacationDay selectMonth
        {
            get
            {
                return (HtVacationDay)ViewState["selectMonth"];
            }
            set
            {
                ViewState["selectMonth"] = value;
            }
 
        }
 
        #endregion
        protected void Page_Load(object sender, EventArgs e)
        {
            if (!Page.IsPostBack)
            {
                LoadYear();
                LoadMonth();
            }
            if (User.HtUserRoles.Where(u => u.Name == UserRoles.LbuLeader.ToString()).Any())
            {
                this.rcbYear.Visible = true;
                this.rcbMonth.Visible = true;
            }
            if (User.HtUserRoles.Where(u => u.Name == UserRoles.Administrator.ToString()).Any())
            {
                this.rcbMonth.Visible = true;
                this.rcbYear.Visible = true;
            }
            else if (User.HtUserRoles.Where(u => u.Name == UserRoles.BuLeader.ToString()).Any())
            {
                this.rcbMonth.Visible = true;
                this.rcbYear.Visible = true;
 
            }
            else if (User.HtUserRoles.Where(u => u.Name == UserRoles.DepartmentLeader.ToString()).Any())
            {
                this.rcbMonth.Visible = true;
                this.rcbYear.Visible = true;
            }
            else if (User.HtUserRoles.Where(u => u.Name == UserRoles.BackOffice.ToString()).Any())
            {
                this.rcbYear.Visible = true;
                this.rcbMonth.Visible = true;
            }
 
        }
   
        protected void LoadYear()
        {
           rcbYear.DataSource = HtVacationDay.GetAllVacationYears();
            rcbYear.DataBind();
            rcbYear.Items.Insert(0, new RadComboBoxItem("-Select a Year-"));
 
        }
 
        protected void LoadMonth()
        {
            rcbMonth.DataSource = HtVacationDay.GetAllVacationMonths();
            rcbMonth.DataBind();
            rcbMonth.Items.Insert(0,new RadComboBoxItem("-Select a Month-"));
        }
 
        protected void UserGrid_ItemCommand(object sender, GridCommandEventArgs e)
        {
            if (e.CommandName == Telerik.Web.UI.RadGrid.ExportToExcelCommandName ||
                 e.CommandName == Telerik.Web.UI.RadGrid.ExportToWordCommandName ||
                 e.CommandName == Telerik.Web.UI.RadGrid.ExportToCsvCommandName)
            {
 
            }
            if (e.CommandName == "EnablePaging")
            {
                UserGrid.AllowPaging = true;
                UserGrid.Rebind();
            }
        }
     
        protected void Button1_Click(object sender, EventArgs e)
        {
            UserGrid.Visible = true;
            ImageButton1.Visible = true;
        }
         protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
        {
 
            foreach (GridItem item in UserGrid.MasterTableView.GetItems(new GridItemType[] { GridItemType.Pager, GridItemType.FilteringItem }))
                item.Display = false;
 
            RadAjaxPanel1.ResponseScripts.Add("PrintRadGrid('" + UserGrid.ClientID + "')");
        }
 
 
        protected override PageStatePersister PageStatePersister
        {
            get
            { return new SessionPageStatePersister(this);}
        }
 
        protected void rcbYear_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)
        {
            this.selectYear =HtVacationDay.GetById(int.Parse(e.Value));
            dataSourceFilterChanged();
        }
 
        protected void rcbMonth_SelectedIndexChanged(object sender, RadComboBoxSelectedIndexChangedEventArgs e)
        {
            this.selectMonth =HtVacationDay.GetById(int.Parse(e.Value));
            dataSourceFilterChanged();
        }
        private void dataSourceFilterChanged()
        {
            IEnumerable<MonthReportRowItem> reportRowItems = null;
            if (this.selectYear != null)
            {
                if (this.selectMonth != null)
                {
                    
                }
            }
            this.UserGrid.DataSource = reportRowItems;
            this.UserGrid.DataBind();
        }
         
    
 

using HolidayTracker.Data.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace HolidayTracker.Report
{
    public class MonthReportRowItem
    {
 
        public MonthReportRowItem(HtUser user)
        {
            this.user = user;
        }
 
        public MonthReportRowItem(HtUser user, int reportYear)
        {
            this.user = user;
            this.reportYear = reportYear;
            this.monthReport = user.GetMonthReport(reportYear);
        }
 
        #region properties
        private HtVacationDay vacationday;
        private HtUser user;
        private int reportYear;
        private int[] monthReport;
 
        public string FirstName{
            get{
                return this.user.FirstName;
                
            }
        }
        public string LastName{
            get{
                return this.user.LastName;
            }
        }
        public int VacationDays{
            get{
               return this.user.GetAnnualVacationAmountByYear(this.reportYear);
            }
        }
        public int UsedVacationDays{
            get{
                return this.user.GetUsedVacation(this.reportYear);
            }
        }
        public int BookedVacationDays{
            get{
                return user.GetBookedVacation(this.reportYear);
            }
        }
        public int ForecastVacationDays{
            get{
                return (this.BookedVacationDays - this.UsedVacationDays);
            }
        }
 
        public int January{
            get{
                return this.monthReport[1];
            }
        }
        public int February{
            get{
                return this.monthReport[2];
            }
        }
        public int March{
            get{
                return this.monthReport[3];
            }
        }
        public int April{
            get{
                return this.monthReport[4];
            }
        }
        public int May{
            get{
                return this.monthReport[5];
            }
        }
        public int June{
            get{
                return this.monthReport[6];
            }
        }
        public int July{
            get{
                return this.monthReport[7];
            }
        }
        public int August{
            get{
                return this.monthReport[8];
            }
        }
        public int September{
            get{
                return this.monthReport[9];
            }
        }
        public int October{
            get{
                return this.monthReport[10];
            }
        }
        public int November{
            get{
                return this.monthReport[11];
            }
        }
        public int December{
            get{
                return this.monthReport[12];
            }
        }
 
        #endregion
    }
}


thanks for answer 
Andrey
Telerik team
 answered on 20 Nov 2012
8 answers
124 views
Heey 

How can i change the collor in the grid ? i have alredy tried with 

     <AlternatingItemStyle BorderColor="#ffffff" />

and it wont work .. 

Thanks for answer 
Shinu
Top achievements
Rank 2
 answered on 20 Nov 2012
1 answer
45 views
I have a RadGrid with some BoundColumns and standard filter that automatically filter data in the datasource. Another column shows data that is not into the bound datasource. I'm using the ItemDataBound event to fill it. The automatic filter, of course, doesn't work on it. I'm trying to create a filter template that looks like the filter of the other columns. I put a RadTextBox in it and now I'd like to put the filter button that shows the menù with the filter options as is is in the others. Is there a way to use the filter menù of the grid or I have to manually create a menù with the same look and functions?
Is there a sample somewhere?
Thank you
Kostadin
Telerik team
 answered on 20 Nov 2012
6 answers
231 views
Somebody knows how I keep a RadPanelBar expanded after refresh ?
Vikram
Top achievements
Rank 1
 answered on 20 Nov 2012
9 answers
130 views
Hi, after upgrading to the latest version 2012.2.918.40, Radchart on my designer shows Parameter is not valid for Radchart.
When executing the problem, it throws Unable to cast object of type 'Telerik.Charting.ChartXAxis' to type 'Telerik.Charting.ChartYAxis'.

Used to work well before...

Any advice appreciated. Thanks!

Regards
cwk
theBoss
Top achievements
Rank 2
 answered on 20 Nov 2012
2 answers
96 views
I'm trying to display a modal RadWindow over a page. Some part of this page is an XBAP which has been loaded inside an iframe.
The part of the RadWindow which is intersecting with the XBAP is hidden behind it.
I want the RadWindow to be the top most when opened.

Kindly suggest a solution to this problem.
Amol
Top achievements
Rank 1
 answered on 20 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?