Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
182 views
I am using telerik radpanelbar and source from  a sitemap data source.When i give value to url in the sitemap,then the link is redirected to a page other that telerik radwindow manager.I tried to give the value of URl to empty and give  url value to the title attribute,It works and open in the radwindow but the title of the menu is also a link which is not good at all.
How can i open radpanel menus open in the rad window without redirection to its own page other than Radwindow manager?
Marin Bratanov
Telerik team
 answered on 25 Mar 2013
5 answers
191 views
I've started working on an ASP.Net version of a winforms control we have written which uses the RadScheduler control.

The idea of this is to show events and consultants in a timeline view. The scheduler is to take up the entire width of the web page, apart from a section to the right hand side of the scheduler, where a set sized column (300px) shows a calendar and a number of labels that get updated when a user clicks on an event in the scheduler.

In the Winforms control, when the form is resized, then the scheduler control also resizes and I am trying to replicate this in the ASP.Net page. However, the control grows if I make the page wider by resizing the browser, but will not shrink if I make the page narrower (again, by resizing the browser).

Is this by design or is there a setting i need to set to allow the control to shrink as well as grow when a browser resizes the page?
Karl
Top achievements
Rank 1
 answered on 25 Mar 2013
3 answers
142 views
I have a radwindow dialog (opened through RadWindowManager and .radopen()) that loads a page for users to enter information in a form. The form contains a button which raises an ajax update, storing the user's entered values and displaying a loading image. Once the info is saved, I would like to change the dialog's title.  I don't think this is possible to do today, or at least is quite difficult since it requires the ajax call to update the container. Anyhow, if it isn't possible today, it would be a nice piece of functionality to add to RadWindow in the future.
Marin Bratanov
Telerik team
 answered on 25 Mar 2013
1 answer
90 views
We are using Rad Window all over the application. The url of the RadWindow is set to an another aspx page which has a form with text box and rad combo box. It works fine on the web. It opens up the on Rad Window (as a popup ) with all the controls but the same Window open up blank on iPad. I can see the window on Ipad but the window is blank without any controls. Any idea to fix this bug ?. I am using Rad window with "WebBlue skin".

   
<telerik:RadWindow ID="rwCreateWorkOrders" runat="server"
    Style="z-index: 9000" Skin="WebBlue" Width="650px" VisibleStatusbar="false" Height="330px" ShowContentDuringLoad="False">
</telerik:RadWindow>
Marin Bratanov
Telerik team
 answered on 25 Mar 2013
1 answer
105 views
Hi,

I am implementing sorting in RadGrid. I am achieving  sorting through jquery. if i will sort  first 
ascending then descending , its working fine for me. But if I am trying to sort descending first and then ascending , the sorting for ascending is not working. Is it the default behavior of telerik RadGrid???

It is a production issue for me. I need immediate solution for this.

Please suggest..

Radoslav
Telerik team
 answered on 25 Mar 2013
2 answers
210 views
Have a similar issue to the issue stated in this forum thread and unsure of how to proceed.

http://www.telerik.com/community/forums/aspnet-ajax/grid/filtering-a-column-using-dataformatstring.aspx

Data value from SQL: 0.009567710503948578343 
ASPX Grid View Logic:
<telerik:GridNumericColumn DataField="delLoans" DataFormatString="{0:p}"
    FilterControlAltText="Filter column7 column"
    HeaderText="Delinquency Loan Ratio" UniqueName="delLoans"
    NumericType="Percent" DataType="System.Decimal" FilterControlWidth="60px">
    <HeaderStyle HorizontalAlign="Right" />
    <ItemStyle HorizontalAlign="Right" />
</telerik:GridNumericColumn>
Formatted Result: 0.96%
Filter Value: 0.96%

Now if I were to filter on this value with "Equal To", it will not return any values.  I am unsure of the custom logic that would be required (as suggested in other thread).  Or is there something else I can do?  I have multiple columns that are formatted to decimal and the results are the same.
Kostadin
Telerik team
 answered on 25 Mar 2013
0 answers
76 views
In my application I need to fire a server side function when I click on item, even though if it is already selected.
We have a OnSelectedIndexChanged event which fires if the index is changed else not.

please help me to achieve this.. 


Sunil
Top achievements
Rank 1
 asked on 25 Mar 2013
5 answers
217 views
Hi,

is it possible with no programming side (code behind) set something like set maxvalue to minimaly 10% above maximum in steps of ....

For examle I have value 1197 and when I set autoscale chart is displaying to 1200 and I want it to display to 1400  (1197 +10% = 1316 but as step is 100, 1400 is maxValue)

Marko

Danail Vasilev
Telerik team
 answered on 25 Mar 2013
3 answers
129 views
I am a complete newbie to RadControls. I have a RadGrid with a GridButtonColumn that is a link button whose text is the data value returned from the database. I have a RadWindowManager with a RadWindow inside of it that then contains a htmlChart. The CommandName on the GridButtonColumn is openWin(); return false;. The full javascript is as follows:

function openWin() {
    window.radopen(null, "RadWindow2"):
}

I also have a RadAjaxManager which I have set the LinkButton to update the RadWindowManager, RadWindow2, and the htmlChart. I have tried all, none, and each individually thinking this was an ajax issue.

Any help you can offer would be GREATLY appreciated. The next step is how to load the chart....???

Thanks you though...one step at a time!

Shinu
Top achievements
Rank 2
 answered on 25 Mar 2013
1 answer
87 views
Is it possible to build own RadFilterGroupOperation or RadFilterDataFieldEditor for MS SQL full-text search operator CONTAINS? Meybe you may suggest some solution. I'd like to generate SQL with where clause like that:  
.... CONTAINS([columnName], 'NEAR(value1, value2)')
- columnName  from Filter FieldName property 
- NEAR operator from FilterFunction 
- value1, value2 from editor texbox

 
 
Marin
Telerik team
 answered on 25 Mar 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?