Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
314 views

Hi, I am currently working on a multi-step form and i am using RadTabStrip for the same.

I am placing the tabs in vertical orientation. Now I would like to give a background color to the tabs.

My issue is that that background color would apply only till the tabs, but rather i would want the background to apply till the height the page view.

Like shown in the pic. 

Also, just to note that all the page view have different height. and also the height will change dynamically as many controls are added dynamically.

thanks in advance for all kinds for inputs... 

Bozhidar
Telerik team
 answered on 10 Aug 2016
5 answers
271 views
I wrote something that is very similar to this Demo:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplatedeclarativerelations/defaultvb.aspx

The difference is my radgrid has sorting features enabled. After running a sort to narrow down the list, the rows no longer expand. It triggers the event, and seems to do everything else properly but does not expand the rows so that specific data is available to the user.

I would appreciate any feedback and will offer my code if it's necessary. I thought that it would be something to do with the code behind but after working on this for a day and a half I am almost certain it's some setting I missed in the aspx page. I'm still researching this issue as I work but I could really use a hint or three.

Thanks,
Oscar
Subhashini
Top achievements
Rank 1
 answered on 09 Aug 2016
0 answers
118 views

I have the following coded for my grid:

                    <telerik:RadGrid ID="grdShoppingCart" runat="server" Width="100%" RenderMode="Auto" Height="100%">
                        <HeaderStyle  Height="30px" /> 
                        <MasterTableView Width="100%" Height="100%" AutoGenerateColumns="false" Font-Size="1.25em" TableLayout="Auto" NoMasterRecordsText="No courses selected" NoDetailRecordsText="No courses selected">
                            <Columns>
                                <telerik:GridBoundColumn HeaderStyle-Wrap="false" DataField="NameOfCourse" HeaderText="Course Name" />
                                <telerik:GridBoundColumn HeaderStyle-Wrap="false" DataField="IndustryName" HeaderText="Profession" />
                                <telerik:GridBoundColumn HeaderStyle-Wrap="false" DataField="StateCd" HeaderText="State" />
                                <telerik:GridBoundColumn HeaderStyle-Wrap="false" DataField="CourseHours" HeaderText="Hours" ItemStyle-HorizontalAlign="Right" HeaderStyle-HorizontalAlign="Right" />
                                <telerik:GridBoundColumn HeaderStyle-Wrap="false" DataField="CoursePrice" HeaderText="Price" ItemStyle-HorizontalAlign="right" DataFormatString="{0:c}" HeaderStyle-HorizontalAlign="right" />
                                <telerik:GridTemplateColumn HeaderText="Remove" ItemStyle-HorizontalAlign="right" HeaderStyle-HorizontalAlign="Right" ItemStyle-Wrap="false" HeaderStyle-Wrap="false">
                                    <ItemTemplate>
                                        <asp:LinkButton ID="RemoveItem" Text="Remove" runat="server" CommandName="DeleteRecord" ForeColor="red" CausesValidation="false" />
                                    </ItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridBoundColumn DataField="CourseItemId" Display="false" />
                                <telerik:GridBoundColumn DataField="CourseCode" Display="false" />

                            </Columns>

                        </MasterTableView>

                    </telerik:RadGrid>

 

When looking at it on a mobile phone, the grid gets cut off and there is no scroll bar to see the other half. Am I missing something?

 

Susan
Top achievements
Rank 1
 asked on 09 Aug 2016
0 answers
170 views

Hi everyone.

Can I redirect to page in same window using AjaxNS.AR function ?

When I try, it' s opening a popup window.

Gürcan
Top achievements
Rank 1
 asked on 09 Aug 2016
0 answers
128 views

Hi,

I have the submit button with RadSchedulerRecurrenceEditor. I want to know if the Recurrence checkbox is checked or not checked when the submit click event is fired in the code behind.

Thanks,

Brew

Brew Hutch
Top achievements
Rank 1
 asked on 09 Aug 2016
1 answer
125 views

I built a really simple UserControl using the SocialShare control, just creating by creating a .ascx and registering the Telerik type.

It works fine as a widget on a Sitefinity website, but is causing DCom 10016 errors to be thrown.

The webserver was complaining that the account NetworkServices didn't have permissions to activate the specified application, and although it was easy enough to grant permissions (dcomcnfg) I was dubious about why I should need to do that.

However, I am also getting a similar DCom error being thrown on the client if I am using IE11 and need to use the developer tools to debug IE.

This is obviously a bit more disconcerting, as there shouldn't be a need to grant permissions for this type of scenario.

What am I doing wrong?

Marin Bratanov
Telerik team
 answered on 09 Aug 2016
1 answer
388 views

Hello,

Recently I have experienced issue with Rich Text Editor in Sitecore which is based on Telerik Editor. Sometimes creating numbered/non-numbered list from RTE caues problems.

I have attached link to RTE_edit.swf - in 1:07 there is showed how the issue looks.

http://www6.zippyshare.com/v/KjSb879E/file.html

 

Guys from Sitecore support provided me with some resolution, but it does not work well :(

http://pastebin.com/9QcS7n4n

 

Do you have any clue how it can be resolved? Or maybe you can provide the code for InsertOrderedList and InsertUnorderedList commands?

Marin Bratanov
Telerik team
 answered on 09 Aug 2016
1 answer
192 views

Hi

In below link, i can see clear all (x button) in drop down

http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/functionality/checkallandclearbuttons/defaultcs.aspx

but in below link i don't have see the option (normal checkbox drop down), can i have that is that doable.

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx

 

Senthil
Dimitar
Telerik team
 answered on 09 Aug 2016
1 answer
185 views

Good Day All,

I am looking into changing the default color of the Radtexbox when either hovered or clicked on.

You will see in Picture 1 that it is just a normal input box, now in Picture two you will see it highlights blue when clicked on, I wane change that color

to something else, how would i accomplish this?

 

Bozhidar
Telerik team
 answered on 09 Aug 2016
3 answers
412 views
I am populating a RadTreeView with a DataTable in c# with the display nodes showing CompanyNames, but I am not seeing any kind of hidden value attribute (CompanyID) in the source code when I view it from a browser.

I assigned the DataFieldID's in the .aspx page but I do not see how I am supposed to retrieve the ID in the Code-Behind?


         treeManageUsers.DataTextField = "CompanyName";
            treeManageUsers.DataFieldID = "CompanyID";
            treeManageUsers.DataValueField = "CompanyID";
            treeManageUsers.DataSource = treeDT;
            treeManageUsers.DataBind();


            <telerik:RadTreeView runat="server" ID="treeManageUsers" Skin="Telerik" 
                OnNodeClick="treeManageUsers_NodeClick" 
                DataTextField="CompanyName" 
                DataFieldID="CompanyID">
            </telerik:RadTreeView>


Ivan Danchev
Telerik team
 answered on 09 Aug 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?