Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
75 views
Hi,

I have a grid with EditFormMode as 'FormTemplate'. In this form I have a radcombobox which I am populating on 'InitInsert' command.
When I have the item in edit mode and I navigate to next page in tge grid, the new item in edit mode is displayed but the combo box items are disappearing.

How do I get around this issue?

Brindavan
Sebastian
Telerik team
 answered on 02 Mar 2009
2 answers
112 views
Sir,
     plz, tell me How to download SP2 and SP3 2008 of telerik radcontrols. urgently as soon as possible

Shabbir
Top achievements
Rank 1
 answered on 02 Mar 2009
3 answers
162 views


   Hello All,
          
                 I have done the databinding part of vertical RadGrid through hardcoded datatable, but I cannot do the paging for the same.The website provides  us the Row Paging but I want to do the Column Paging .Please suggest me the answers.



Thanks in advance
Regards,
Ritzie
Sebastian
Telerik team
 answered on 02 Mar 2009
1 answer
155 views
Hello,
I have a rad grid in a usercontrol with 3 levels of hierarchy as shown bellow, 

<rad:RadGrid ID="RadGrid1" runat="server" DataSourceID="SqlDataSource1" OnItemDataBound="OnGridItemDataBound" 
    EnableViewState="true">  
    <MasterTableView DataSourceID="SqlDataSource1" DataKeyNames="SpecialismeNaam" AllowMultiColumnSorting="True" 
        EnableViewState="true">  
        <DetailTables> 
            <rad:GridTableView DataKeyNames="CareType" DataSourceID="SqlDataSource2" Width="100%" 
                runat="server">  
                <ParentTableRelation> 
                    <rad:GridRelationFields DetailKeyField="SpecialismeNaam" MasterKeyField="SpecialismeNaam" /> 
                </ParentTableRelation> 
                <DetailTables> 
                    <rad:GridTableView DataKeyNames="Indicator" DataSourceID="SqlDataSource3" Width="100%" 
                        runat="server">  
                        <ParentTableRelation> 
                            <rad:GridRelationFields DetailKeyField="CareType" MasterKeyField="CareType" /> 
                        </ParentTableRelation> 
                    </rad:GridTableView> 
                </DetailTables> 
            </rad:GridTableView> 
        </DetailTables> 
    </MasterTableView> 
</rad:RadGrid> 


in the OnItemDataBound event handler, I replace the value of specific column cells with a suitable image,

        protected void OnGridItemDataBound(object sender, Telerik.WebControls.GridItemEventArgs e)  
        {  
            GridDataItem item = e.Item as GridDataItem;  
            if (item == null)  
            {  
                return;  
            }  
 
            if (item["Trend"] == null)  
            {  
                return;  
            }  
 
            int trenValue;  
            if (!int.TryParse(item["Trend"].Text, out trenValue))  
            {  
                return;  
            }  
 
            // Display image  
            item["Trend"].Controls.Add(GetCellArrowImage(trenValue));  
        } 


the images are displayed well, but the problem is when I expand a detail table, the images in the parent table disappear and appears in the child table, I want them to be displayed in all hierarchy levels.
Shinu
Top achievements
Rank 2
 answered on 02 Mar 2009
1 answer
157 views
Hi,

I have a main page, which has a tab strip wrapped within the ajax panel. The tab strip has 4 tabs. Each page view of tab is a user control. In my first control (first tab), i have added a RadWindowManager, which has only one RadWindow with client call back function, offelementid, navigate url, reload on show set to true,  and bahaviors - close and move. The navigate url of the rad window is a page in our site. When I first load the main page and click on a button to open the radwindow, it works as designed. Everything is great. Now I navigate to the next tab by click a button on the first tab user control ( the button is registered as post back control) and back to my previous tab. Now I click on the button to open the rad window, the window does not behave the same way, it showed initially- which means, the behaviors has refresh, minimize, maximize etc and it does not refresh on show.

Please suggest any ideas.

Thank you very much in advance.

Thanks
Manohar
Fiko
Telerik team
 answered on 02 Mar 2009
1 answer
123 views
Hi,

I corrected the post.

here

Best.
Sebastian
Telerik team
 answered on 02 Mar 2009
12 answers
352 views
I have a combobox with enableloadondemand.

On a postback the dropdown does not contain any value.
I want the dropdown to retain the values.

I was using Q3 earlier and with externalcallbackpage i never faced this problem.

Any suggestions?
illumination
Top achievements
Rank 2
 answered on 02 Mar 2009
1 answer
101 views
How can i set the border color for RadTimePicker Control. I tried setting the border color property, but it doesnot get changed.
I used the following code
<telerik:RadTimePicker ID="tpTime" BorderColor="#729ac2" Width="158px" runat="server">
</telerik:RadTimePicker>

Dimo
Telerik team
 answered on 02 Mar 2009
1 answer
62 views
Hello

I have a grid with 3 columns (Date, Qty, Note)
I use a FormTemplate to Edit.
Everything works fine.  However, when I enter the character < follow by a letter such as  <c  in the textbox and click update, it causes an error on the Internet Explorer page.

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500


It also gives the error on Inserts
Is this a bug, or am I doing something wrong?


Edit: Just tested this out in one of your online Grid Edit demos.  It causes to give an error saying the page is not found.
Daniel
Telerik team
 answered on 02 Mar 2009
2 answers
218 views
Hello
I have a dropdownlist with two options and one radgrid.  The dropdown list options are "populate radgrid with table A" and "populate radgrid with table B".  Basically, the radgrid  datasource is set and bound, depending on the selection in the dropdown (on form load).  That works absolutely fine. I enable sorting on the radgrid - this works absolutely fine too.


However, when filtering is enabled on the grid, it fails to filter at all.

I am not sure if I am going about this the incorrect way with the dropdown list. Maybe someone can provide an alternative method or a solution to the problem.  I believe the problem is that the filter result is overriden by the On Load even data population.

Any info. appreciated
Thanks
R

Sebastian
Telerik team
 answered on 02 Mar 2009
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?