Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
181 views
Hi,

I am working with latest controls of Telerik ASP.Net Ajax set.

I need grid paging mode as "Slider" along with DropDown for "PageSize" selection as it appears with Advanced paging.

Thanks,
Avi
Eyup
Telerik team
 answered on 14 Apr 2014
9 answers
232 views
When the PagerStyle is set to "Slider", is there any way to offer the user a Page Size selection dropdown(similar to the one you get when the PagerStyle Mode is "NexPrevAndNumeric"?

Thanks.
Eyup
Telerik team
 answered on 14 Apr 2014
3 answers
1.0K+ views
Hi,
I'm working with AutoCompleteBox and have problem with dropdown list position.
I build a site with 2 nested Master Pages. As you see in attachment:
- One is marked Red, the container, fixed position.
- One is marked Blue (main content) is nested in the Red. The content in Blue is scrollable if it is too long.
I use AutoCompleteBox within the Blue.
The issue is that, after the dropdown list appears (see FirstAppear.png), I scroll down the Blue area. The dropdown list is not move along with the textbox, but seems to be fixed at the screen (see AfterScrolling.png)

View HTML source I see that the dropdown list is generated as <div>, placed as the first child of <form> element (wherever the AutoCompleteBox is)
I found is that <div> has position: absolute, but there is not parent tag has position: relative. Therefore, the <div> relates to the top-most <html> tag - Red Area, this area is not move when we scroll the Blue area up/down.
I think that's why we see the dropdown list not scroll up/down belong with the Blue area.

<html>
    <body>
        ...
        <form name="aspnetForm" id="aspnetForm"... >
             <div class="racSlide" style="left: 282.22px; top: 159.95px; ...">
             ...
             </div>
             ...
        </form>
        ...
    </body>
</html>


Please help to have investigation.
Thanks.
Ivan Zhekov
Telerik team
 answered on 14 Apr 2014
1 answer
101 views
Hello,

The only way I can get a list of skins to show is when I create the project as a Telerik Web Application. Then on each control I can select the skin. When I create just an ASP.NET project I only get the default with an error message that they are not available. I did what it says and restarted Visual Studio but did not work. So should I just create it as a Telerik Web Application for the sites I want to use the skins?

And last, for a page that has multiple Telerik controls do I assign the skin to each one by code? Or is there a way to set them all at once? I plan to allow the user to set the skin in a setup screen I have.

Thanks!
Bozhidar
Telerik team
 answered on 14 Apr 2014
1 answer
68 views
In my RadEditor, the InsertExternalVideo will only save if I also put text in the content area. I cannot figure out why I can't just place the iframe in the radeditor without also putting in other content. Can someone please help?
Ianko
Telerik team
 answered on 14 Apr 2014
5 answers
124 views
Hi All,

I'm trying to use the StyleBuilder website to stylise the telerik controls/skins. What I'm finding is the "Colorise" functionality works but "Fine Tune" doesn't. Is anyone else seeing this problem? Or is this a known problem?

Kind regards
Sidharth
Bozhidar
Telerik team
 answered on 14 Apr 2014
1 answer
216 views
hi,
 i want to use a cache on grid server side with web service. how can implement it in asp.net please provide demo or example.

Thanks,
Rahul
Kostadin
Telerik team
 answered on 14 Apr 2014
1 answer
445 views
Hi,

I have grid which contains 3 columns, when I resize first column remaining 2 column width also gets changed.

I am using below client setting for my grid

<Resizing AllowColumnResize="true" ResizeGridOnColumnResize="true" />

I don't want to change width of others column.

Currently grid has 100% width & only last column has fixed width.

If I set grid width fixed as well as those of 3 columns, then resizing works fine.

Is it bug in RadGrid resize functionality if we set grid width to 100%?
Konstantin Dikov
Telerik team
 answered on 14 Apr 2014
2 answers
340 views
Hi,

I am using a Telerik chart as follows:

    @(Html.Telerik().Chart(Model.Items)
    ....
    .Series(series => series.Column(s => s.Property1).Name(constantValue1).Color("Red").Axis(constantValue2))
    ...
    
Each item contains 2 properties: Property1, which is the column height and Property2, which is the column color.
I would like to be able to display for each column the corresponding color (instead of the single color for all columns).
Can you please help me with this issue?
Thank you.
Gabriela
Top achievements
Rank 1
 answered on 14 Apr 2014
5 answers
704 views
I have a repeater with a textbox (TextBox1) and a label in each item. I added a TextChanged event handler to the textbox and set autopostback to true. I want to change the value of the label based on what's typed into the textbox. I also have a textbox outside the repeater (TextBox2) that should also change the value in the label inside the repeater.

I used a RadAjaxManger control and told it that TextBox2 should update the repeater and it works perfectly.

The issue is that TextBox1 (the one inside the repeater) always does a full postback when I don't want it to. I tried using the RadAjaxManager and setting the repeater able to update the repeater and I tried programatically adding the specific textbox and label to the RadAjaxManager in the handler for the repeater's ItemDataBound event and I tried wrapping the entire repeater in a RadAjaxPanel all to no avail.

On another page I have a dropdownlist in a repeater that works perfectly, but this textbox just won't cooperate.

Any suggestions would be great, thanks!
Angel Petrov
Telerik team
 answered on 14 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?