Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
122 views
Hi,
i have a GridAutoCompleteColumn and Grouping is enabled for the Grid. But grouping this column is not working and is causing error. Can you please help.
Princy
Top achievements
Rank 2
 answered on 20 Dec 2013
1 answer
148 views
Hi,
i have a radcombobox with checkboxs=true. On the onselectedindexchange event i want all the checked values.
Princy
Top achievements
Rank 2
 answered on 20 Dec 2013
1 answer
81 views
Hi,

When I updated the RadGrid to new version, the display is wrong in IE 10 Compatibility View. Please see the attached images.

RadControl of 2011/09/14 has no problem with IE 10 Compatibility View.

IE 10.0.9200.16521 / Windows 7



Galin
Telerik team
 answered on 20 Dec 2013
3 answers
137 views
Enter key not behaving in normal way by opening a new window to upload a file when cursor is placed on the control  . Even binding a javascript onkeypress event on the control is also not working .... Help needed
Shah
Top achievements
Rank 1
 answered on 20 Dec 2013
1 answer
356 views
Hi,

I am using Telerik.Web.UI 2011.1.413.40 in .net framework 4.0 for Multiselect RadComboBox but it doesn't show the checkboxes. It is only displaying the text just like normal dropdown.
I am using the same code as given in demo(http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx)

Please help me to understand the issue why checkboxes are not displaying in dropdown.

Thanks & Regards,
Pradeep

Shinu
Top achievements
Rank 2
 answered on 20 Dec 2013
1 answer
109 views
Hi,

We found that WebResource.axd is taking much time to load when telerik radgrid is place on aspx page. Please find attach developer tool SS, which shows time latency in milliseconds.

And also we found that Telerik.Web.UI.WebResource.axd content is about 1.5 MB. Can we reduce the size of this x-javascript?

Regards,
Kumar
Radoslav
Telerik team
 answered on 20 Dec 2013
1 answer
87 views
Hello Gurus,

     i am using RadTimePicker in my project, i have appointment date and appointment time.
Scenario : if i select date as today, then RadTimePicker time should be more than current time.
     For eg : if the current time is 10'O clock, the RadTimePicker time should be start with 11:00  
(Attached a screenshot)
 
 
<telerik:RadDatePicker runat="server" ID="RadDateAppointment" Width="200px" Skin="Metro" >
            <Calendar ID="Calendar5" runat="server" Skin="Metro" EnableKeyboardNavigation="true">
            </Calendar>
            <DateInput ID="D" runat="server" DisplayDateFormat="dd MMM yyyy" DateFormat="dd MMM yyyy"
                EmptyMessage="dd/mm/yyyy" >
            </DateInput>
        </telerik:RadDatePicker>
 
<telerik:RadTimePicker ID="RadTimePickerAppointment" Width="110px" Skin="Metro" runat="server">
            <DateInput ID="DateInput1" runat="server">
            </DateInput>
            <TimeView ID="TimeView1" runat="server" CellSpacing="-1">   
            </TimeView>  
     </telerik:RadTimePicker>

Thanks in Advance.

    Prasanth

     
Shinu
Top achievements
Rank 2
 answered on 20 Dec 2013
6 answers
405 views

I'm loading ralistbox items from db and I have all 4 buttons working but when I do a single transfer to right or left it gives a js error object reference not set to an instance of an object but it updates correctly on db, but due  to this error I have to refresh the page.

if (e.Items.Count == 1 && e.SourceListBox == RadListBox1)// if selected item count is 1 and sourcelistbox is Radlistbox1
            {
 
                SelectedItem.Append("<li> Texto : " + e.Items[0].Text + " ID : " + e.Items[0].Value + "</li>");
                BLL.Patrocinadores.Adicionar1PatrocinadorAoAtleta(id_atleta, id_patrocinador); // add one sponsor to user
                lblTransfer.Text = SelectedItem.ToString();
                ActualizarListas();
                // mensagem = lblTransfer.Text;
 
                //   logger(mensagem);
 
            }
 
// getting id with
 
 id_patrocinador = Convert.ToInt32(RadListBox2.SelectedValue.ToString());

any idea for fix?

Troika
Top achievements
Rank 1
 answered on 20 Dec 2013
5 answers
1.4K+ views
Hi all!

I've a RadGrid with a detail table collapsed by default.

I noticed that my fist click to expand the detail table doesn't works. No matter where is the first click, I just have to click in the expand one type in any row. That click doesn't works but all following clicks do work.

I debugged and notice that a postback is made in the first click, thus I don't understand why, even with a postback, the grid doesn't update showing the detail table.
Maria Ilieva
Telerik team
 answered on 20 Dec 2013
4 answers
397 views
I use this code to display different divs in RadWindows:

var wnd = window.radopen(null"modalWindowWithContent");
wnd.set_contentElement($get(contentElement));
wnd.setSize(wndWidth, wndHeight);
wnd.center();
return wnd;

where contentElement is the names of the divs.

AT the first time all works perfect but at the second (and further) time the RadWindow opens but with a blank content. I see in the Firebug that the content of the second div is loaded in the content of the first loaded div and this content (the first) is unvisible.

How can I fix it?


Marin Bratanov
Telerik team
 answered on 20 Dec 2013
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?