Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
142 views
i gave a radtooltip to a raddatepicker and tooltip is not showing.? how can it be possible?
Princy
Top achievements
Rank 2
 answered on 28 Jun 2012
0 answers
65 views
Hi All,

I have one tree list.. i wish to limit the adding of child item on a particular parent item.... its should be 3.. but there is o limit to add parent item in tree list... please give help..



Regards,
Prassin
Prassin
Top achievements
Rank 1
 asked on 28 Jun 2012
7 answers
349 views
Hi All,

I have an issue with tree list find control. when i put one Rad Text box inside the tree list i cant find the textbox reference in my code behind.. please help me for this issue..
Prassin
Top achievements
Rank 1
 answered on 28 Jun 2012
1 answer
91 views
Hi,

I was wondering if we can set Grid's Scroll effect (Vertical and Horiz)  by just surrounding grid control with  div tag and its attributes?
Don;t need static header feature. 

Regards

Radoslav
Telerik team
 answered on 28 Jun 2012
1 answer
107 views
Hi,

I have RadGrid and created a button that call the doClear() javascript as below: 

 

function doClear() {

var dataSource = [];

$find('<%=radGridAppointment.ClientID %>').get_masterTableView().set_dataSource(dataSource);

 $find('<%=radGridAppointment.ClientID %>').get_masterTableView().dataBind();

}

The radGridAppointment does being cleared successfully, but how come the default NoRecordsTemplate (No records to display.) is not shown? I need the this template to be shown as well, instead of clearing the grid only.

 

Tsvetoslav
Telerik team
 answered on 28 Jun 2012
2 answers
187 views
Hi,
In Rad Scheduler i don't want to drag and drop past appointments in a scheduler. How to disable drag and drop feature for past appointments.

Thanks,
Madhan
Nicolaï
Top achievements
Rank 2
 answered on 28 Jun 2012
3 answers
115 views
Hi,

i got a Telerik Grid and need all items InPlace EditAble.
It works fine if i just open up a few Levels, but on some deeper Levels i get errors while collapsing/expanding the hierarchy.
The complete hierarchy could not be expanded at startup. (To much data)

"Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500"

The Data is bound on serverside.

Could please somebody give me an hint. I tryied a lot of the stuff explained in examples and forum entries.
But didn't get it run without having errors. :-(

Databinding:
protected void RadGridHierarchy_NeedDataSource(object sender, Telerik.Web.UI.GridNeedDataSourceEventArgs e)
{
    if (!e.IsFromDetailTable)
    {
        RadGridHierarchy.DataSource = GetMaterialHierarchyDataTableFiltered("ROOT", false);
    }
}
 
protected void RadGridHierarchy_DetailTableDataBind(object sender, Telerik.Web.UI.GridDetailTableDataBindEventArgs e)
{
    GridDataItem dataItem = (GridDataItem)e.DetailTableView.ParentItem;
    string ParentCode = dataItem.GetDataKeyValue("MaterialHierarchyNodeCode").ToString();
    e.DetailTableView.DataSource = GetMaterialHierarchyDataTableFiltered(ParentCode, false);
         
}

Set items to editmode:
protected void RadGridHierarchy_PreRender(object sender, EventArgs e)
{
    SaveGridValues();
 
    if (_expandedItem != null && _expandedItem.Expanded)
    {
        if (_expandedItem.HasChildItems)
        {
            foreach (GridTableView view in _expandedItem.ChildItem.NestedTableViews)
            {
                foreach (GridDataItem item in view.Items)
                {
                    item.Edit = true;
                }
                view.Rebind();
            }
        }
    }           
 
    for (int i = 0; i < RadGridHierarchy.MasterTableView.Items.Count; i++)
    {
        RadGridHierarchy.EditIndexes.Add(i);
    }
    RadGridHierarchy.Rebind();
}
 
protected void RadGridHierarchy_ItemCommand(object sender, GridCommandEventArgs e)
{
    if (e.CommandName == RadGrid.ExpandCollapseCommandName)
    {
        _expandedItem = (GridDataItem)e.Item;
    }
}


Thanks a lot for your help.
I really don't know what to try anymore...

Kind regards

Lars




Lars
Top achievements
Rank 1
 answered on 28 Jun 2012
2 answers
81 views

 

I have a graph with 8 series. Four bars and four line series. I need to add a new figure to the legends of line graphics and only them. How do I add new pictures?

The bars series, I use a rectangle, but the Line series other figure. Figures that do not belong to the list.

Is posible to add new Figures to a Legend? Is posible?
Thanks for all.
Peshito
Telerik team
 answered on 28 Jun 2012
1 answer
171 views
How to set Specific TimeZone for raddatetimepicker in asp.net
i've seen http://www.telerik.com/community/forums/aspnet/calendar/is-there-a-way-to-specify-a-time-zone-for-the-datepicker-and-datetimepicker.aspx
this but here control behaving based on client machine settings...
i want specific behaviour for each user... based on timezone...
is it possible...?
Daniel
Telerik team
 answered on 28 Jun 2012
3 answers
379 views
I have created textbook dynamically as follows,

Dim control As New RadTextBox()
control.ID = "txtpassword"
control.Text = obj.FieldValue
control.CssClass = obj.CssClass
control.WrapperCssClass = obj.WrapperCssClass
control.AutoPostBack = obj.IsAutoPostBack
control.TextMode = obj.TextMode
for the password I have pass the value '2' for textmode.

Actually I have create the control on page load. But i can't see the text which I pass to the control(expected to see ************).
But text will be empty.
Please guide me to avoid this issue.
Vasil
Telerik team
 answered on 28 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?