Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
621 views
Hi All

I have two buttons (Export to pdf) and (send email)

I have a radgrid with datas

If I click the export to pdf the datas in the grid is been exported.

I need to do this:

When I click the send email,The pdf should be automatically attached to the outlook.

Is there any option for this.

-Anto
Rhea
Top achievements
Rank 1
 answered on 31 May 2017
5 answers
146 views

Hello,

 

We are using the RTF Editor and we are experiencing issues with a lack of flexibility/control of where we can place bullets in our text.  Is there a fix for this?  Currently we are placing the cursor in the spot where we would like the bullet to appear, selecting the bullet option, and then the bullet appears elsewhere. The editor seems to expect that the bullet be created first before any text is entered (and therefore we seem to need to add the bullet first, then write the text, which causes difficulty as we have a lot of pre-existing text that needs to be re-organized).  We need a way to enter text first, or have pre-existing text, and then place the bullets in front of the lines of text.  It would be very helpful to be able to place bullets easily in any places they are appropriate. 

Rumen
Telerik team
 answered on 31 May 2017
10 answers
602 views
How would I go about setting the current week as the first week that appears on the scheduler in monthview?  For example, today is January 9th, 2011.  I'd like the scheduler to display the current week as the first calendar row, so that the dates displayed begin at January 8th and end at Feb 11.  Essentially, I'd like to always see a full month of appointments ahead.

I found a partial solution here which sets the start week in the correct place, but it simply eliminates rows rather than adjusting the range.  The drawback to this approach is that by the end of the month, you'd have a calendar with only one week on it. 
Vessy
Telerik team
 answered on 31 May 2017
8 answers
660 views

I'm having trouble with the keyboard accessibility of the RadMenu. I can tab into the menu, and use the arrow keys to move to the various navigation items, but once I go past the last item it just goes back to the first. I have found that hitting tab then escape for each navigation item will let me get out, but it seems ridiculous to have to tell our users that they will have to do the same.

 

Is there a way to make the menu easier to use for those who are not able to use a mouse?

 

Thanks,

Andrea

Marin Bratanov
Telerik team
 answered on 31 May 2017
4 answers
1.5K+ views
My client is concerned that his users aren't very technical and the Rad Grid column filtering is a bit overwhelming for many of them. He would like for the "Contains" filter to be applied when automatically when they type a phrase into the TextBox and hit "Enter".  Any ideas if and how I can do this?

Thanks

Steve
Shubham
Top achievements
Rank 1
 answered on 31 May 2017
1 answer
124 views

Hi everyone,

I am using a RadGrid with several columns. In the GridDateTimeColumn I use the EnableRangeFiltering-property. Unfortunately, I have very high Dates in my database (01.01.2200 for example). That's why, I need to modify the MaxDate-property of the To-field for theRangeFiltering. How can I access the corresponding field in order to modify its MaxDate-value? You can see a part of my code below:

Thank you very much!

Regards,
Hendrik

<telerik:RadGrid runat="server" ID="rg_pobTable">  
    <MasterTableView CommandItemDisplay="Top" DataKeyNames="Id">
        <Columns>                     
     <telerik:GridDateTimeColumn UniqueName="NächstePrüfung" ShowFilterIcon="False" DataType="System.DateTime" EnableRangeFiltering="True" AllowSorting="True" AutoPostBackOnFilter="True" PickerType="DatePicker"                  SortExpression="NächstePrüfung" HeaderText="Nächste Prüfung" DataField="NächstePrüfung" DataFormatString="{0:dd.MM.yyyy}">
                <HeaderStyle Width="325px" />
            </telerik:GridDateTimeColumn>          
        </Columns>
    </MasterTableView>
</telerik:RadGrid>
Eyup
Telerik team
 answered on 31 May 2017
0 answers
92 views
How do i get the server side event for the filter selection?
Santhosh
Top achievements
Rank 1
 asked on 31 May 2017
0 answers
73 views

Hi,

I am using a RadGrid with default filters, Now i need to add extra filters on top of the default filters and based on the custom filter selection i need to call Database?

is it possible?

Santhosh
Top achievements
Rank 1
 asked on 31 May 2017
3 answers
135 views

Need help generating popup from usercontrol codebehind on dynamic button click whose url is dynamically generated based on dynamic textbox in RadGridItemCreated

Most of the examples I find already know what to show in popup but in my case I want to show popup from codebehind based on whatever dynamic url I just create.

I will appreciate if anyone can reply to this.

Gaurav
Top achievements
Rank 1
 answered on 30 May 2017
2 answers
161 views

Hi Guys,

Recently I was trying to do some automated tests for my website using "Watir" framework.

 

However I couldn't get the DropDownList and other Rad Elements work. Here is my HTML code:

<tel:RadDropDownList ID="ddlzone" runat="server" AutoPostBack="true" OnSelectedIndexChanged="ddlzone_SelectedIndexChanged" ></tel:RadDropDownList>   

 

Then I got a bunch of "div"s with different "id" and "ul"s "li"s elements in the final page. ( by using chrome inspect function)

 

Then I am trying to change the selection of this DropDownList in my ruby code:

ie = Watir::Browser.new
ie.goto("http://localhost:xxxxx")
ie.select_list(:id => "ctl00_MainContent_ddlzone_DropDown").select_value("Japan")

There are some error messages saying that this element couldn't be found.

 

I went to google and found two links about testing telerik elements with watir:

http://www.telerik.com/blogs/testing-radcontrols-for-asp-net-ajax-with-watir-%E2%80%93-how-easy-it-is

http://www.telerik.com/blogs/automating-complex-javascript-rich-controls-with-watir

They are both written 10 years ago and some links in the page didn't work anymore. I tried the method in the above links but didn't get any luck.

 

My question is :

Is there any good examples of testing complex telerik controls with Watir framework?

or 

Maybe there is a better way to test it rather than watir?

 

Thanks a lot!

 

 

 

 

 

 

 

 

 

 

shaohua
Top achievements
Rank 1
 answered on 30 May 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?