Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
58 views
hi,

I can not find the package for sharepoint 2010 and sharepoint 2003 of rad editor. can you show me the link of them?

thanks,

Macro
vv
Top achievements
Rank 1
 answered on 17 May 2012
9 answers
212 views
I have created fully dynmic grid with item template as total all through programming code .
Now am facing a difficutly .. i have put a Update buton since i have textboxes where user can change input in dynamic grid
I TRY To update on onclickevent
but am not able to access grid at all 
grid.columns.count is alwazz null ..
i need to loop to get the dynamic ids ... but am not able to access to elements in dynamic grid .


protected void lnkUpdateAll_Click(object sender, EventArgs e)
        {
    for (int OuterCol = 1; OuterCol < gridCntrl.Columns.Count; OuterCol++) -->getting zero :( 
            {
                GridTemplateColumn templateColumn = new GridTemplateColumn();
              string templateColumnName = ds.Tables[0].Columns[OuterCol].ColumnName;

                for (int inner = 0; inner < gridCntrl.Items.Count; inner++)
                {
                    double total;
                    string id;
                    if (true)
                    {
                id = (gridCntrl.Items[OuterCol].FindControl(templateColumnName) as RadNumericTextBox).Text.ToString();
                        total = double.Parse((gridCntrl.Items[OuterCol].FindControl(templateColumnName)as RadNumericTextBox).Value.ToString()); ;

}
                      

                    }
 
Jayesh Goyani
Top achievements
Rank 2
 answered on 17 May 2012
3 answers
290 views
Hi Team Telerik,

On my page, I have 2 user controls (uc1) and (uc2). Both of them are placed inside the panel. This first user control (uc1) is having RadTabStrip. If user clicks on that it’ll allow uc2 to perform action and gets visible then. But, I was getting the full post back, which I don’t want to perform actually. I want that it should have partial post back instead of full page post back.
I have tried implementing this with "RadAjaxManager" to the page so that the entire user control (uc2) will get refreshed. But, when I click on the RadTabStrip which is been bounded programmatically in first user control (uc1), it throws a java script error message. Please refer following error message:
“Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.3; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; MS-RTC LM 8; InfoPath.3)
Timestamp: Sat, 28 Apr 2012 14:02:19 UTC
Message: 'EditModeStylectl00_cphLeft_ReportPage1_Filter1_FilterSte...' is undefined
Message: Object expected”

I am using the following code in Page_Prerender() event.
         RadAjaxManager manager = RadAjaxManager.GetCurrent(Page);
        manager.AjaxSettings.AddAjaxSetting(radAjaxPanel, radAjaxPanel);
I am not sure, what would be the exact reason behind it.
 It would be a really great if you could provide any help on this.

Thanks,
Maria Ilieva
Telerik team
 answered on 17 May 2012
3 answers
34 views
Hi,
i am facing the problem while moving the code from Design mode to Html Mode. please see the Generated code below
test telerik Editor<p>&nbsp;</p>Test
Thanks,
Rumen
Telerik team
 answered on 17 May 2012
1 answer
97 views
What I'd like to do is create a series of custom skins (3) and allow users to change the "look and feel" of the application by selecting from a dropdown list.  We currently have this working by pointing to the Telerik.web.ui.skins.dll which gives a complete list of skins.  Has anyone created their own skins and done what I have mentioned above?  Any help would be appreciated.

Rich
Bozhidar
Telerik team
 answered on 17 May 2012
1 answer
93 views
I want to position the TextBlock label for the YAxis2 closer to the actual chart (too much space imo).  I am not sure which attribute will do this (move label left).  Any help?
Petar Marchev
Telerik team
 answered on 17 May 2012
4 answers
106 views
Hello,

Am using vb.net
I have master table and detail table in Radgrid.
Now how to export only detail table records to excel & pdf?

Thank you
Jayanthi
Daniel
Telerik team
 answered on 17 May 2012
0 answers
163 views
Hi There,

I have sitemapnode like the following:

 <siteMapNode   title="Administration" description="System Administration">
      <siteMapNode url="~/Administration/test1.aspx" title="Test 1" description="Test 1" />
      <siteMapNode url="~/Administration/test2.aspx" title="Test 2" description="test 3" />
      <siteMapNode url="~/Administration/test3.aspx" title="Test 3" description="Test 3" />
    </siteMapNode>

    <siteMapNode url="~/Search/TestSearch.aspx" title="Search"  description="Test Search" />


I would like to remove sitemap node using method  RemoveNode() not in ItemDataBound. Is there any way?. RemoveNode() will load on OnViewLoaded()

Please advise thank you
Mark de Torres
Top achievements
Rank 1
 asked on 17 May 2012
1 answer
95 views
I have a radgrid where columns are dynamically created in Page_Init. A few of the columns are sort-able. There is also an onSortCommand event handler for select columns. 

when I click the header of those columns the page posts back but I observe the following:

  1. the onSortCommand event handler is not being called.
  2. the Header Texts are vanishing.

Any pointers?
Radoslav
Telerik team
 answered on 17 May 2012
1 answer
114 views
I've been asked to remove the "_" prompt in all the RadMaskedTextBoxes for this sign up sheet. How do I get rid of them? Do I need to apply some sort of CSS?
Princy
Top achievements
Rank 2
 answered on 17 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?