Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
414 views
Hi, Is there any way to configure a GridHyperLinkColumn to HtmlEncode the contents of the DataTextField? Unlike the GridBoundColumn, it doesn't appear to have an HtmlEncode property. What's more, because HyperLink columns don't support databinding, I can't add encoding that way either. The only option I can see is to change the column type to a template column but I'd rather avoid that if possible.
Tsvetina
Telerik team
 answered on 02 Dec 2010
2 answers
326 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
90 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
213 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
172 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
111 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
216 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
183 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
99 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
100 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
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?