Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
77 views
Hello,
I am using Q1 2009 DLL,

My problem is, I can view Advanced form pop-up by setting modal property to true.
But when I create template for insert/ edit, I cant view them in Pop-up.
Why is it so ??

Please provide solution

Thank You!!!
Ashish Sapkale
Top achievements
Rank 1
 answered on 17 Sep 2009
1 answer
96 views
I am using the form decorator and in IE8 I see my buttons on the page and then they blink into the skinned version. In IE7 the blink happens faster, but it's still there... I have just finished installing the lastest version of rad controls, hoping that would fix my issue - it does not. The odd thing is that on your demo page, the buttons don't show at first then the skinned versions appear. I looked at the source, and it doesn't look like your doing anything special to hide them in code behind or HTML. The only forum posts I can find on the subject are from 2008 so I'm not clear if this is a generally accepted issue or not. I have fixed the padding issue using css, but I still have the blinks. Help.

Chris
Martin
Telerik team
 answered on 17 Sep 2009
1 answer
61 views
Hi,
     Greetings. We are using Telerik Treeview with check box functionality. We need to make some Ajax calls when we uncheck the check box for doing some validations. Can you please provide me with some code sinppets on how to achieve that functionality.

Thanks
Hemangajit
Shinu
Top achievements
Rank 2
 answered on 17 Sep 2009
1 answer
169 views
Dear Telerik Team,
Thank you for your support .
I use RadGrid with popup edit form.Its works fine.My issue is when I set modal=TRUE for popup, the whole window greys out.I search this topic in forum.but the answer doesn't works.please advise me to handle this sitution.Thanks in advance.Hope the best solution from you soon.Below is the code.HereWith I also attach the screenshot of my situation.I didn't  use any grouping or scrolling in my grid.

 var popUp;  
   function PopUpShowing(sender, eventArgs)  
   {  
       popUp = eventArgs.get_popUp();  
       var windowHeight = document.body.offsetHeight;  
       var windowWidth = document.body.offsetWidth;  
       var popUpWidth = popUp.style.width.substr(0,popUp.style.width.indexOf("px"));  
       var popUpHeight = popUp.style.height.substr(0,popUp.style.height.indexOf("px"));  
       popUp.style.left = (Math.floor((windowWidth - popUpWidth)/2)-10).toString() + "px";  
       popUp.style.top = (Math.floor((windowHeight - popUpHeight)/2)).toString() + "px";  
   }  

 <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" >
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                    <telerik:AjaxSetting AjaxControlID="RadGrid1">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>

           
            <telerik:RadGrid  ID="RadGrid1" runat="server" Skin="Vista" Style="left: 16px; position: absolute;
                top: 112px" AutoGenerateColumns="False" DataSourceID="SqlDataSource1" GridLines="None" AllowAutomaticUpdates="false" AutoGenerateEditColumn="false">
                <MasterTableView ClientDataKeyNames="sno" DataKeyNames="sno" EditMode="PopUp"  DataSourceID="SqlDataSource1">
               
                    <Columns>
                        <telerik:GridEditCommandColumn ButtonType="ImageButton">
                        <ItemStyle CssClass="MyImageButton" />
                       
                        </telerik:GridEditCommandColumn>
                                       <telerik:GridBoundColumn DataField="companyname" EditFormColumnIndex="0" HeaderText="Company Name" UniqueName="companyname" ColumnEditorID="GridTextBoxColumnEditor1" Visible="false">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="firstname" EditFormColumnIndex="0" HeaderText="First Name" UniqueName="firstname" ColumnEditorID="GridTextBoxColumnEditor2">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="lastname" EditFormColumnIndex="0" HeaderText="Last Name" UniqueName="lastname" ColumnEditorID="GridTextBoxColumnEditor3">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="worktitle" EditFormColumnIndex="0" HeaderText="Work Title" UniqueName="worktitle" ColumnEditorID="GridTextBoxColumnEditor4">
                        </telerik:GridBoundColumn>
                         <telerik:GridBoundColumn DataField="department" EditFormColumnIndex="1" HeaderText="Dept" UniqueName="department" ColumnEditorID="GridTextBoxColumnEditor8">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="businessphone" EditFormColumnIndex="1" HeaderText="Off. Phone" UniqueName="businessphone" ColumnEditorID="GridTextBoxColumnEditor5">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="cellphone" EditFormColumnIndex="1" HeaderText="Mobile" UniqueName="cellphone" ColumnEditorID="GridTextBoxColumnEditor6">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="decisionrole" EditFormColumnIndex="0" HeaderText="Decision Role" UniqueName="decisionrole" Visible="false" ColumnEditorID="GridTextBoxColumnEditor7">
                        </telerik:GridBoundColumn>
                      
                        <telerik:GridBoundColumn DataField="homephone" EditFormColumnIndex="1" HeaderText="Home Phone" UniqueName="homephone" Visible="false" ColumnEditorID="GridTextBoxColumnEditor9">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="email"  EditFormColumnIndex="1" HeaderText="Email" UniqueName="email">
                        </telerik:GridBoundColumn>
                        <telerik:GridBoundColumn DataField="sno" HeaderText="S.No" ReadOnly="true" UniqueName="sno" Visible="False">
                        </telerik:GridBoundColumn>
                    </Columns>
                   <EditFormSettings PopUpSettings-Modal="true"  ColumnNumber="2" PopUpSettings-Height="200px" PopUpSettings-Width="400px">

                   <EditColumn UniqueName="EditCommandColumn1">
                  
                   </EditColumn>
                   </EditFormSettings>
                  
                </MasterTableView>
                <ClientSettings >
               <ClientEvents OnPopUpShowing="PopUpShowing" />
                    <Selecting AllowRowSelect="True"  />
                    <Scrolling AllowScroll="false"/>
                </ClientSettings>
            </telerik:RadGrid>


Shinu
Top achievements
Rank 2
 answered on 17 Sep 2009
2 answers
119 views

Hi,

I am using telerik radgrid “RadControls ASPNET AJAX 2009” .  Everything is ok with grid when I use IE6 and IE7 but when I user IE8 I get the problem of overlapping of data to other columns. Please  provide me solution whether it’s a browser compatibility issue or something I have done wrong.

brijendra gtm
Top achievements
Rank 1
 answered on 17 Sep 2009
2 answers
143 views
I am working on a web app in which we have several fields that are technically free-text, but we want the users to reuse values already in the database if possible to avoid retyping, typos, duplication, etc. For this, I am trying to use the combobox with a substring filter. The problem I am running into is this: I do not want the dropdown to appear when the user clicks in the textbox, but I do want it to appear when they type something and the list is being filtered. Kind of like the Google suggest, but without the server round-trip. The way the Infragistics combobox works with filtering is basically what I am looking for. Is there a way to get this done with the Telerik combobox? Or can I get what I am looking for with another control?

Another thing I want to be able to do with a combobox is to require that the user pick one of the items, but still have the filter "lookup" capability. So basically they would still be able to type in whatever they want, but maybe when tabbing off some client-side validation would kick in.

Or, more generally, what controls/solutions do you use for the following situations:

 - select from a small/medium list
 - select from a large list
 - select from a small/medium list with optional free-text
 - select from a large list with optional free-text
 - what if select is preferred over free-text?


Thanks to anyone for input.
Gus Oakes
Top achievements
Rank 1
 answered on 17 Sep 2009
1 answer
129 views
I have sort of mentioned this in another post but, I think I need to explain it better and focus my post... I apologize for somewhat double posting. 

I have a requirement of needing InPlace editing (similar to a excel spreadsheet) but, Form based editing if the user double clicks the row.  The default state of the grid would be to allow editing in the fields but, if the user double clicks the row, the grid is replaced by an edit form for that row.

To further complicate things, the edit form will need to cycle through the grid on tabs (if the user presses tab on the last field in the edit form, it will display the data from the next row in the form... If no row exists, it will create a new row)

Any thoughts on how to approach this using as much of the built in grid functionality as possible.

- Thanks.
ram+telerik S
Top achievements
Rank 1
 answered on 16 Sep 2009
1 answer
114 views
This is my code for RadPanelBar which is in usercontrol:

            <Telerik:RadPanelBar runat="server" ID="RadPanelBar1"
            Width="100%" DataValueField="SomeVal" DataTextField="Name" >
            <CollapseAnimation Duration="100" Type="None" />
            <ExpandAnimation Duration="100" Type="None" />            
            <Items>
                
            </Items>
            </Telerik:RadPanelBar>  

UserControl Page_Load

            RadPanelBar1.ExpandMode = PanelBarExpandMode.SingleExpandedItem
            RadPanelBar1.DataFieldID = ""
            RadPanelBar1.DataFieldParentID = "Number"
            RadPanelBar1.DataSource = SomeObject
            RadPanelBar1.DataBind()


   Private Sub RadPanelBar1_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadPanelBarEventArgs) Handles RadPanelBar1.ItemDataBound
        Dim ChlRadPanelItem As New RadPanelItem
        ChlRadPanelItem.Value = "Something"
        ChlRadPanelItem.ItemTemplate = New ItemTemplate()
        RadPanelBar1.Items.Add(ChlRadPanelItem)
    End Sub

Problem: PanelBar showing all items expanded
Sunny
Top achievements
Rank 1
 answered on 16 Sep 2009
2 answers
128 views
I'm evaluating using RADGrid for a project, and am having trouble finding out whether inplace editing is supported in a strictly client-side basis (i.e., with clientside databinding, and no UpdatePanels in the background). Is this possible? I've tried adding a GridEditCommandColumn, which does not seem to fire off properly in a working clientside databound example I'm working with.

Thanks in advance!
Jang-Soo Lee
Top achievements
Rank 1
 answered on 16 Sep 2009
6 answers
1.3K+ views
Hi

Can anyone tell me how I can style the RadDatePicker using style sheets? When I try to set the width and font size it makes no difference at all.

Thanks

Colin
Stephanie
Top achievements
Rank 1
 answered on 16 Sep 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?