Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
272 views
Hi,

I'd like to display appointment create/edit from only by clicking context menu item. I'd like to block double-clicking behavior on RadSheduler.
How could i do that?
Thanks in advance.

Regards,
NNT
nyi nyi
Top achievements
Rank 1
 answered on 02 Dec 2010
1 answer
70 views

I have two listboxes, I would like to take the latest item moved to the second box and have that item programmatically selected. I have tried using set_selected(true) with no luck.

Any ideas?

Shinu
Top achievements
Rank 2
 answered on 02 Dec 2010
2 answers
171 views
Hello,

I am using ASP.Net AJAX DatePicker and want to disable weekends (Saturday and Sunday)

Regards
Raj
Rajz
Top achievements
Rank 1
 answered on 02 Dec 2010
6 answers
144 views
The behaviour of DropDownLists with AutoPostBack and RadAjax (for ASP .NET AJAX) is different between IE and other browsers.

In IE, if the user uses the keyboard to change the selected value of a combo box, the AutoPostBack fires immediately. In other browsers the post back only occurs when the user tabs focus away from the control.

This behaviour is particularly annoying because the control loses focus. I would describe this problem as a bit of a show stopper really.

I was wondering if anyone has a good work around or if there are plans to fix this behaviour.

BTW I believe that jquery fixes IE's change behaviour. Perhaps the same fix could be applied in RadAjax?
Andrew Lawrence
Top achievements
Rank 1
 answered on 02 Dec 2010
1 answer
89 views

I'm trying to use the RadComboBox with asp.net ajax webservice in ondemand mode.  If a client edits a record, i need to open an asp.net form in "edit" mode and display the current selected values.  How do i set the value and text on the RadComboBox?  The text part is easy, but the value property on the control is read only.

I'd preferably like to set the initial value like the code below.  Is this possible?

Entity e = db.lookupCustomerByID(100);
if(e != null)
{
RadComboBox1.Text = e.LastName;
RadComboBox1.Value = e.CutomerID;
}
B
Top achievements
Rank 1
 answered on 01 Dec 2010
4 answers
191 views
Hello,

Can you provide a server-side code sample that shows how to programatically move the selected node up or down in a treeview?

Thanks, Craig
Craig
Top achievements
Rank 1
 answered on 01 Dec 2010
1 answer
151 views
i want to add a new row either as a  second header or a new row at first position in the grid so that it remains at the top and the row remains at the first position even with paging (adding new row at databound event)
previously i was doing something like this with the gridview control

Table tbl = gvDownload.Rows[0].Parent as Table;
  GridViewRow gRow = new GridViewRow(-1, -1, DataControlRowType.DataRow, DataControlRowState.Insert);
then i was building the row by adding cell values individually and finally adding this row in the table.

i have also attached the screen shot of the grid implementing this functionality.

how i can do that with telerik grid?

Thanks,
Prashant
Prashant
Top achievements
Rank 1
 answered on 01 Dec 2010
3 answers
82 views
Hi,

I trying to make an function as set a "cut off point" i the RadEditor's content area.
The purpose is that only the content above that point will be display on the homepage.

I have se that function in wordpress <!--more--> tag.

Have sombody out there any good advice?

Best regards

Rune
Rune
Top achievements
Rank 1
 answered on 01 Dec 2010
2 answers
87 views
Hello
I have editable grid, with few RadComboBoxes. It is possible to set visibility or datasource of others RadComoboBoxes when one change selected index ? I'm asking because I don't see comboboxes in codebehind.
My Grid looks something like that:
<Grid>
     ......
     <MasterTableView>
           <EditFormSetting EditFormType="Template">
                 <FormTemplate>
                  //RadComboBoxes ....OnSelectedIndexChanged="...."
                 </FormTemplate>
         </EditFormSettings>
</MasterTableView>
</Grid>
Konrad
Top achievements
Rank 1
 answered on 01 Dec 2010
2 answers
186 views
Is it possible to delay the display of a RadAjaxLoadingPanel, something similar to the AjaxToolkit ModalPopupExtender's "DisplayAfter" property? I can't seem to find anything about such a thing.

Thanks.
Ivan Queiroz
Top achievements
Rank 1
 answered on 01 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?