Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
1.9K+ views
Hi All,
Is their anybody knows how to Dynamically set the RadGrid Column width??
Eyup
Telerik team
 answered on 11 Feb 2015
3 answers
204 views
my legend if it grows then pushes the chart line area smaller.
is there a way to fix the plot area? and perhaps just have the legend grow to the right or wrap?
Danail Vasilev
Telerik team
 answered on 11 Feb 2015
6 answers
224 views
I am using Visual Studio 2010 Ultimate and am working with the trail Radcontrols.

<telerik:RadTreeList ID="RadTreeList1" runat="server"
            AllowMultiColumnSorting="True" AllowSorting="True" AutoGenerateColumns="False"
            DataKeyNames="mynode" DataSourceID="SqlDataSource1"
            ParentDataKeyNames="mynode2">
</telerik:RadTreeList>

From what I have read since I am using a sqldatasource data control I should not have to include any additional code. Is that correct? 

Can someone explain what I am missing or doing wrong?

Thanks in advance.
Maria Ilieva
Telerik team
 answered on 11 Feb 2015
1 answer
103 views
Hi

How to Implemented Telerik Grid Bind Records using List object i seen this code

<asp:SqlDataSource runat="server" ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" SelectCommand="Select OrderID, OrderDate, ShipVia, ShipName, ShipAddress, ShipCity, ShipCountry FROM Orders"></asp:SqlDataSource>

but here i canot pass my stored procedure how so i move bind the records to server side c# then how to sorting , Filtering Concept using Telerik Grid 
any one guide me post the code thats helpful for me
Eyup
Telerik team
 answered on 11 Feb 2015
1 answer
64 views
Hi,
I have a Rad Grid which gets its data displayed from OnNeedDataSource with 4 Columns and has pagesize=20 - Total Ouput is around 120 Rows
On Each Page after 20 Row are displayed i would like to add 4 RADCombo Boxes with Unique values of the columns displayed above and before the pager controls gets displayed like NextPage and Before etc

Do i need to use Footer Template and wher eshall i bind data to these Rad Combo Boxes - ItemCreated or ItemData Bound

Thanks


Konstantin Dikov
Telerik team
 answered on 11 Feb 2015
3 answers
135 views
This mode does not seem to be working correctly.
When pasting into the editor, it inserts random line breaks.
(Seems to happen mainly after formatting such as bold and where the line wraps naturally in the word doc.)

See attached screenshot.

Please advise

http://demos.telerik.com/aspnet-ajax/editor/examples/cleaningwordformatting/defaultcs.aspx


Ianko
Telerik team
 answered on 11 Feb 2015
3 answers
175 views
Is it possible to search on both columns when user tries to type in the dropdown?
If you have
ColA  ColB
123   ABC

And user tries to type 123 or ABC then we highlight that row?
I tried doing this using OnClientItemsRequested and It works fine, but I wanted to check to see if this is already implemented in the control or anyone has a any good ideas... 
Boyan Dimitrov
Telerik team
 answered on 11 Feb 2015
5 answers
137 views
I have an asp.net 4 website.  The default page is using the radajaxmanager  The default page has two radcombobox controls.  Server side OnItemsRequested events are used to populate the radcombobox controls.  A radmultipage control is also on the page.  Each page in the rad multi page displays data in rad grids based on the selections for the two radcombobox controls.  The website uses session state to store the selections from the two radcombobox controls.

The problem is that a user can leave the website without closing the browser and then return to the website using a back button or favorite item.  The comboboxes do not show the previous selections.  However, the grids use the session variables to display data.  I have been unable to set the radcomboboxes values.  It appears that the page load event does not fire. 

I cannot remove the radajaxmanager because a tab strip control is also used.  The page needs javascript methods to control the tabs. 

Do you have any suggestions?
Aneliya Petkova
Telerik team
 answered on 11 Feb 2015
4 answers
216 views
Hi,

I have a somewhat strange bug where some inline-css seems to be missing. This occurs in IE10 and IE11 and only when the site is hosted in IIS (IIS Express 8 works fine).

This is the generated html from IE11, site hosted in IIS:
<div class="rgHeaderWrapper">
   <div class="rgHeaderDiv" id="Control1_SP_Grid1_Grid1_Grid_GridHeader" style="overflow: hidden; margin-right: 17px;">
      <table class="rgMasterTable rgClipCells rgClipCells" id="Control1_SP_Grid1_Grid1_Grid_ctl00_Header" style="overflow: hidden; table-layout: fixed; -ms-text-overflow: ellipsis; empty-cells: show;" cellspacing="0">
    

And this is the generated html from IE1,1 site hosted in IIS Express:
<div class="rgHeaderWrapper">
   <div class="rgHeaderDiv" id="Control1_SP_Grid1_Grid1_Grid_GridHeader" style="overflow: hidden; margin-right: 17px;">
      <table class="rgMasterTable rgClipCells rgClipCells" id="Control1_SP_Grid1_Grid1_Grid_ctl00_Header" style="width: 100%; overflow: hidden; table-layout: fixed; empty-cells: show;">
                

As you can see, in the first case the width: 100% attribute is missing, but therefore there is an attribute "-ms-text-overflow". Because the width attribute is missing, the layout i screwed up. The software is absolute identical, the Telerik Version is Q3 2014. In both cases IE runs in edge mode.
If I try the same with Chrome, in both cases the width attribute is set correctly.

Could you tell me which logic in the RadGrid determines which attributes must be set?

Thanks!
Angel Petrov
Telerik team
 answered on 11 Feb 2015
2 answers
179 views
​Hi all, using VS 2013 with UI for ASP.NET AJAX Q3 2014 SP1.

Below is my prototype.

http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx

I would like to popup a ToolTip Message just once (i.e. "You are adding/Editing new Employee...") for 10 seconds when user's open the Edit form to Insert/Edit.

Thanks
gc_0620
Top achievements
Rank 1
 answered on 10 Feb 2015
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?