Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
437 views

Hi Telerik

I will like to hear if you can be informative about how to build a timesheet similar to your TeamPlus Timesheet. Which controls have you used(gridview, listview etc.), and which framework have you used(ASP.NET AJAX, ASP.MVC etc.). 
Sample code will be appreciated.

Best regards

Claus

Plamen
Telerik team
 answered on 14 Feb 2013
1 answer
66 views
Hi
I'm expanding all the nodes of my radtreelist on page load. I dont want the user to collapse it. I think it can be done by disabling or hiding the collapse button. However I wonder if there is some other way I can have this done. Please suggest another solution if you have one.
thanks
Allen
Princy
Top achievements
Rank 2
 answered on 14 Feb 2013
3 answers
221 views
Hi!
I am using the RadSpell control with custom dictionarys enabled.
When a user is spellchecking a large text and are adding words to the custom dictionary he sometimes gets the following javascript alert error:
Spell Check Handler Server Error:12152
What is the exact errormessage for 12152?

Best regards
Marcus
Rumen
Telerik team
 answered on 14 Feb 2013
1 answer
131 views
Hi there
         My radgrid has several boundcolumns. The insertform textbox is blank. I want the textbox to show a default text. How can i accomplish this. Please help me out somebody. Grateful for your help

Savyo
Princy
Top achievements
Rank 2
 answered on 14 Feb 2013
2 answers
908 views
Hi,

I've tried to use this in JavaScript code:

var result = $find("<%= HiddenField2.ClientID %>");

But, I've got the following error:

ReferenceError: $find is not defined

I use Firefox and Firebug.

Could someone help with this issue?
Goran
Top achievements
Rank 1
 answered on 14 Feb 2013
0 answers
58 views
2 answers
436 views
have ASP.NET web application that contains master page. Master page contains content page. Content page contains user control. User control contains Telerik grid with its context menu.

I'd like to click the item in grid's context menu and open new popup modal window. In that window there's drop down list. I pick up some option from drop down list and click OK. I'd like to get the value selected from drop down list and use it in my ASP.NET code to proceed further.

I've tried to use hidden field to store the value from drop down list but it doesn't work because I'm not sure where hidden field should be placed.

This is my code:

Open popup window:


function ClientItemClicked(sender, eventArgs)
{
    if (eventArgs.get_item().get_value() == "excel")
    {
        var retVal = window.showModalDialog("ExportToExcelChoice.aspx", null, "dialogWidth: 400; dialogHeight: 200; center: yes; resizable: no;");
    }
}

Click "OK" to close popup window:

function ReturnValue() {
    var choice = document.getElementById("DropDownList1").value;
    if ((window.opener != null) && (!window.opener.closed)) {
        window.opener.document.getElementById("HiddenField1").value = choice;
    }
    window.close();
}

It fails on this line:

window.opener.document.getElementById("HiddenField1").value = choice;

Because hidden field is placed in user control and the code can't get the reference to hidden field.

Could someone help me to make it work as soon as possible?

Thank you in advance.

Goran
Top achievements
Rank 1
 answered on 14 Feb 2013
1 answer
73 views
When a cell changes to edit mode the cursor is set at the beginning of the cell contents.

Here the ajax function:

function RowDblClick(sender, eventArgs) {
               editedRow = eventArgs.get_itemIndexHierarchical();
               $find("<%= RadGrid1.ClientID %>").get_masterTableView().editItem(editedRow);
           }

How can I select the cell contents at the time the cell goes into Edit mode?
Eyup
Telerik team
 answered on 14 Feb 2013
2 answers
247 views
Is it possible to maintain Checkbox state while paging in RadGrid Client Side?

I have a RadGrid with the following column:

<telerik:GridTemplateColumn UniqueName="CheckRows" HeaderStyle-Width="42px" >
    <HeaderTemplate>
        <asp:CheckBox ID="chkSelectAll" runat="server" />
    </HeaderTemplate>
    <ItemTemplate>
        <asp:CheckBox ID="chkRowSelect" runat="server" />
    </ItemTemplate>
</telerik:GridTemplateColumn>


I can easily maintain CheckBox state while paging Server Side but I noticed that is very slow and it would cripple what I'm trying to do considering that I have to use the CheckedChanged event of the Checkbox and add AutoPostBack="true" which would create a partial/postback, is there anyway I can maintain what Checkboxes were Checked in Client Side and then access those values from server?

I basically want to do something similar to this tutorial
http://www.telerik.com/help/aspnet/grid/gridpersistcheckboxstateingridtemplatecolumnonrebind.html
but in client side.

Thank you.
Eyup
Telerik team
 answered on 14 Feb 2013
1 answer
115 views
Hello,

Can anyone provide me with the sample code to create an appointment context menu for the RadScheduler. I also want to add icon to the context menu items.

Please Help, Its Urgent.
Teena
Princy
Top achievements
Rank 2
 answered on 14 Feb 2013
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?