Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
128 views
What's the radgrid equivelant to gridviews iteminserting?
Shinu
Top achievements
Rank 2
 answered on 16 Jul 2010
3 answers
115 views
Is there a way to group the results in a RADGrid then hide the column that is being used to group the grid with?

For example, in the following demo: http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/outlookstyle/defaultcs.aspx

The grouping is done using the Received column. What I want to be able to do is, keep the grouping but hide the Received column in the actual RADGrid and also hide the Header section of the RADGrid. Is this possible? Thanks!


PJ
PJ Rodriguez
Top achievements
Rank 1
 answered on 16 Jul 2010
4 answers
92 views
Hi,

As seen in the below attachments, for some reason there's a visual glitch in my docks, but only in Firefox.  Any ideas on why it could be?  I haven't defined any custom themes or anything.

Thanks!

Mark

Mark
Top achievements
Rank 1
 answered on 15 Jul 2010
2 answers
307 views
I'm trying to remove a filter set in the header context menu of a RadGrid like so:

For Each gc As GridColumn In dtgCorp.MasterTableView.Columns
    With gc
        If .IsBoundToFieldName(strRemoveFilter) Then
            .CurrentFilterFunction = GridKnownFunction.NoFilter
            .CurrentFilterValue = ""
            .AndCurrentFilterFunction = GridKnownFunction.NoFilter
            .AndCurrentFilterValue = ""
        End If
    End With
Next

dtgCorp.Rebind()

This will update the actual drop downs and text boxes in the header context menu filter of the column I'm removing the filter for, but it will not actually reevaluate the grid's new FilterExpression, leaving the data filtered with the 'removed' filter.

Is there a way to invoke the grid's filter command or something, and refresh its FilterExpression?
Glenn Boothe
Top achievements
Rank 1
 answered on 15 Jul 2010
2 answers
139 views
Good afternoon,
I am trying to set a textbox as required using the RadInputManager.  My problem is that I need to be able to do this dynamically in the code-behind (C#).  Here is my scenario:  The web form has 4 textboxes.  Depending on the user type, one or more of the textboxes are required and the rest are not required.  Listed below is my RadInputManager code.  Any assistance would be greatly appreciated.

<

 

telerik:RadInputManager ID="rimManager" runat="server" EnableEmbeddedSkins="False">

 

 

 

<telerik:NumericTextBoxSetting BehaviorID="Numeric" Type="Number" ErrorMessage="Invalid" DecimalDigits="0" MinValue="0">

 

 

 

<TargetControls>

 

 

 

<telerik:TargetInput ControlID="tbOne" />

 

 

 

<telerik:TargetInput ControlID="tbTwo" />

 

 

 

<telerik:TargetInput ControlID="tbThree" />

 

 

 

<telerik:TargetInput ControlID="tbFour" />

 

 

 

</TargetControls>

 

 

 

</telerik:NumericTextBoxSetting>

 

 

</

 

telerik:RadInputManager>

 

 

 

 

 

Jeff
Top achievements
Rank 1
 answered on 15 Jul 2010
4 answers
297 views

Hello Telerik Team,

How to implement a single search textbox to filter instead of using seperate filter for each column.

Requirements: Textbox and Searchbutton. On click of Searchbutton, search in rad grid, filter and display the filtered results only in grid.

A snippet to make this working is greatly appreciated.

Thanks,
Smith

Jon Ireland
Top achievements
Rank 1
 answered on 15 Jul 2010
2 answers
56 views
Hello,

i'm tagging RadChart 2010 inside RadWindow manager to show as a pop up chart windws. I wana know if there is a way i can put icons (copy & print) on the windows top bar and can program them accordingly as shown in the attached image.

as an alternative option; i'm thinking to add Radtoolbar right top of the chart.

Thanks
Jamil
Top achievements
Rank 1
 answered on 15 Jul 2010
2 answers
82 views
Hi,

Not sure if this is a bug or not, but when you open the table wizard and select either the Table Properties or Cell Properties it pushes the "Okay" and "Cancel" buttons below the bottom border of the window.

Thank you,
Tad
TAD RHODES
Top achievements
Rank 1
 answered on 15 Jul 2010
3 answers
353 views
Hi,
How can i disable "Properties" tab in rad editor, after opening Image Manager and choosing some picture?
I want to resize the picture only from Image Editor, i don't want user to modify the image with Properties tab?
is this possible?
Rumen
Telerik team
 answered on 15 Jul 2010
2 answers
239 views
Hi,

I've a ComboBox in ListView EditItemTemplate and I'm filling it programatically;
aspx file
...
<EditItemTemplate>
   <telerik:RadComboBox ID="cmb" runat="server" SelectedValue='<%#Bind("KAYITNO")%>'>
   </telerik:RadComboBox>
</EditItemTemplate>
...

cs file
...
protected void listView_ItemCreated(object sender, RadListViewItemEventArgs e)
{
     if (e.Item.ItemType == RadListViewItemType.EditItem)
     {
         RadComboBox cmb= item.FindControl("cmb") as RadComboBox;
         fillCombo(cmb);
     }
}
 
protected void fillCombo(RadComboBox cmb)
{
   cmb.DataSource = MngCon.Fill();
   cmb.DataTextField = "VALUE";
   cmb.DataValueField = "KAYITNO";
   cmb.DataBind();
}
...


The problem is that when I press edit button EditItemTemplate thow exception; 

Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control.

What can I do for this situation ?

PS: I'm sure that Bind("KAYITNO") value is exists in comboBox items.
Veronica
Telerik team
 answered on 15 Jul 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?