Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
75 views
I would love to use RadFilter but it does not support OData. is there a chance I could write my own provider (to output $filter format expressions)

Has anyone done this?

Any guidance would be useful. The control is great and enabled advanced search scenarios.


Marin
Telerik team
 answered on 02 Nov 2012
2 answers
101 views
I am using this editor column, and it is inheriting the page css. This is OK except that I want to over-ride the 
background color so that the text area has a plain white background.  Just setting the item background color property does not seem to do it.
I am sure I am missing something simple! Please help!

Thanks

Clive
Rumen
Telerik team
 answered on 02 Nov 2012
4 answers
193 views
Hi Telerik Support !

Firstly, I would like to thank you for all your dedicated co-operation for my problems.

This time aroud I got stuck with RadUpload Control. Actually what I need to achieve is that I want to increase the width of RadUpload in such as way that its REMOVE button contines to stay intact with it (which happens only when I have RadUpload width set t0 less that 40 px, but when I try to increase its width it [Remove Button] gets along in other line.) .

Please see the attachment.

Also, I want to decrease the gap between ADD BUTTON & RadUpload control. How can I do this ?

Thanks for your help & please help with this problem.

Ajay
Princy
Top achievements
Rank 2
 answered on 02 Nov 2012
1 answer
94 views
Since i search for Reminder Window functionality i found popup Reminder Window only use in RadScheduler control. 

I want to use Reminder window independently without having Radscheduler Control. so do we have some way to access it?

In my web application, i want to pop up reminder window with respect to System time.

Thanks,
Applied Hcs
Shinu
Top achievements
Rank 2
 answered on 02 Nov 2012
4 answers
105 views




I have tried this function to implement the changes but the problem is
since it is a itemdatabound it will make lot of round trips to set this behaviour which is equal to number of the rows created i guess.
But this property has to be set at one time only. so is there a correct method or event that can make this thing happen with better performance rather than for each itemdatabound.

Also how to make the pager visible always when there are items more than 10.
now if i set it alwaysvisible = true then it displays the pager even there are no10 records.

I am looking a way to make the pager visible always only after 10. then even the page set is 100 and the rows present are 14 the pager should be still availiable so that user doesn't have to refresh the pager to see the default pager settings again.

Any help will be highly appreciated. Please....

protected
 void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e)   
{   
    if (e.Item is GridPagerItem)   
    {   
        RadComboBox PageSizeCombo = (RadComboBox)e.Item.FindControl("PageSizeComboBox");   
  
        PageSizeCombo.Items.Clear();   
        PageSizeCombo.Items.Add(new RadComboBoxItem("15"));   
        PageSizeCombo.FindItemByText("15").Attributes.Add("ownerTableViewId", RadGrid1.MasterTableView.ClientID);   
        PageSizeCombo.Items.Add(new RadComboBoxItem("50"));   
        PageSizeCombo.FindItemByText("50").Attributes.Add("ownerTableViewId", RadGrid1.MasterTableView.ClientID);   
        PageSizeCombo.Items.Add(new RadComboBoxItem("150"));   
        PageSizeCombo.FindItemByText("150").Attributes.Add("ownerTableViewId", RadGrid1.MasterTableView.ClientID);   
        PageSizeCombo.Items.Add(new RadComboBoxItem("250"));   
        PageSizeCombo.FindItemByText("250").Attributes.Add("ownerTableViewId", RadGrid1.MasterTableView.ClientID);   
        PageSizeCombo.FindItemByText(e.Item.OwnerTableView.PageSize.ToString()).Selected = true
    } 
Jayesh Goyani
Top achievements
Rank 2
 answered on 02 Nov 2012
3 answers
256 views
I am looking for a way to use the ASP Update Progress component with a RadButton with an image. I'd like to have a static image and then a loading gif when clicked to give the user an indication that data processing is being done. Is there any relatively simple way to intergrate the RadButton and the Update Progress control?
Princy
Top achievements
Rank 2
 answered on 02 Nov 2012
0 answers
98 views
Remove this thread.
Arun
Top achievements
Rank 1
 asked on 02 Nov 2012
3 answers
267 views
Is there anything built into the GridHyperlinkColumn to allow the launching page to load in a RadWindow rather than a standard target? 
Princy
Top achievements
Rank 2
 answered on 02 Nov 2012
5 answers
294 views
Is there any way to ignore accent in a AutoComplete of a comboBox?

Ex: João

language: Portuguese/Brazil
Paulo Goncalves
Top achievements
Rank 2
 answered on 01 Nov 2012
4 answers
157 views
Hi All

Is there any way to clear the tooltip target controls client side?

I have a radgrid inside of a radajaxpanel, The grid has a tool tip that shows when the mouse is hovered over a particular column.
The grid items are edited and deleted via a popup radwindow,
When the user adds or delete's the window closes and calls back to rebind the grid using javascript client rebind method.

However i cannot update the tooltip!
I know i could place a radajaxmanager on the page and call back to the server side but i would rather not do this.

I have tried putting the targetcontrols.clear in the ItemDataBound event of the grid before the tooltip controls are added, but the tooltip just does not show if i do this.

Any help would be most appriciated.

Many Thanks

Cush
Sudhir
Top achievements
Rank 1
 answered on 01 Nov 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?