Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
66 views
Hello

how do i populate the list into the RadCombox inside the RadGrid with only the records matches the text that user key in in the RadComboBox.

The Reason why is the list that i wish to populate is a large amount of list and it will keep growing very fast. 

i wanted to populate with similar like http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

in short how i apply "Select [Field], [FieldID] From MyTable where [Field] like '%' + RadComboxBox + '%'"
into GridDropDownColumn's Datasource


										
Shinu
Top achievements
Rank 2
 answered on 09 Dec 2011
1 answer
64 views
How to save the grid settings when filtering?
Shinu
Top achievements
Rank 2
 answered on 09 Dec 2011
1 answer
90 views
?How to create filter template in radgrud dynamically
Shinu
Top achievements
Rank 2
 answered on 09 Dec 2011
1 answer
36 views
What are the data binding methods available in listbox
Shinu
Top achievements
Rank 2
 answered on 09 Dec 2011
2 answers
49 views
Hi guys I'm new to telerik I have a employee master and the details are to be stored including picture. I have placed the browse and upload buttons.

Also saved the data type as Blob in the database , but no use. Would be great to get a solutions for this

Thanks,
Akshay
Akshay
Top achievements
Rank 1
 answered on 09 Dec 2011
1 answer
54 views

HI

I'm new to the ASP.NET Web RadControls.  I am taking over a project that uses them and trying to address some bug issues.  What I am seeing are pages that behave differently.  

In one case, what I'm seeing is a page where the grid extends past the bottom of the page and a vertical scroll bar on the right side.  If I scroll the vertical scroll bar to the bottom, I still cannot see the bottom of the grid unless I enlarge the Browser frame past the height of the grid.  The RadGrid appears to snap to the status bar of the IE 9 Browser.

In another case, the RadGrid must have paging enabled, but what I see are the grid rows also extending past the bottom of the browser screen with a vertical scroll bar.  I can scroll the view to the bottom of the grid where the paging controls come partially into view.  If I refresh the page or enlarge the browser height, I can see the entire paging row.

I would like  the RadGrid to snap to the browser window and present the paging controls at the bottom.  It makes no sense to me to have a grid with paging controls AND a vertical scroll bar on the side to scroll down to the paging controls. 

How to I do that?

Thanks.

Pavlina
Telerik team
 answered on 09 Dec 2011
4 answers
104 views
Dear Sir,

I am using Listbox drag and drop feature for my demo application. But today I have seen a strange things happend to the drag and drop control. It lost the scollbar,Border and all arrows. Please find the attached screenshot file which has the normal and strange screens.

I am not able to re produce the error. I am using Telerik 2010 Q2 Version.

Thank you

Regards,
Muru
Murugesan Sivathanu
Top achievements
Rank 1
 answered on 09 Dec 2011
1 answer
234 views
Hello,

I'm using a RadGrid to load a very large set of records. My application pulls data from the database into a domain of business objects. On the "OnItemDataBound" event I access the bound object to configure each row. This object contains child objects that must be accessed to make determinations as well. I bind the RadGrid to a list of business objects "List<MyObject>". This is done by setting the grid datasource and then calling databind afterwards.

I have my domain setup to take in page numbers so that it only pulls back data for a specific page and loads the domain of objects for that one page. If we were to pull all data for the grid we would be loading many many business objects that would greatly decrease the performance of the grid.

My question is how can I use paging for the RadGrid and still only load up one page of data at a time? Is this even possible? Or maybe you have a better solution?

Thanks!!
Nathan
Top achievements
Rank 2
 answered on 08 Dec 2011
1 answer
67 views
I have an ajax manager in default.aspx defined as below

  <telerik:RadAjaxManager runat="server" ID="LDWorld">
              <AjaxSettings>
                 <telerik:AjaxSetting AjaxControlID="hllLove">
                    <UpdatedControls>
                       <telerik:AjaxUpdatedControl ControlID="hllLove" LoadingPanelID="pnlPeace" />
                       <telerik:AjaxUpdatedControl ControlID="radPrimaryTab" />
                       <telerik:AjaxUpdatedControl ControlID="radMultiPage" />
                    </UpdatedControls>
                 </telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="btnFriendship">
                    <UpdatedControls>
                       <telerik:AjaxUpdatedControl ControlID="btnFriendship" LoadingPanelID="pnlPeace" />
                       <telerik:AjaxUpdatedControl ControlID="rcbAnger" />
                       <telerik:AjaxUpdatedControl ControlID="rcbSmile" />
                    </UpdatedControls>
                 </telerik:AjaxSetting>  
              </AjaxSettings>   
</telerik:RadAjaxManager>

hllLove is in default.aspx and hence no issues. However btnFriendship, rcbAnger and rcbSmile are in 1.ascx loaded within pageview 1. 

Assuming if 2.ascx has an overlapping set of controls in this same name would it give an issue or RadAjaxManager would smartly take care of the same?

[P.S.: The names of the controls have been fictitiously provided because I can not give the exact names as in my current project]
Casey
Top achievements
Rank 1
 answered on 08 Dec 2011
2 answers
45 views
the Tabstrip click tab_click event handler does not get executed. It does only on at least after some postback in the contained page views.

I have been seeing the variants of this thread http://www.telerik.com/community/forums/aspnet-ajax/tabstrip/rad-tab-click-event-not-firing-the-first-time.aspx where there had been kind and creeds of laments to rant on this issue and a kind of callous and/or lack of response/bug fix from telerik team.

Can some one help out please?
Casey
Top achievements
Rank 1
 answered on 08 Dec 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?