Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
113 views

 

Hi ...could someone kindly help me. Below is my code.
I have a radCombo that does not expand when I click on the DownArrow button for expansion. I connect the radCombo to a datatable called dtAreas and it displays the first data item but I cannot expand it to view and select any other item. Also since MarkFirstmatch is true, if I start typing in it displays the item but I want to be able to use the drop down feature and I cannot. Your help is appreciated highly.
Could I be missing a setting or does anyone have an idea what I am doing wrong ?

string
AreasQuery = "select AreaID,AreaName from area order by AreaName ";

dtAreas = dbo.sqldb_select(AreasQuery, 1);

cmbAreas.DataTextField =

"AreaName";

 

 

cmbAreas.DataValueField =

"AreaID";

 

 

 cmbAreas.DataSource = dtAreas;

cmbAreas.DataBind();

Alex

 

 

 

 

 

 

Alex Odago
Top achievements
Rank 1
 answered on 14 May 2010
1 answer
114 views
Hi,

I've been using a web service bound version of the Scheduler control, and have discovered recently that another web service being called on the page is not being allowed to complete successfully, while the Scheduler is populating.

Is there a way to delay when the Scheduler initially begins populating?

Thanks,
Greg
T. Tsonev
Telerik team
 answered on 14 May 2010
1 answer
99 views
Hello All ,

If i group the grid with a field , is there any possibilities  to show only one item ( either group By or Un Group ) . if the grid doesn't grouped with that particular field i must show only "Group BY " on Header context menu and  vice versa , i dont wanna show both menu items at the same time
Any help will be appreciated
Thanks
-Prince

 
Iana Tsolova
Telerik team
 answered on 14 May 2010
6 answers
213 views
It appears that RadFileExplorer causes validation to fire when you click the Upload button... There isn't a property to disable validation. I have a validation summary in my master page and it lights up with the form validation controls every time I click upload. I worked around it, but thought I'd report it.

Regards - Jeff
Fiko
Telerik team
 answered on 14 May 2010
4 answers
176 views
Hi there, I have a strange issue, that is also difficult to explain. Let me try.
I have an application with a RadMenu, in the attached sample you see two test items. No master pages.
I click on Item 1, Item 2 is correctly displayed. I move the mouse pointer down to highlight Item 2 BUT when the mouse hovers on the label (or the corresponding empty space on the label sides) the highlight disappears and the submenu collapses, as if I moved the mouse away from the menu.
This is the code, but is nothing fancy
mnuMain.Items.Clear(); 
mnuMain.Items.Add(new Telerik.Web.UI.RadMenuItem("item 1")); 
mnuMain.Items[0].Items.Add(new Telerik.Web.UI.RadMenuItem("item 2""funnel.aspx")); 
This is the resulting HTML
<div id="MenuContainer" class="MenuContainer"
<div id="mnuMain" class="RadMenu RadMenu_Web20 rmSized" style="border-style:None;width:100%;"
<!-- 2010.1.429.20 --><ul class="rmRootGroup rmHorizontal"
<li class="rmItem rmFirst rmLast"><href="#" class="rmLink rmRootLink"><span class="rmText">item 1</span></a><div class="rmSlide"
<ul class="rmHorizontal rmGroup rmLevel1"
<li class="rmItem rmFirst rmLast"><href="funnel.aspx" class="rmLink"><span class="rmText">item 2</span></a></li> 
</ul> 
</div></li
</ul><input id="mnuMain_ClientState" name="mnuMain_ClientState" type="hidden" /> 
</div> 
I tried both the latest official release and the 429 internal build.
Any suggestion?
Thanks
Luca
Yana
Telerik team
 answered on 14 May 2010
8 answers
284 views
Hi All,

Is there any function available that can get the total number of rows in a Grid on the Client side using Javascipt.

Thanks in advance,

Haroon
Yavor
Telerik team
 answered on 14 May 2010
2 answers
165 views
Hi there,

I have a radgrid with cell values including the id of a record. I want when I double click on the row in the grid to capture the value representing the id of the record. How can I achieve this.

eg

ID|NAME|ADDRESS
-----------------------------------------------
5|JOHN|56 SMITH ST
7|MIKE|87 MOLLY ST
8|ALEX|11 TEMS ST

I want when I double-click on the grid's first row, to capture id 5 on the serverside.

Once I capture this id 5, I will pass it in a query to the database to get the full details of the record and display the it on a separate tab in my application.

Please help!
Monsi Lache
Top achievements
Rank 1
 answered on 14 May 2010
1 answer
127 views
hello all,
i have radgrid with radcombobox in filtertemplate 

it works fine 

but on clear filter button  i rebind grid upto this everything is fine and i manged to clear all filter text box to set empty 

but my radcombo is not reset on clear button click 

how can i achive this 
Princy
Top achievements
Rank 2
 answered on 14 May 2010
1 answer
56 views
Please have a look at the attached image.
Using Firefox firebug to examine its css, it shows

.RadGrid_WebBlue td.rgGroupCol, .RadGrid_WebBlue td.rgExpandCol {
background:none repeat scroll 0 0 #8EA3B9;
border-color:#8EA3B9;
}

How to change the background color of grid expanded column?

Many thanks

Toby
Dimo
Telerik team
 answered on 14 May 2010
1 answer
119 views
Hello i am trying to execute this sample code but keep getting an error

<input type="button" value="LEFT PANE" onclick="LoadExternalContent('http://www.google.com','RightPane');" /> 
         
<script type="text/javascript" language="javascript">  
            function LoadExternalContent(url, targetPaneID) {  
                //obtain reference to the parent page             
                //var splitterPageWnd = window.parent;  
                //call a method from the parent page-->  
                var splitterObject = GetMainSplitter();  
                var splitter = $find("MainSplitter");  
                alert(splitterObject);  
                var _pane = splitter.GetPaneByID("LeftPane");  
                var pane = splitterObject.GetPaneById("LeftPane");  
                if (!pane) return;  
                pane.set_contentUrl(url);  
            }  
 
        </script> 

I get an Error stating that Splitter doesnt have the property GetPaneById

Any Ideas?
Petio Petkov
Telerik team
 answered on 14 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?