Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
194 views

Hi

Is it posible to set the styling of the input field of a RadComboBox depending on wether a pre-selected item is enabled og disabled?

RMM
Top achievements
Rank 1
 answered on 20 Aug 2015
1 answer
146 views

Hi,

I have a single series column chart & I want to remove all the column names on the x-axis for space reasons. How can I put those names in a Legend box underneath the chart?

Danail Vasilev
Telerik team
 answered on 20 Aug 2015
3 answers
230 views

I got a gridview which I created with following code when user clicked one of treview node I have to populate a radgrid for given departmen. I dont know how can I catch treeview click event and without making any postback populate radgrid for clicked departmen. All help will be apreciated, thank you in advance.

    //Load Root Nodes...  
    private void LoadRootNodes()  
    {  
        SqlConnection connection = new SqlConnection(ConfigurationManager.ConnectionStrings["Personelcon"].ConnectionString);  
        SqlCommand selectCommand = new SqlCommand("SELECT * FROM Department WHERE Reportsto IS NULL", connection);  
        SqlDataAdapter adapter = new SqlDataAdapter(selectCommand);  
        DataTable data = new DataTable();  
        adapter.Fill(data);  
 
        foreach (DataRow row in data.Rows)  
        {  
            RadTreeNode node = new RadTreeNode();  
            node.ImageUrl = "themes/default/entity.gif";  
            node.Text = row["Dname"].ToString();  
            node.Value = row["Departmenid"].ToString();  
            node.ExpandMode = TreeNodeExpandMode.ServerSideCallBack;  
            RadTreeView1.Nodes.Add(node);  
        }  
    } 
Peter Filipov
Telerik team
 answered on 20 Aug 2015
2 answers
136 views

Hi,

 I have an autocompletebox in my page which uses a wcf service to fetch data. And I have a client template in autocompletebox which has #=Attributes.blabla # fields. WCF service returns the correct structure of data which has Text, Value and Attributes members and Attributes has the values I set. However the client template display these Attribute fields as undefined. I couldn't find any related item in this forum. 

Can you help me? 

Thanks.

Aydın
Top achievements
Rank 1
 answered on 20 Aug 2015
1 answer
262 views

I'm having a RadFileExplorer on my program and mapping it to a Shared Drive. The first level of treeview is loading as expected and when I click on the expand button on the treeview, the folders are not being loaded. And any files are not displayed on the file viewer on the right column. Below is my code, kindly let me know what could be the issue.

 

protected void Page_Load(object sender, EventArgs e)
        {
            try
            {
                if (!Page.IsPostBack)
                {
                    string[] viewPaths = Directory.GetDirectories(@"\\vmtywebAA02\develop\", "*", SearchOption.TopDirectoryOnly);
 
                    RadFileExplorer1.Configuration.ViewPaths = viewPaths;
                    RadFileExplorer1.Configuration.SearchPatterns = new[] { "*.*" };
                    RadFileExplorer1.Configuration.ContentProviderTypeName = typeof(CustomFileSystemProvider).AssemblyQualifiedName;                    
                }
            }
            catch (Exception)
            {
                throw;
            }
        }

Vessy
Telerik team
 answered on 20 Aug 2015
3 answers
136 views
I am trying to use RadGantt inside MultiPageView with RadTabs. RadGantt is displaying properly.
Following is screen that how it looks.
When I trigger Navigation command then it becomes ok and also when I open debugging window.

How can I fix it in 100% width.

Magdalena
Telerik team
 answered on 20 Aug 2015
10 answers
388 views
Hello All,
 
   Default behavior of the RadGrid sorting triggers a postback action , while  I am using the same Grid in RadDock ( Loaded Dynamically ) causes the dynamic contents flushes out. is there any possibilities to sort / filter the RadGrid in client side , so that i can avoid postback ?


Thanks
-Prince 
 
Vasil
Telerik team
 answered on 20 Aug 2015
5 answers
107 views

I have this:

DataStartField: 2015-08-22 00:00:00

DataEndField: 2015-08-23 00:00:00

Only 2015-10-28 appointment is displayed in radschedular.

 

If i try this:

DataStartField: 2015-08-22 00:00:00
DataEndField: 2015-08-23 01:00:00

I need to set a time for that day will be displayed to the date end? It not works for 00:00:00 time

Plamen
Telerik team
 answered on 20 Aug 2015
1 answer
114 views

Hi

 i have been using the HTMLChart fine for ages now , i use a semi dynamic system for doing series and data and its been fine.

 but recently i have noticed something odd , basically it start squishing up the content of the chart instead of using the full chart area, has anyone encountered this or know how to fix it.

 i have attached an image

i dont apply any limitations on the ranges as i allow the chart to do it by itself based on the data inside.

 

 

 

Danail Vasilev
Telerik team
 answered on 20 Aug 2015
2 answers
108 views

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"></telerik:RadAjaxManager>
     <telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" />

     <telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1"  SelectedIndex="0" Align="Justify" ScrollButtonsPosition="Left"  ScrollChildren="true">
            <Tabs>
                <telerik:RadTab Text="​1"></telerik:RadTab>
                <telerik:RadTab Text="2"></telerik:RadTab>

            </Tabs>
        </telerik:RadTabStrip>
        <telerik:RadMultiPage ID="RadMultiPage1" CssClass="RadMultiPage" runat="server" SelectedIndex="0">
            <telerik:RadPageView ID="RadPageView1" runat="server" Height="700px" ContentUrl="WebForm5.aspx"></telerik:RadPageView>

        </telerik:RadMultiPage>

 how to apply the skin to the pages in the multipage

 

Maher
Top achievements
Rank 1
 answered on 19 Aug 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?