Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
59 views
When using the Zoom feature of IE8 (I haven't tested any other browsers or versions) the graphics in the skin of the RadTabstrip do not display properly.

I'm attaching two images to illustrate the problem (IE8/Win7) with Zoom set to 400%.

1. The first is a screenshot of a tabstrip using the Default skin (directly from the Telerik demos area).
2. The second is a screenshot of a tabstrip using the Sitefinity skin (from a site I'm developing).

In both, notice the vertical degradation/corruption appearing in the graphic display of the Telerik tabstrip.

Is there anything I can do to fix this?

I'm a subscribing customer using RadControls for ASP.NET AJAX Q1 2011 (2011.1.519.35).

Thanks.
Dimitar Terziev
Telerik team
 answered on 11 Jul 2011
1 answer
105 views
Hi ,
I m using RadCalendar which is a MultiViewRows , and I am navigating Some Custom Date Selection when we click the Fast navigation. I using Client Side event but it throws Date2 must be array: [y, m, d]. Here below i show my code , please suggest me where is error.

<telerik:RadCalendar runat="server" Skin="Windows7" ID="RadCalendar1" AutoPostBack="true"
                                       TitleFormat="MMM-yy" EnableMultiSelect="false" MultiViewRows="3" MultiViewColumns="1"
                                       PresentationType="Interactive" HideNavigationControls="true" DayNameFormat="FirstTwoLetters"
                                       ShowOtherMonthsDays="false" FastNavigationStep="1" EnableNavigation="true" EnableMonthYearFastNavigation="False">
                                       <ClientEvents OnCalendarViewChanged="CheckSelections" />
                                   </telerik:RadCalendar>
function CheckSelections(sender, eventArgs) {
            var selDates = sender.get_selectedDates();
            var calendar = $find("<%=RadCalendar1.ClientID%>");
            var dates = calendar.get_selectedDates()
            var date = dates[0]
            var year = date[0];
            var month = date[1];
            var day = date[2]
            var mydate = month + "/" + day + "/" + year
            mydate = DateAdd(mydate, "M", 1); 
            var datearray = mydate.format("yyyy, M, d");
            var arr = [datearray];
            calendar.selectDate(arr,true);  
        }
Genti
Telerik team
 answered on 11 Jul 2011
1 answer
324 views
Hey!

I have a simple solution, but i am encountering some problems.

On my page I have 2 grids: rgItems and rgDeletedItems.

Columns in rgItems are: ItemName, ItemDetails (which is a link to a page with item details) and Delete (a button that deletes an item). In my DataBase Item has a property IsDeleted, so I delete it just by setting that property. When you click the button the IsDeleted property is set to true and I call rebind() on both grids (that is how I triger the needdatasource and grids refresh).

Columns in rgDeletedItems are: ItemName and button Renew (this button sets IsDelete to false and rebinds both grids, and that is how I move an item back to rgItems).

So in rgItems are Items with IsDeleted == true and in rgDeletedItems are items with IsDeleted = false.

Everyhing works well so far.

Let's make a scenario. We have 3 items RedItem, GreenItem and BlueItem, they are not deleted (IsDeleted == true on all of them), so when we come to page they are all in rgItems, the grid rgDeletedItems is emtpy. Let's say we delete RedItem. So in rgItems we now have 2 items, GreenItem and BlueItem and in grid rgDeletedItems we have RedItem. Then we click on a link on top grid let's say we look at the details of GreenItem, the page opens and everything is fine.
The problem is: when we click back in our browser to go back to the page with grids, initial grid will be loaded (3 item in rgItems and no items in rgDeletedItems), however if we refresh the page everything will be fine again. So the thing is that the back button loads the page that happend on first pageload (!IsPostBack), and it doesn't remember any of the changes that were made after.

Is this possible to make it so, the Page_Load would fire even when you click Back/Forward buttons in browser?

I am thankful for any assistance you can provide.

Sincerely, Jure
Pavlina
Telerik team
 answered on 11 Jul 2011
1 answer
57 views
I have created a RadGrid control with a detail table programatically on page_init; imagine Country -> Regions

When the "Open" nested table icon is clicked, the whole page is posted back and as a result the Country list is re-populated then the regions associated with the selected country gets loaded.

The problem is that the Country list is already on the page, why everything should be reloaded again since only one country was selected to retrieve its regions.

As a result of this problem, my RadGrid is slow when using its nested tables as it has to reload all other layers each time.

How would that be possible to only load the nested table which is required rather than loading the whole Grid?

Many thanks,
Genti
Telerik team
 answered on 11 Jul 2011
1 answer
96 views
I recently downloaded the latest maintenance release and installed it yesterday.  I was testing some code today which contained an instance of the Editor.  I am having a strange problem when trying to create new bullet items.

I have attached two screen captures to show what is happening.  The first screen capture was taken BEFORE clicking the Bullet Item button.  It should be noted that before the Bullet Item button was clicked, the cursor was sitting 2 carriage returns below the second paragraph.

The HTML in the control before clicking the Bullet Item button is shown immediately below:

<span style="font-family: arial; font-size: 12px;">
<p><span style="font-family: arial; font-size: 12px;">When THDi Software builds a public website for your company, you will have the option of making certain "content mangement" fucntionality available for approved employees on your staff to use to maintain the text and verbiage on your website.<br />
<br />
There are many different categories of information for your maintenance purposes.  These tools will reduce the time you need to spend maintaining your website and will reduce your total charges for our labor.  Of course, if you want, we can maintain this information for you.<br />
<br />
</span></p>
</span>
<p> </p>


What I wanted to accomplish was to create a new bullet item UNDER the second paragraph.

The second screen capture shows what the Editor did when I clicked on the Bullet Item button.  Please understand, the cursor really was positioned two (2) carriage returns BELOW THE SECOND PARAGRAPH.

The created HTML after the action is immediately below:
<span style="font-family: arial; font-size: 12px;">
<p> </p>
</span>
<p> </p>
<ul>
    <li><span style="font-family: arial; font-size: 12px;">When THDi Software builds a public website for your company, you will have the option of making certain "content mangement" fucntionality available for approved employees on your staff to use to maintain the text and verbiage on your website.<br />
    <br />
    There are many different categories of information for your maintenance purposes.  These tools will reduce the time you need to spend maintaining your website and will reduce your total charges for our labor.  Of course, if you want, we can maintain this information for you.<br />
    <br />
    </span></li>
</ul>


Is there a problem with the Editor?  Why, with all of the carriage returns included in the text, did it go back to the first paragraph and create a bullet item?

Lynn
Rumen
Telerik team
 answered on 11 Jul 2011
2 answers
53 views
Hello, 

So I seem to have stumbled upon a very strange issue with the RadRotator that I have setup on one of my pages. I have two control buttons for scrolling left and scrolling right. When you click the scroll left control button all the way to the right it scrolls to the left, but if you click the scroll left control button on the left side of the button it scrolls the rotator to the right. Anyone have any idea as to why? The buttons that I am using are radbuttons with an image sprite doing the graphics. Please take a look at the link below to see the issue in action.

http://myheadpiece.com/test/Pages/HatCustomizerPage.aspx
Bruce
Top achievements
Rank 1
 answered on 11 Jul 2011
5 answers
179 views
Hi, we have a grid that for some reason renders differently from our PCs when we publish our web application to production.  The grid has static column headers, and we set its width to 100%.  For some reason, when we develop it in our PCs, it displays perfectly, with the content taking up the entire grid.  When we publish the same exact code to our production server (or any other server so that the application is not running locally on our PCs when we access it), and the grid is still set to 100%, but the content doesn't take up the whole grid.  When I run the rendered HTML code through WinDiff, it tells me that the following line renders differently:

In development:
<table cellspacing="0" class="rgMasterTable rgClipCells" border="0" id="Domestic_userControl_rgDomestic_ctl00_Header" style="width:100%;table-layout:fixed;overflow:hidden;text-overflow:ellipsis;empty-cells:show;"

In production:
<table cellspacing="0" class="rgMasterTable rgClipCells" border="0" id="Domestic_userControl_rgDomestic_ctl00_Header" style="table-layout:fixed;overflow:hidden;text-overflow:ellipsis;empty-cells:show;"

Notice how in development it adds "width: 100%".  Both are using the same exact code however:
<telerik:RadGrid runat="server" ID="rgDomestic" AllowFilteringByColumn="true" 
                                    AllowSorting="true"  ShowFooter="True" EnableLinqExpressions="false" 
                                    AllowPaging="True"  AllowMultiRowSelection="true" 
                                    ShowGroupPanel="true" ShowHeader="true" 
                                    PageSize="15" 
                                           
                                 AutoGenerateColumns="false">  
                                 <ClientSettings Selecting-AllowRowSelect="true"  ClientEvents-OnGridCreated = "DomesticGridCreated"  AllowDragToGroup="true" AllowGroupExpandCollapse="true"  EnableRowHoverStyle="true" ClientEvents-OnRowDblClick="RowDoubleClick" > 
                              <Scrolling AllowScroll="True" UseStaticHeaders="true" SaveScrollPosition="true" FrozenColumnsCount="2"/>  
                             </ClientSettings> 
                             <GroupingSettings ShowUnGroupButton="true" /> 
                                   <MasterTableView GroupsDefaultExpanded="false" GroupLoadMode="Client" HierarchyLoadMode="Client" ClientDataKeyNames="DocNum" DataKeyNames="DocNum">  
                                            <Columns> 

I attached two Screenshots, capture1 of the production result which doesn't seem to render correctly, and capture2 which is the result when we run it locally on our PCs which does seem to render correctly.  Why could this be happening?

Thank you!


Pavlina
Telerik team
 answered on 11 Jul 2011
2 answers
255 views
Now this is weird:

I initialize the page with :
this.StartDate.SelectedDate = DateTime.Now;

on postback, I don't click the control on the page,  "SelectedDate " is null.

When I actively select a date, the value is not null.

Why is that?

Thanks
-Itye
Mira
Telerik team
 answered on 11 Jul 2011
6 answers
215 views
Hi all,

I am looking to create a RadDock client-side, but noticed that calling Telerik.Web.UI.RadDock() does not produce an object as I was hoping it would. Is this functionality support explicitly? If not, how about a work-around that could achieve this functionality?

At the very least, let me explain my whole scenario:

I am converting a RadControls for AJAX application to MVC2. I have opted to use the AJAX controls inside of the MVC architecture. My application supports dynamically creating RadDocks and attaching them to dynamically created RadDockZone's on the page. If I create my RadDock in my Controller, then I have no means to Dock it to a RadDockZone (since the View knows about this control, not the Controller).

As such, I was planning on creating a RadDock in the controller, setting it all up, then passing it back to the view as JSON. Once in the view, I would like to create the RadDock object again based off of the JSON, but this does not seem possible?

Suggestions welcome..
Sean
Top achievements
Rank 2
 answered on 11 Jul 2011
2 answers
205 views
I am using NeedDataSource to databind a RadGrid to a collection of Entities using the Entity Framework 4.

protected void dgPerson_NeedDataSource(object source, GridNeedDataSourceEventArgs e)
        {
            dgPerson.DataSource = LocalEntityManager.Context.People;
        }

That all works fine but the StartsWith and EqualTo filter option do not return any rows. I have tried setting EnableLinqExpression to true and false but it makes no difference. There are 65,000 objects in this list of people objects. Could it be that is too many to filter by?

<telerik:RadGrid ID="dgPerson" runat="server"
        AllowFilteringByColumn="True"
        AllowSorting="True"
        AllowPaging="true"
        PagerStyle-Mode="NextPrevNumericAndAdvanced"
        GridLines="None"
        OnNeedDataSource="dgPerson_NeedDataSource"
        EnableLinqExpressions="true"
        ShowStatusBar="true"
        Skin="Black">
    <MasterTableView 
        Name="Person"
        autogeneratecolumns="False"
        CommandItemDisplay="Top"
        datakeynames="PersonID"
        pagesize="20"
        EditMode="PopUp"
        EditFormSettings-PopUpSettings-Modal="false"
        EditFormSettings-PopUpSettings-Width="950px">
    <RowIndicatorColumn>
        <HeaderStyle Width="20px"></HeaderStyle>
    </RowIndicatorColumn>
    <ExpandCollapseColumn>
        <HeaderStyle Width="20px"></HeaderStyle>
    </ExpandCollapseColumn>
    <SortExpressions>
        <telerik:GridSortExpression FieldName="FullName" SortOrder="Ascending" />
    </SortExpressions>
    <Columns>
        <telerik:GridBoundColumn DataField="PersonID" DataType="System.Int32" FilterControlWidth="40px"
            HeaderText="ID" ReadOnly="True" SortExpression="PersonID" UniqueName="PersonID">
        </telerik:GridBoundColumn>
        <telerik:GridTemplateColumn HeaderText="Full Name" SortExpression="FullName" UniqueName="FullName" DataField="FullName" AutoPostBackOnFilter="true" CurrentFilterFunction="StartsWith">
            <ItemTemplate><asp:Literal runat="server" ID="litFullName" Text='<%# Eval("FullName") %>'></asp:Literal></ItemTemplate>
            <EditItemTemplate><asp:TextBox runat="server" ID="txtFullName" Width="300px" Text='<%# Bind("FullName") %>'></asp:TextBox></EditItemTemplate>
        </telerik:GridTemplateColumn>
Curtis
Top achievements
Rank 1
 answered on 11 Jul 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?