Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
265 views

I have a ComboBox that utilizes LoadOnDemand. Everything works fine if the user types in their input, waits for the combo box to finish loading, then submits the page. But if the user changes their input before the comboBox has finished loading and then tries to submit the page, the following error appears:

 

RadComboBox: load on demand callback error. Press Enter for more information.

 

Then when you click OK, it redirects you to a page that says that you may need to use an ExternalCallBackPage. I have tried it with the ExternalCallBackPage and the same thing happens. Is there any way around this issue?

Simon
Telerik team
 answered on 19 Nov 2008
4 answers
202 views
Hello,

 I was trying to implement radgrid with grouping and with client side selecting of all items in group after checking header of group. So I was wandering if there is some way how to implement this behavior easily.
 Is there any template for GroupHeaderItem so that I can add GridClientSelectColum in it, or something like this?

Thank you
Jan
Mike
Top achievements
Rank 1
 answered on 19 Nov 2008
3 answers
173 views
I want to display just the select box, select button and clear button of the upload control as I will only ever need just the one upload section.  How can this be done ?
Acadia
Top achievements
Rank 1
Iron
 answered on 19 Nov 2008
1 answer
150 views
I have a user control with a few combo boxes and a standard asp.net Datalist control.  My AJAX manager is on  a master page so ive placed an AJAX manager proxy on the user control.
Ive then added the combos and RadAjaxPanel to the ajax proxy manager.

The combos seem to work ok and have partial postbakc, but when I databind the Datalist, I get a full page postback.  The Datalist is inside the RadAjaxPanel, so shouldnt this too have a partial postback or do I have to add something more ?
Maria Ilieva
Telerik team
 answered on 19 Nov 2008
5 answers
240 views

Hi, all i want to do, is to know if  a checkbox is checked or not in every row of my grid, with the grid of visualstudio 2005 i ran this code when i clicked a button

    Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
        For index As Integer = 0 To Me.GridView1.Rows.Count - 1
            Dim Valida As CheckBox = CType(Me.GridView1.Rows(index).FindControl("ColSel"), CheckBox)
            If Valida.Checked Then
               'do something
            End If
        Next
    End Sub

in aspx i define the checkbox column like this

<telerik:GridTemplateColumn UniqueName="RevCol">

 

 

<ItemTemplate>

 

 

<asp:CheckBox ID="CheckBox1" runat="server" />

 

 

</ItemTemplate>

 

 

<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />

 

 

 

</telerik:GridTemplateColumn>

then i convert to vb this code, than you posted in some thread

protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) 
    { 
                foreach (GridDataItem item in RadGrid1.MasterTableView.Items) 
                { 
                    CheckBox chk = (CheckBox)item.FindControl("CheckBox1"); 
                    if (chk.Checked) 
                    { 
                        Label lbl = (Label)item["Cool"].FindControl("Label1"); 
                        lbl.Text = DropDownList1.Text; 
                    } 
                }          
    } 

this is the result

 

Protected Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
    For

 

Each item As Telerik.Web.UI.GridDataItem In RadGrid1.MasterTableView.Items

 

 

        Dim chk As CheckBox = CType(item.FindControl("CheckBox1"), CheckBox)

 

 

        If chk.Checked  Then

 

 

 

            'do something

 

 

        End If

 

 

    Next

 

End Sub

 

this code is running, but even with all rows checked in the command IF allways the result is false, can you help me please, what i doing wrong.

sorry for my english, i still working on it

Thanks in advanced...

Princy
Top achievements
Rank 2
 answered on 19 Nov 2008
1 answer
127 views
Hello!

I have a weird situation and I can't figure out why it is happening. We have a web page containing a hierarchical RadGrid. The grid is configured so that the pager allows the user to enter the page size. That's it, by default the page size is 25 (master rows) but the user can modify it.
The weird problem is that sometimes, after the user changes this value, the grid remains unchanged. The grid is placed inside a RadAjaxPanel having a RadAjaxLoadingPanel associated (displaying a progress bar). When changing the page size is not working, the loading panel is also not working (that's is, the progress bar is not visible).
As I said, this behavior seems to be completely random. If I close the page and run again the solution there are chances that things will work fine.
Do you have any ideea why this happens? Have you ever met such a situation? Maybe should I reinstall / repair Telerik controls?

Thanks, any suggestion is appreciated!
Sebastian
Telerik team
 answered on 19 Nov 2008
1 answer
82 views
HI
here in the page http://demos.telerik.com/ASPNET/Prometheus/Splitter/Examples/SaveLoadStateOnServer/DefaultCS.aspx
session value (position of splitter)is stored in button_click rather i need it automatically that session will hold the last position of splitter and maintain that value even after redirecting to other page.
Any suggestiopn plz.............
Svetlina Anati
Telerik team
 answered on 19 Nov 2008
1 answer
75 views
Hi, is there a way to localize the string "Delete" of the linkbutton generated automatically by the grid when the autogeneratedeletecolumn is true?
Daniel
Telerik team
 answered on 19 Nov 2008
1 answer
155 views
I have Q3 2008 rad ajax controls.

On the radmenu, it is having conflicts with my stylesheet.

I have tried several of the built-in skins and when I use them, the dropdown text is white, and such and I am not altering the skin styles.

But I do have a site stylesheet and suspect it is conflicting with the menus.

I had to remove my <li> style because that was really messing it up.

What can I do to get the menu style to ignore my stylesheet styles?

thanks.

Moon
Alex Gyoshev
Telerik team
 answered on 19 Nov 2008
2 answers
126 views
Hello mr Telerik

I am using raddocks in the free floating mode (not using dockzones) and would like to have an option to disable the dragmode of the docks (IsPinned = true). However this seems to lock the docks in screen coordinates and not in relation to the document. So when the page is scrolled the docks are stationary in screen coordinates but the rest of the document is scrolled behind. How would you suggest I pin the docks within the document and not in screen space?

Thanks
Johnny Andersen
Top achievements
Rank 1
 answered on 19 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?