Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
58 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
133 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
115 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
133 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
203 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
117 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
146 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
1 answer
132 views
Hello,

we want RadGrid fix height with out scrolling and we want always show paging bar in bottom .when we set  PagerStyle-AlwaysVisible="true" then its show the paging bar in bottom but height is not fixed we want  paging bar show at bottom regardless how much records will in grid like 7 or 1 .

please see in attach image if grid has 1 record then its show telerik1.png but we want like telerik.png.

thanks
Wajahat

Pavlina
Telerik team
 answered on 17 May 2012
1 answer
102 views
Hello forum!

I have a <div> who has my RadGrid inside it. This <div> gets resized to fill the remaining space on the page using JQuery.
It is absolute necessary that my grid has paging on it. Now how can i make sure that:

1: My pager is ALWAYS at the bottom of my <div>, no matter what resolution
2: The pager items get dynamically determined based on the screen height remaining

I have been looking around for some days now, only to come up with half working solutions.
So remember, my <div> has NO fixed height but gets resized using JQuery.

Also, making the RadGrid height '100%' makes my data disappear?

I really hope someone help me out on this nasty situation..

Greetings!
Andrey
Telerik team
 answered on 17 May 2012
1 answer
171 views

Hi,

 

I am saving the transferred items from the RadListBoxDestination Box into one database field like so:-

Dim _RadListBoxDestinationText As String = Nothing
        For Each item As RadListBoxItem In RadListBoxDestination.Items
            _RadListBoxDestinationText = _RadListBoxDestinationText + item.Value.ToString + vbCrLf
        Next

'Save_RadListBoxDestinationText to the Database

The data saves OK
, but then when the user returns I need to repopulate the Destination box and I am trying to do it like so

Dim _DBString As String = _dr("EOT3CCa")
            Dim _DBSplitString As String() = _DBString.Split(New Char() {vbCrLf})
 
            Dim _Text As String
 
            For Each _Text In _DBSplitString
 
                Dim item As RadListBoxItem = RadListBoxSource.FindItemByText(_Text)
                RadListBoxSource.Transfer(item, RadListBoxSource, RadListBoxDestination)
              
            Next

I get an 'object reference not set..'
I can output the split string into an ordinary textbox just fine but not the RadListBox - it can't find the items.

Is there a better way to do this?

All help most appreciated.

Cheers,
Jon

Dimitar Terziev
Telerik team
 answered on 17 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?