Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
293 views
I have a Telerik Rad Grid With Template Columns. From one of this column i used  texbox as item template. And write onblur client side event to validate the input. On that event i need to set focus to that textbox.How?
Gowtham
Top achievements
Rank 1
 answered on 06 May 2014
4 answers
153 views
I am working with the radscheduler. On the advanced Edit screen resource radcombobox text cut off despite I made the width big enough not to do this.  Please help me to fox this issue ASAP.  Thank
Nencho
Telerik team
 answered on 06 May 2014
2 answers
109 views
Hi, i added a GridButtonColumn to my grid in the Page_Load event:

GridButtonColumn colEdit = new GridButtonColumn();
colEdit.UniqueName = "Edit";
colEdit.HeaderText = "Edit";
colEdit.Text = "Edit";
RadGrid1.MasterTableView.Columns.Add(colEdit);

When i click on it, i handle the RadGrid1_ItemCommand event:

 protected void RadGrid1_ItemCommand(object sender, GridCommandEventArgs e)
 {
if (e.CommandName == "Edit")
...
...
}


After the event the GridButtonColumn is empty, why?
Other problem is that the e.CommandName is alway empty, why?

TT
Top achievements
Rank 1
 answered on 06 May 2014
5 answers
196 views
I have a page with a RadGrid that works PERFECT! Only problem is the CSS for the grid seems to hide the filter buttons unless the window is maximized - anyway around this?
Niko
Telerik team
 answered on 06 May 2014
2 answers
93 views
Hi , 

I want exactly like the attach file. Demos of tab strip dint match with this. Please suggest me some ideas

Thanks and regards,
Anuja.J
Shinu
Top achievements
Rank 2
 answered on 06 May 2014
4 answers
214 views
My grid binds to a huge set of data. 
For performance reasons, we decided to request only visible elements from SQL server. 
Therefore, we need to filter server side.

The filter icon has to be hidden so we are currently setting AutoPostBackOnFilter to true.
Clients are not happy with this solution because of the flickering.
They want to enter all their filter criteria in each column, then hit an Apply Filter button.

I have a screenshot showing what they want.
I tested many solutions, but none of them were satisfying.  Is there an easy way to do it ?
Veronique
Top achievements
Rank 1
 answered on 06 May 2014
1 answer
73 views
Hi.
I have a detail table grid. I want to have some of the rows expanded during the pageload itself. How can i get this?
Shinu
Top achievements
Rank 2
 answered on 06 May 2014
2 answers
104 views
Hi, I added RadNumeric textbox inside the edittemplate of radgrid, but this is not aligned properly where as samething for textbox works perfectly fine. Attached screenshot for reference . Please check

 <EditItemTemplate>
                          <table id="tbleditJan"  runat="server" >
                          <tr ><td >
                                     <telerik:RadNumericTextBox ID="tbJan"  CssClass="radnumeric" Skin=""  runat="server"> 
                                   </telerik:RadNumericTextBox>

                       </td>/tr><tr><td style="width:35px !Important">
                                 <telerik:RadNumericTextBox ID="tbJanYellow"   CssClass="radnumeric"  runat="server">                               
                                   </telerik:RadNumericTextBox>
                                         </td> </tr> </table><EditItemTemplate>

Styles:

.radnumeric {
     width:35px !important;
}

span.radnumeric .riContentWrapper,
    span.radnumeric.riContButton.riContSpinButtons .riContentWrapper
    {
        width: 35px !important;
        padding-right: 0;
        
    }
Princy
Top achievements
Rank 2
 answered on 06 May 2014
1 answer
305 views
Hi

     I have done Programmatically Binding to the RadOrgChart with DataTable . But i am not able to see the chart on UI. Below is my Code


            DataTable table = new DataTable();
            table.Columns.Add("ID", typeof(String));
            table.Columns.Add("Title", typeof(String));
            table.Columns.Add("AndOr", typeof(String));
            table.Columns.Add("ParentID", typeof(String));
            table.Columns.Add("Designation", typeof(String));

            table.Rows.Add("1", "John Smith", "", "4", "CEO");
            table.Rows.Add("2", "Joe Robert", "Or", "1", "Manager SLS");
            table.Rows.Add("3", "Jack Kent", "Or", "1", "Manager Mkt");
            table.Rows.Add("4", "Ravi Kumar", "Or", "2", "Engineer");
            table.Rows.Add("5", "Sue Raymond", "And", "2", "Engineer");
            table.Rows.Add("6", "Lisa simpson", "Or", "4", "Junior Engineer");
            table.Rows.Add("7", "Bob Woley", "", "5", "Junior Engineer");
            table.Rows.Add("8", "Ron Jones", "", "3", "CSR");
            table.Rows.Add("9", "Dave Mason", "Or", "3", "CSR");
            table.Rows.Add("10", "John Williams", "", "3", "CSR");

            objRadOrgChart.DataTextField = "Title";
            objRadOrgChart.DataFieldID = "ID";
            objRadOrgChart.DataFieldParentID = "ParentID";      
            objRadOrgChart.DataSource = table;
            objRadOrgChart.DataBind();

             This not Shows anything on Page . But when i remove DataFieldParentID  , It shows all records with chart . Please help how it wants the data to show the chart on Page
Princy
Top achievements
Rank 2
 answered on 06 May 2014
10 answers
461 views


Hi Princy

I have a requirement where I would like to bind my telerik:GridDropDownColumn to two
different data source based on Edit and Insert mode.

For example if I am inserting a record I would like to
bind my telerik:GridDropDownColumn
to a data source Name “Insertdatasource” and if it is in edit/update mode I
would like to bind the same telerik:GridDropDownColumn
to “Updatedatasource”.

The reason why I would like to do this as I do not want
to show the option which my user have already inserted inside my grid. When he
insert new row only those option will appear which are not already inserted.

I hope you understand my problem.

I look forward for your response soon

Thanks in advance

Syed Qazafi

Eyup
Telerik team
 answered on 06 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?