Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
123 views
Hello I am trying to add DockZone to DockLayout diagrammatically but it doesn't in online example it doesn't show how to do that,

I am trying to do the following

Layout.Controls.Add(zone);

but after that it still have RegisteredZones.Count =0

any help is very appreciated.
Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 13 Oct 2008
7 answers
293 views
Hi

I want to customise the default skin for the date time picker. I changed the Input.Default.css file and the set the useEmbeddedskins property to false. The date text box is not displaying properly and this is because the background image for the textbox is missing. I can see the image in the DatePicker folder in the skins directory but I cannot find a css file for the date picker that actually tells the datepicker to use this as a background. The calendar part is not displaying properly either. I have included the calendar.css file in my page but the images are not displaying properly.

Please can you tell me what i have done wrong. You can see the page here
http://84.92.22.217/SureTrack2/Tracking/TrackingMap.aspx

thanks a lot
andrea
Iana Tsolova
Telerik team
 answered on 13 Oct 2008
1 answer
54 views
Hi, I want to use a RadWindowManager on my page with a LoginView and have a button in the anonymous template that opens a RadWindow with the login control for unauthenticated users.  When I test the page without the LoginView it works fine, but once the button is added to the LoginView template it will no longer open the RadWindow.  I've searched the forums for an answer but am coming up blank.  Any suggestions on how to enable this?
Georgi Tunev
Telerik team
 answered on 13 Oct 2008
1 answer
103 views
Hi,

I had a working grid which i could insert/edit/update with the default options. I have added a combo box with the following code. Since then the form works to view and it adds new records brilliantly but it just does nothing when i click on the edit button of the row. If i take out the selectedvalue property it will allow you to edit but it will not update the database. I am using a LinqDataSource with my Grid and a second LinqDataSource for the values in the combo box, all automatic, no background coding.

<telerik:GridTemplateColumn HeaderText="Campus"
                            <ItemTemplate> 
                                <%#Eval("Campus") %> 
                            </ItemTemplate> 
                            <EditItemTemplate> 
                                <telerik:RadComboBox ID="CampusCombo" runat="server" DataSourceID="CampusData"  
                                    DataTextField="CampusName" DataValueField="CampusName" 
                                    Selectedvalue='<%#Bind("Campus")%>'
                                </telerik:RadComboBox> 
                            </EditItemTemplate> 
                        </telerik:GridTemplateColumn> 

Any help would be appreciated.

Thanks,

Daniel
Sebastian
Telerik team
 answered on 13 Oct 2008
1 answer
76 views

Hi ,

We are using RadTabStrip and  RadMultiPage to show 9 tabs. All tabs are user controls. Whenever user clicks any tab , the request should go to the database to fetch the data. All the tab should be loaded on demand and with partial post back. Could you pls let me know how to write the code for this. If would be great help if you could send me some sample code.I'm new to this telerik controls.

Paul
Telerik team
 answered on 13 Oct 2008
1 answer
89 views

I have a Radgrid with one GridClientSelectColumn and  two GridBoundColumns . The problem is the following:

when you click on a cell on the right column, it unchecks all checked boxes in the left column EXCEPT for the checkbox in the row that you clicked. Clicking on the right column should not do anything; users should have to click the checkbox to select or unselect a feed.

When a user click on the colum that contains the name of the FEED, it unselects everything else. Can I disable clicking for a column? Sort of like enabled =false does for a ASP.net control. Please help

Yavor
Telerik team
 answered on 13 Oct 2008
2 answers
126 views

I am working on an AJAX page with two radgrid controls.
The update response times for the two controls are very different, one short , one very long.
No matter how I hook up grids the ajax update of both controls is determined by the longest delay.

I have the controls on two separate RadAjaxPanels and I have created two buttons to use javascript to separately fire an ajaxManager.ajaxRequestWithTarget for one or the other RadAjaxPanel.

ie button 1 fires panel 1 holding grid 1
   button  2 fires panel 2 holding grid 2

No matter which panel is fired, both data requests are made and the page waits for the longest to complete before updating anything.  Oddly, only the appropriate grid actually updates, but the data for the other grid must be cached, since clicking the other button updates the page without another data request.

I need these controls to be truly independent, or else why bother with Ajax at all.

Does anyone have an example of page where the controls are truly independent?

Mark
Top achievements
Rank 1
 answered on 13 Oct 2008
1 answer
97 views

I have a Radgrid with one GridClientSelectColumn and  two GridBoundColumns . The problem is the following:

when you click on a cell on the right column, it unchecks all checked boxes in the left column EXCEPT for the checkbox in the row that you clicked. Clicking on the right column should not do anything; users should have to click the checkbox to select or unselect a feed.

When a user click on the colum that contains the name of the FEED, it unselects everything else. Can I disable clicking for a column? Sort of like enabled =false does for a ASP.net control. Please help

Yavor
Telerik team
 answered on 13 Oct 2008
1 answer
185 views
Hi All!

I have a CheckBox, which must enable/disable RadColorPicker on client.

<asp:CheckBox ID="CheckBoxCreateDefaultPage" runat="server" Checked="true" onclick="CheckCreateDefaultPage(this)" /> 
<telerik:RadColorPicker ID="RadColorPicker1" runat="server" ShowIcon="true" ShowEmptyColor="false" /> 

and JavaScriptFunction:

            function CheckCreateDefaultPage(sender) {  
                var state = sender.checked;  
                var colorPicker = $find("<%= RadColorPicker1.ClientID %>");  
                colorPicker.set_enabled(!state);  
            }  
 

But I dont get any changes on RadColorPicker enabling.

What I forget? Or what wrong I do?
Svetlina Anati
Telerik team
 answered on 13 Oct 2008
4 answers
255 views
Hi,
my grid has a Delete Column & an Edit Column..

At runtime, i enabled=False & text="" these columns for certain rows within the grid_ItemDataBound.
This works great, except, when i drag a column to use as group (still fine), and then minimize one of the groups, all the column buttons are visible.
If i then refresh the grid, my enabled/disabled columns are how i want again.

It seems to ignore the grid_ItemDataBound for the group minimize / maximize.

Any ideas please ?
Mark
Sebastian
Telerik team
 answered on 13 Oct 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?