Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
196 views
heya.. I know I saw this in use in one of the demos but can't find it any longer. I have a grid with the following
<telerik:radgrid id="Radgrid1" FilterExpression= "[column] = 'TextValue' ....>
I also have a checkbox control on the page to quicly just filter out the items that have a count greater than zero.

Is there a reason I can't build a filter expression using regualar t-sql?


code snippet.

Protected Sub appfilter_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles appfilter.CheckedChanged  
 
        RadGrid1.MasterTableView.FilterExpression = Nothing 
        If appfilter.Checked = True Then  
                    RadGrid1.MasterTableView.FilterExpression = "(([Icount] > '0' and [ActivityStatus] = 'Vacant') or [Ecount] > '0')" ' consider the first two items or consider the third.  
            RadGrid1.MasterTableView.Rebind()  
 
        Else  
            RadGrid1.MasterTableView.FilterExpression = "([ActivityStatus] = 'Vacant')" 
            RadGrid1.MasterTableView.Rebind()  
        End If  
 
    End Sub 
Yavor
Telerik team
 answered on 05 Feb 2009
1 answer
151 views
Is there a way when exporting to excel to change individual date or numeric columns to strings? I need this so that the formatting does not get messed up. Also, we can't just append "&nbsp;" because we don't want extra spaces in the cells. Thanks.
Daniel
Telerik team
 answered on 05 Feb 2009
1 answer
110 views
Using 2008 Q3, DOT NET 3.5

I have a couple of problems with the Hyperlink column (I am building the grid in Code Behind)

Setting the displayed text.

DataTextFormatString = "CONST"
DataTextField = Nothing

Result blank cell.

Yes, I can work out that ther eis no DataTextField and set the Text Property instead, but why do I have to.


Setting the URL.

DataNavigateUrlFormatString = "~/xxxxx.aspx"
DataNavigateUrlFields = Empty

Te column does not render as a hyperlink.


Daniel
Telerik team
 answered on 05 Feb 2009
3 answers
172 views
Hi,
I am using RadUpload Controle in my project. When page is getting postback this upload contorle dissappear and displaying after a bit delay. in my page i need to postback 4 times. Every time only this RadUpload controle getting dissappear and it's appearing after loading the total page.
Please provide solution for this. If page got postback even though this controle should not disappear.

Thanks in Advance,
Ranganath.
Veselin Vasilev
Telerik team
 answered on 05 Feb 2009
1 answer
130 views
I have a WCM page layout in MOSS with a couple of notes fields and a couple of rad-editor fields. When I use the build in MOSS spell check from the default editor menu it checks all the fields containing content. When it gets to the fields that are edited by rad-editor the spell checker is checking html-encoded content which is a problem.
I'm thinking about using the RAD spell check instead and disabling the build in moss spell check, but the problem is that I will not be able to spell check the fields that are NOT edited by rad-editor. The preferable solution would be to get the build in MOSS spell check to work because it has a UI that enables a check of the entire page regardless of whether a field is bound to a rad editor or not. But as mentioned it seems to have problems with the fields edited by rad-controls.
Any ideas how to solve this?

Regards,
Nikolaj Hjelm Kaplan
Stanimir
Telerik team
 answered on 05 Feb 2009
1 answer
93 views
I know how to set the grid to resize the columns, easy part.  But I need it to remember the column sizing per user.  Would I have to store these values in a database table?

Has anyone had to do this before?

Thanks!
Shinu
Top achievements
Rank 2
 answered on 05 Feb 2009
1 answer
297 views
Hi,

I have used Telerik RAD Editor in my application. There are some default font names like Arial, Times New Roman etc available to select while typing the content. I have copied content from a web application (usual Terms and conditions stuff), which had white space in "Symbol" font. Now "Symbol" font is not available in the default list, but, I found that RAD Editor could identify "Symbol" font if I select that portion of white space.

Can you please tell me how I can present all such fonts in the Font Name dropdown, which can be recognized by RAD Editor? Hopefully the font shown in the Font Name is the same as when it is represented (say as in MS Word).
Shinu
Top achievements
Rank 2
 answered on 05 Feb 2009
1 answer
93 views
Hello folks,

In a current project we will be supporting translations of pages - including your products - using global and local resource files (resx). I was wondering if you could shed some light on how Telerik manages the translation process for the resx eg. RadEditor.Dialogs.resx and RadEditor.Dialogs.de-DE.resx.

I can already see potential problem areas such as; versioning of the individual resx, getting the translators to work directly with arcane resx files, having inconsistent versions across languages etc.

Any help greatly appreciated.
Cheers,
Errol

Rumen
Telerik team
 answered on 05 Feb 2009
1 answer
115 views
Is there a way to limit the amount of text entered into a RadEditor?  Something similar to a RadTextbox's MaxLength?
Princy
Top achievements
Rank 2
 answered on 05 Feb 2009
1 answer
110 views
Hi,
Basically I have implemented combobox with autocomplete, load on demand and virtualscrolling using web service. It is working fine. I am allowing  user to type 3 characters before there is any lookup. But the problem is that, when the user clicks on combobox (to start typing), an empty dropdown shows up. How can i stop this? Please let me know

Thanks!
Princy
Top achievements
Rank 2
 answered on 05 Feb 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?