Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
105 views
I ran into a problem where i am using a RadListView and I set the GroupItemCount programmatically depending on the size of the dataset. It seems that the property isn't persisted across a post-back and is reset to default value after page is submitted. Is this behavior by design?

Thank you.
Andrey
Telerik team
 answered on 08 Apr 2013
2 answers
78 views
Hi friends,

I want my grid to use Skin="Transparent" but my popup edit form's window to use  Skin="Glow".

how can I achieve this ? thanks...
aykut
Top achievements
Rank 1
 answered on 08 Apr 2013
5 answers
118 views
Hello,

I am using Radgrid. I have dynamically added columns in this grid like mentioned below. I wanted to add filter for some of the columns. What is the way to enable this so that some columns will have filter. I am using custom paging so how to make filter on complete records instead of current page records? Also there is column for phone where records are displayed as (123)-456-1234. If user enters 12345.. then also it should search the phone.      
GridBoundColumn boundColumn1 = new GridBoundColumn();
RadGrid1.MasterTableView.Columns.Add(boundColumn1);
boundColumn1.ItemStyle.Wrap = false;
boundColumn1.DataField = DataField;
boundColumn1.SortExpression = DataField;
boundColumn1.HeaderText = HeaderText;

Eyup
Telerik team
 answered on 08 Apr 2013
3 answers
105 views
Hello,

I have created usercontrol with radcombobox for multiple use, I have given windosxp skin to radcombobox.
Now I have used this usercontrol in radgrid in EDITFORM Template at top tr to select employee.


my problem is that when I open editform in popup, Skin of radcombo get disappear
I have found in firebug that it renders two css at time "Radcimbobox Radcimbobox_WindosXp"  

so please suggest me any solution .

Thanks
Amit
Galin
Telerik team
 answered on 08 Apr 2013
1 answer
79 views
Currently I'm displaying the filters for each column. The users want to show/hide the filters. What's the easiest way to allow the user to show/hide these column filters?
Kostadin
Telerik team
 answered on 08 Apr 2013
6 answers
101 views
Hi

I have a RADCombo Box updating another RADCombo on selected changed event. This is done with the RadAjaxManager.

It works for the first selection, but I'm not able to make any selection in the first Radcombo box following the first one.

I have both combo boxes in a RadPanelBar Panel item content template.

Any ideas?

In addition the expand behaviour of the RadPanelBar is also broken following the AJAX roundtrip.

Andy
Kate
Telerik team
 answered on 08 Apr 2013
4 answers
96 views
Hi all,

Long time lurker first time poster.

I'm developing a report using the RadGrid control (full version) and one of the requirements is that it must be possible to filter the rows. Previously before using the RadGrid I'd obviously just filter the data source then re-render the html table but.... you know RadGrids are pretty and support so much functionality out of the box I thought what the hell?

Anyway - obviously I'm posting because its not gone too swell.

Initially I got the Expression Expected error... all fine and good, tons of threads with the answer set EnableLinqExpressions="False". Did that and sure enough the error disappeared.... however no filtering appeared? As in after the postback was finished no filtering had been applied. I was kind of under the impression from the Basic Filtering Tutorial that it should be a pretty much out of the box "hey presto no need to manually make all the filters" deal? Starting to think that's not the case.

Anyway - details: -

I'm using the OnNeedDataSource event, the code currently looks -roughly- like: -

protected void MyGrid_OnNeedData(object sender, GridNeedDataSourceEventArgs e)
    {
 
        ...General getting data stuff...
 
        MyGrid.DataSource = MyData;
    }

With MyData being a List<MyObject>.

Now there WAS something about using the OnNeedDataSource event in the basic filtering tutorial. I didn't think it was 100% clear though to be honest as it talked about "checking" the FilterExpression in the OnNeedDataSource event - is this actually implying that if you use this method of data binding you do have to manually do all the filtering? As you might have guessed I'm rather hoping thats NOT the case heh.

Anyway - appreciate any input. Thanks!
Craig
Top achievements
Rank 1
 answered on 08 Apr 2013
1 answer
385 views
I've been trying to debug this error that's been popping up in the event viewer and I can't figure out what's causing it. There are some oddities happening on the site, but I'm not sure (and somewhat doubt) this is the reason, but I'm just going through the process of elimination now.

Anyway, this is what I get: An error occurred processing a web or script resource request. The requested resource 'pTelerik.Web.UI.Skins|Telerik.Web.UI.Skins.Common.Metro.contextMenu.gif' does not exist or there was a problem loading it. 

Can anyone point me in the right direction and help me troubleshoot this? The version of RadControls that I'm using is 2013.1.220.45.

Thank you,
Andrew
Ivan Zhekov
Telerik team
 answered on 08 Apr 2013
1 answer
140 views
Hi,

I would like to know how to center the text inside the radpanel. i have added an image but as a result the text is off center.

i have attached an image of my problem,
Princy
Top achievements
Rank 2
 answered on 08 Apr 2013
0 answers
122 views
Hello to all

How to enable false radwindow contentemplate by using javascript or jquery.

this RadWindow1.Enabled = True
by client side
Jack
Top achievements
Rank 1
 asked on 08 Apr 2013
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?