Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
79 views
I need to create a table script as displayed in attached image .the text should be on top of image.Please help as it will decide whether to use telerik control or not.
Nencho
Telerik team
 answered on 04 Jun 2015
6 answers
80 views
can  we sub divide our time Time slot Region into more parts
eg:
suppose we have 10 hour time slot and that have 10 regions of duration of 1 hour, so i want to sub divide this 1hour Time region into 6 parts of each 10 min, so that on Stretching of any appointment its duration will allow me to Stretch 10 min duration to Stretching not for 1 hour Stretching duration that is the default behaviour of Scheduler if i set 1 hour region.
so i just want to divide region into sub region so that Stretching is done on sub regions


Thanks
Regraded As:
Muhammad Ali
Web Developer
Softech World Wide LLC.

Plamen
Telerik team
 answered on 04 Jun 2015
1 answer
193 views

We currently have implemented RadEditor with the default paragraph tag new line mode.  It is working correctly - when someone hits the Enter key in the editor, it encapsulates the content within paragraph tags.

However, when we paste content in from the clipboard, RadEditor is generating a <br/> tag for each new line.

We would like the Editor to have the same paragraph tag new line behavior when pasting.  Is there an easy way to do this, or is writing a custom filter the only way to handle it?

 

Ianko
Telerik team
 answered on 04 Jun 2015
5 answers
349 views
I've got a RadTextBox which I set the font-size to "XX-Large". In IE, when the page loads, the control looks like this:

When I focus and backspace on it, it looks like this:


Only when it then loses focus, it is aligned correctly:


Using 2012 Q2. Only tested in IE 9 and 10.
Gaurab
Top achievements
Rank 1
 answered on 03 Jun 2015
1 answer
121 views

Hi,

When I use the Bootstrap theme, controls don't stay inside their containers.

In the screenshot, the controls do not stay inside the grid column.

Sam
Top achievements
Rank 1
 answered on 03 Jun 2015
2 answers
204 views

Hello!

I'm testing telerik components and looking for best approach to solve situation like on attached picture.

What is best solution to put "MarketingDescription" below this link? I wolud like to have something like second screenshot.

Thank you.

 

        <telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource2" GroupPanelPosition="Top" AllowPaging="True" PageSize="20">
            <ExportSettings>
                <Pdf PageWidth="">
                </Pdf>
            </ExportSettings>
            <MasterTableView DataSourceID="SqlDataSource2" NoMasterRecordsText="Molimo odaberite kategoriju.">
                <Columns>
                    <telerik:GridBoundColumn DataField="Artikal_ID" FilterControlAltText="Filter Artikal_ID column" HeaderText="Å ifra artikala" ReadOnly="True" SortExpression="Artikal_ID" UniqueName="Artikal_ID">
<ColumnValidationSettings>
<ModelErrorMessage Text=""></ModelErrorMessage>
</ColumnValidationSettings>
 
                    </telerik:GridBoundColumn>
 
                    <telerik:GridImageColumn DataImageUrlFields="Artikal_ID" DataImageUrlFormatString="IMG/{0}.jpg" AlternateText="Slika" DataAlternateTextField="Artikal"
  ImageAlign="Middle" ImageHeight="60px" ImageWidth="60px" HeaderText="Slika" HeaderButtonType="None">
    </telerik:GridImageColumn>
 
 
                    <telerik:GridHyperLinkColumn AllowSorting="False" DataNavigateUrlFields="Artikal_ID" DataNavigateUrlFormatString="product_info.aspx?artikal_ID={0}" DataTextField="Naziv_artikla" DataTextFormatString="{0}" FilterControlAltText="Filter column column" Text="Naziv" UniqueName="column">
                    </telerik:GridHyperLinkColumn>
                    <telerik:GridBoundColumn DataField="Osnovica" DataType="System.Decimal" FilterControlAltText="Filter Osnovica column" HeaderText="VPC" ReadOnly="True" SortExpression="Osnovica" UniqueName="Osnovica" DataFormatString="{0:F2}">
<ColumnValidationSettings>
<ModelErrorMessage Text=""></ModelErrorMessage>
</ColumnValidationSettings>
                        <HeaderStyle HorizontalAlign="Right" />
                        <ItemStyle HorizontalAlign="Right" />
                    </telerik:GridBoundColumn>
                    <telerik:GridBoundColumn DataField="MPC" DataType="System.Decimal" FilterControlAltText="Filter MPC column" HeaderText="MPC" ReadOnly="True" SortExpression="MPC" UniqueName="MPC" DataFormatString="{0:F2}">
                        <ColumnValidationSettings>
                            <ModelErrorMessage Text="" />
                        </ColumnValidationSettings>
                        <HeaderStyle HorizontalAlign="Right" />
                        <ItemStyle HorizontalAlign="Right" />
                    </telerik:GridBoundColumn>
                     
                    <telerik:GridBoundColumn DataField="MarketingDescription" FilterControlAltText="Filter MarketingDescription column" UniqueName="MarketingDescription" HeaderText="MarketingDescription" ReadOnly="True">
                        <ColumnValidationSettings>
                            <ModelErrorMessage Text="" />
                        </ColumnValidationSettings>
                    </telerik:GridBoundColumn>
                </Columns>
            </MasterTableView>
        </telerik:RadGrid>

Marko
Top achievements
Rank 1
 answered on 03 Jun 2015
0 answers
104 views

Hi,

I have a report must use rows group like image attach. I want move row group in last column.
Who know how to do this please help me.

Thanks a lot!

Thien
Top achievements
Rank 1
 asked on 03 Jun 2015
2 answers
152 views

Hi All

Not sure this is possible, can't find any examples, so thought I'd ask.

We want to create a calendar, preferably using the RadCalendar, that shows the first day of the current week + 14 days. Ie, rather than showing the entire current month, just show this week and next week.

We'll then use the Day Render event to show relevant information in that cell for that day. 

Has anyone seen something like this done with RadCalendar?

Shane

Konstantin Dikov
Telerik team
 answered on 03 Jun 2015
2 answers
123 views

Hello,

we have a mix from auto generated columns and custom columns.

GridBoundColumn boundColumn = new GridBoundColumn();                       
grid.MasterTableView.Columns.Add(boundColumn);
boundColumn.HeaderText = page.GetMessage(name);
boundColumn.UniqueName = name;
boundColumn.SortExpression = name;
boundColumn.Display = false;
 

When we try to Group any column in the Grid, we get the following Javascript-Exception:

Sys.WebForms.PageRequestManagerServerErrorException: An item with the same key has already been added

 

What are we doing wrong?

Thank you in advance!
Roxane

 

 

 

 

Roxane
Top achievements
Rank 1
 answered on 03 Jun 2015
4 answers
159 views

Hi,

 I have an asp:textbox and I wanted to display red lines under incorrect words.

I try to use telerik RadSpell in hebrew but I get spelling only on button click and it's not display the red lines.

I use Internet Explorer so I don't have red lines in default.

 How can I do it?

 

Thanks

elad
Top achievements
Rank 1
 answered on 03 Jun 2015
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?