Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
112 views
Trying to run the sample from http://www.telerik.com/community/forums/thread/b311D-mbmmh.aspx

I am not getting any update. Also my code hints show attributes on the RadEditor as invalid.

SaveInFile="false"
showsubmitcancelbuttons="false"
ShowHtmlMode="false"
ShowPreviewMode="false"

These are all invalid. I am trying to use the RadEditor to add content through a RadWindow interface.
Rumen
Telerik team
 answered on 13 Aug 2008
0 answers
86 views
Hi,

I want to set ChildGroupHeight property of PanelItem using javascript... Is ChildGroupHeight takes percentage height? i found its not working when i set it using percentage... But its working when i set using pixel

Would be of great help if anyone could provide some help.Thanks.

Rokan
Rokanuzzaman
Top achievements
Rank 1
 asked on 13 Aug 2008
2 answers
222 views
Hi,

I cant seem to see an answer to this question - is it possible to databind a DataSet to the RadChart when my XAxis plots DateTime values and the YAxis plots double values?  All I can see if that if plotting DateTime values, you have to convert to OA Date format which seems to suggest you cannot use databinding.

Please could you confirm.

Thanks.
Jonathan
Top achievements
Rank 1
 answered on 13 Aug 2008
3 answers
174 views
Hi all, 
I have a web application where i am using rad spell. This application has several users where each user can write some text and add to dictionary if a certain word is not correct.
My issue is if user A writes "asdf" and pressed add to dictionary, then if user B writes afterwards "asdf" it will not show him an error since user A has added it to the dictionary. Is there a way that each user can have his/her own dictionary. I dont want user B to get an ok on a word that user A has added to the dictionary.
Rumen
Telerik team
 answered on 13 Aug 2008
1 answer
134 views
Hi,

I am using radeditor to display my data in a tablular format as shown in below,

<

telerik:RadEditor ID="RadEditor1" runat="server" Width="100%" >
<Content>
    <table>
        <tbody>
            <tr>
                <td>hjhkjhkjhkjlh </td>
            </tr>
        </tbody>
    </table>
</Content>
</telerik:RadEditor>

I have not specified any border or border styles for the table tag, even though editor is displaying the table with thin line dashed-border.  The same behaviour been observed in www.telerik.com/demos as well.

Is there any possible way to remove these styles. I wanted to display the data in tabular format without any borders.

Rumen
Telerik team
 answered on 13 Aug 2008
3 answers
362 views
Hi

I am using a RadPanelbar and in the <ItemTemplate> i am using the Literal. so in C# how can i access the literal.

it will be  RadPanelbar.FindControl("ABC")  but don;t know the c# code for declaring the instance.

Thanks
Ricky
Chase Florell
Top achievements
Rank 1
 answered on 13 Aug 2008
4 answers
128 views
Hi,

I'm creating a RadGrid on the Page_Init phase. It cotains both temlate columns and ordinary ones. I have problems with one of the template columns.

Here is the code that instantiates the templates (creating a button and a placeholder):
public void InstantiateIn(System.Web.UI.Control container)  
        {  
            // Info  
            ImageButton lbInfo = new ImageButton();  
            lbInfo.ImageUrl = Resources.UrlImages.Table_Info;  
            lbInfo.CommandName = COMMAND_INFO;  
            lbInfo.AlternateText = Resources.Glossary.Information;  
            lbInfo.DataBinding += new EventHandler(this.Info_DataBinding);  
            lbInfo.ID = "lbInfo";  
            container.Controls.Add(lbInfo);  
                      
            // Status  
            PlaceHolder phStatusHolder = new PlaceHolder();  
            phStatusHolder.DataBinding += new EventHandler(this.StatusHolder_DataBinding);  
            phStatusHolder.ID = "phHolder";  
            container.Controls.Add(phStatusHolder);  
 
            Literal lit = new Literal();   
            lit.Text = "ONLY TEST, THIS LABEL IS ALWAYS VISIBLE";  
            phStatusHolder.Controls.Add(lit);  
        } 
This works fine, my button is always visible.  The problem is that the StatusHolder_DataBinding is adding some images based on the data. This images are visible the first time, but disappears during postbacks (like clicking the button in the template).

Thanks for any help
Warnestam
Top achievements
Rank 1
 answered on 13 Aug 2008
2 answers
174 views
I have an asp button
 <asp:Button ID="btnInbox" runat="server" Text="Inbox" onclick="btnInbox_Click" />

In page load the button is made hidden
 btnInbox.Style.Add("display", "none");


in the asp menu item click i'm calling the script as
ScriptManager.RegisterStartupScript(this, this.GetType(), "AlertFunction", "DeleteInboxAlertMessage();", true);



<script language="javascript" type="text/javascript">
  function DeleteInboxAlertMessage()
  {
      if(confirm("Are you sure to delete the record(s)?")== true)
        {
         //Calling the server side code after confirmation from the user
          document.getElementById("btnInbox").click();
          }
  }
  </script>


and in the button click
the delete function is added aslo the grid rebind method is called.
But the delete is occurring but the grid refresh isnt working.
Its entering the NeedDataSource. But the grid is not refreshing.

Plz reply
kollam2003
Top achievements
Rank 1
 answered on 13 Aug 2008
1 answer
73 views
Hi all,

I have a table with more than 300.000 registers and I want to know which is the best way to implement databinding, pagin and filtering using the RADGrid?

If I'm pagging the grid and it only shows i.e. 20 regs per page and as a best practice I don't want to load all the 300.00 registers, what do you recommend?

If so, how can I only get the registers page by page? What kind of databinding should I use?

Thanks for your help!!

Regards,

Daniel Peralta


Vlad
Telerik team
 answered on 13 Aug 2008
3 answers
162 views
Hi,
    I am using Rad Window for asp.net ajax and i have set the Skin to Outlook now the problem is that i am not able to make the Icon which comes on the top left hand corner of the window to be visible false.

I tried making it visible false in the CSS file by adding the display:none attribute to the window icon but still it is not reflecting .

I am not sure whether i am doing it in the right place or there is something wrong  .PFB the code in the CSS file.

div.radwindow_Outlook

table.titlebarcontrols a.windowicon
{
background: transparent url('Window/Icon.gif') no-repeat left top;
width: 16px; height: 16px;
cursor: default;
margin: 6px 0 0 2px;
display: none;
}

Can anyone let me know what is the correct fix for the issue?

Thanks,
Avik.

Avik
Top achievements
Rank 1
 answered on 13 Aug 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?