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

Dear Sir,

 

I want to know that is there any control available in telerik which is similar to asp.net DetailsView where we can only Insert/Update record.

 

I know that in telerik grid we can insert as well as update nicely but it always comeup with multiple row.

Shinu
Top achievements
Rank 2
 answered on 01 Jul 2009
1 answer
99 views
Hi Gurus,
I am implementing a master-child relationship using the example at:
as my guiding-shining light.

The example retrieves the child data using a sql statement in the aspx page itself. We try to keep all our
data access restricted to the Data layer. Therefor we have a stored procedure to fetch that data
for the child table. But I am unsure as to how to hook up the child grid to the stored proc in our data access layer ...

Any pointers?

Ok .. i think I found the answer here:

Yavor
Telerik team
 answered on 01 Jul 2009
2 answers
106 views
I'm using a vertical splitter (2008 Q3 1105 in IE7or IE8, non-IE browsers are OK) and find that when I use AJAX to change the contents of the right-hand pane I sometimes get textboxes that cannot be clicked on to enter text. All others controls on the page are clickable and even the auto-complete works on the textboxes but it isn't possible to get a cursor into the textbox or enter any text into it.

The problem seems to be connected with the RadComboBox control, as the only way to reliably reproduce the fault is to load a page in the right-hand splitter pane that uses a RadComboBox, then, using AJAX, reload the right-hand splitter pane with a page that contains textboxes.

I've seen posts on the internet that transparent divs over the page might cause this but we have none of those on the page. Could the RadComboBox be inserting one?

Do you have any ideas what might cause this problem or anything I might be able to try?
Svetlina Anati
Telerik team
 answered on 01 Jul 2009
1 answer
138 views
Hello Friends,

I have a Hierarchical Rad grid which contains 4 level of Hierarchy.

On the 2nd, 3rd and 4th Hierarchy of grid, there is a template column which contains one imagebutton.

My requirement is to hide the imagebutton on the last row of  each hierarchical grid.

I had tried on Page_Pre-render event using

              ImageButton downButtonPosition = (ImageButton)radgrid.MasterTableView.DetailTables[0].Items[radgrid.MasterTableView.DetailTables[0].Items.Count - 1].FindControl("ibtnDown");

Now to retrieve last row of DetailTable of Radgrid and On Which event i can get it?

Thanks in Advance
Shinu
Top achievements
Rank 2
 answered on 01 Jul 2009
1 answer
115 views
Hello Friends,

I have a Hierarchical Rad grid which contains 4 level of Hierarchy.

On the 2nd, 3rd and 4th Hierarchy of grid, there is a template column which contains one imagebutton.

My requirement is to hide the imagebutton on the last row of  each hierarchical grid.

I had tried on Page_Pre-render event using

              ImageButton downButtonPosition = (ImageButton)radgrid.MasterTableView.DetailTables[0].Items[radgrid.MasterTableView.DetailTables[0].Items.Count - 1].FindControl("ibtnDown");

Now to retrieve last row of DetailTable of Radgrid and On Which event i can get it?

Thanks in Advance

Shinu
Top achievements
Rank 2
 answered on 01 Jul 2009
1 answer
114 views
Hi, I'm using a radgrid inside my application and I would like to open a new window when I double-clicked a row to show more info about that "item". 

 I'll appreciate your help in advance
Daniel
Shinu
Top achievements
Rank 2
 answered on 01 Jul 2009
1 answer
90 views
Hi:
I need some means to notify my parent page that the RadWindow has returned and the data has changed, so that I may reload the data.
Any suggestions?
Phil
Horton ... were here ...
Phil
Top achievements
Rank 2
 answered on 01 Jul 2009
4 answers
185 views
situation like this:
http://p13.freep.cn/p.aspx?u=v20_p13_p_0906291432043261_0.jpg


In main page (sharepoint, used masterpage, page1) , webpart (yellow zone) loads another page (page2).

page2 popup a  radwindow (page3).

Will this radwindow (page3) be block in the webpart zone (yellow zone)? or can be moved out of this zone?

And this radwindow (page3) will popup in screen center? or in yellow zone center?

I try popup window from a page which only used masterpage,  good effects! But sharepoint+masterpage+webparts, I don't know.

Thanks.
Airad
Top achievements
Rank 1
 answered on 01 Jul 2009
4 answers
210 views
I created a usercontrol that contains an enabled load on demand radcombobox.
<div>
<telerik:RadComboBox ShowMoreResultsBox="true" EnableLoadOnDemand="True" EnableVirtualScrolling="true" 
                //set other properties >
                </telerik:RadComboBox>
            </div>

This usercontrol uses to edit data on a radgrid same as your sample.

<telerik:RadGrid //set properties >
            <MasterTableView //set properties >
                <Columns>
                    //My Columns....
                </Columns>

                <EditFormSettings UserControlName="sampleUserControl.ascx" EditFormType="WebUserControl">
                    <EditColumn UniqueName="EditCommandColumn1">
                    </EditColumn>
                </EditFormSettings>
            </MasterTableView>
        </telerik:RadGrid>

when click on combobox on grid, I get "The target xxx$radcombox1' for the callback could not be found or did not implement ICallbackEventHandler."
please help me to solve it.
tparus
Top achievements
Rank 1
 answered on 30 Jun 2009
1 answer
252 views
Hi

I have a page where dinamically load a usercontrol when a menu item is clicked:

Protected

 

Sub menu_MenuItemClick(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.MenuEventArgs) Handles Tabs.MenuItemClick

 

 

 

Dim

 

ucName As String = ""

 

Select

 

Case menuTabs.SelectedValue

 

 

Case "A"

 

ucName =

"~/UserControlA.ascx"

 

 

Case "B"

 

ucName =

"~/UserControlB.ascx"

 

 

End Select

 

 

 

'phCurrentUC is a placeholder control

 

phCurrentUC.Controls.Clear()

 

If Not String.IsNullOrEmpty(ucName) Then

 

 

 

 

 

 

Dim ucToLoad As Control = LoadControl(ucName)

 

phCurrentUC.Controls.Add(ucToLoad)

 

 

End If

 

 

 

End Sub

 


In both usercontrol there is a RadComboBox with EnableLoadOnDemand set to true.

 

When click on combobox, I get "The target xxx$radcombox1' for the callback could not be found or did not implement ICallbackEventHandler."
Both usercontrol work great if are defined statically in the page.
Please could you help me to solve it?

Cristian
tparus
Top achievements
Rank 1
 answered on 30 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?