Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
201 views
when i use raddate picker in a default page the calender pops up but when i keep it in my page the calender is not popping.
should i set anything or something.
It gives a # in the ip above but calender doesnot pop.
i am using version 2009.1.311.35.
Radoslav
Telerik team
 answered on 12 Nov 2010
3 answers
285 views
Hi ,

I have a radgrid with paging enabled on OnCommand of client event i need to display a javascript confirm message box.

The javascript OnCommand method is as follows
function RaiseCommand(sender, args) {
    var result = args.get_commandName();
    if (result == 'Page') {
        if(UnSavedChanges())
        {
            args.set_cancel(true);
        }
    }
}
If command name is Page based on the javascript method "unSavedChanges" that is if true i set cancel to true.

It works as in the data is not displayed of the next page. However the slider moves .
Meaning the slider moves irrespective of whether i set to cancel or not in my case i want the slider to move only is the Method "UnSavedChanges" returns false.

Regards,
Francis P.
Veli
Telerik team
 answered on 12 Nov 2010
2 answers
115 views
Hello everybody.
I have found this code : http://www.telerik.com/community/forums/aspnet-ajax/grid/how-to-remove-selected-row-styling.aspx but in my case it didn't work, like in this example I would like to know if there is another way to remove the selected row styling.
Tiago
Top achievements
Rank 1
 answered on 12 Nov 2010
10 answers
124 views
Hi,

I have used the RadProgressArea for displaying the progress status while uploading. Problem that i encounter is the progress status is not displayed in FireFox, however it works well with IE6. Please find the below configuration i have used for my project.
Am working on Visual Studio 2005,  Firefox version 3.0, And i have used Rad Controls for ASP.Net AJAX Q1 2009.  Thanks
Genady Sergeev
Telerik team
 answered on 12 Nov 2010
1 answer
116 views
Hi,

I am trying to export to CSV file. but Template field values has been came empty value. i have attached code also. please give me solution.

<telerik:GridTemplateColumn DataField="Current_Value" DataType="System.String" HeaderText="New Value"
                                    SortExpression="Current_Value" UniqueName="Current_Value">
                                    <ItemTemplate>
                                        <asp:Label ID="lblCurrentValue" SkinID="NoBold" runat="server" Text=<%# Eval("Current_Value") ></asp:Label>                                       
                                    </ItemTemplate>
                                </telerik:GridTemplateColumn>


Thanks,
Dhamu.
Princy
Top achievements
Rank 2
 answered on 12 Nov 2010
3 answers
346 views
Dear there,

Somehow i have to bind the radgrid with using dataset and dataview like

Dim objDV as new dataview = nothing
Dim ds as new dataset

'after calling a function ds got somedata according to paramerters

if ds.table(0).rows.count > 0 then
    objDV = ds.tables(0).defaultview  

    RadGrid1.DataSource = objDv

else
        RadGrid1.DataSource = objDv > objdv IS NOTHING
End if

On pageload, my store procedure get all the default parameter value and grid is binding perfectly, now i am changing the param values and in the dataset i m not getting any tables and records, in this case my objdv is set = nothing but grid is carrying the same old data, not rereshing or clearing the data

where there are no records and i bind the grid like
radgrid.mastertableview.rebind

that disappears the grid

thanks and waiting for your response

please let me know what i m missing here
Tsvetoslav
Telerik team
 answered on 12 Nov 2010
9 answers
230 views
Hello,

I have a page with lots of RadComboBox drop downs and other controls. For the most part, everything works great. Except when I click on a comboBox drop down and it opens, and then scroll up or down, the combo box showing data stays fixed  while the rest of page moves up or down.
Not sure if you have seen this problem before but I could not find any reference to any similar item. 

I have included a sample aspx code implementing the controls:

(with ajax panel)

<td style="width: 16.6%; height: 18px; visibility:hidden">

<radA:radajaxpanel id="RadAjaxPanel10" runat="server">

<radC:RadComboBox ID="ddInvTimeHorizon" runat="server" Height="100px" OnSelectedIndexChanged="ddInvTimeHorizon_SelectedIndexChanged"

Skin="VSNET" SkinsPath="~/RadControls/ComboBox/Skins" AutoPostBack="True" ZIndex="9999">

</radC:RadComboBox>

<asp:TextBox ID="txtsSuitabilityTimeHorizon" runat="server" Visible="False" Width="100px" MaxLength="28" />

</radA:radajaxpanel>

</td>

 
(with out the ajax panel)

<

td style="width: 16.6%; height: 18px;">

<radc:radcombobox id="ddVarContracts" runat="server" title="insurance" Skin="VSNET" SkinsPath="~/RadControls/ComboBox/Skins"

height="100px" TabIndex="14">

</radc:radcombobox>

</td>



I have the same issue with both implementations. 
Can you help?
Regards
Shafi Jourabchi

p.s Actually I absorved the same behavior right her on this panel! if you input a text and do a spell check on it and then right clicking on the yellow high lighted text brings a drop down box. while the drop down is active and visible, try scrolling using the mouse or the bar.

Ernesto
Top achievements
Rank 1
 answered on 12 Nov 2010
1 answer
57 views
I'd like to use TreeVew combo box as a navigate menu.
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx

Example)
- ClassA
   GroupA-1
   GroupA-2
- ClassB
   GroupB-1
+ ClassC
+ ClassD

The followings can be realized?

1) When 'ClassA' is clicked, the page http://shibuya.ac.jp/mycampus.aspx?g=classA is displayed with 'Class A' is selected in combo box.
    Then next, 'GroupA-2' is clicked, the page http://shibuya.ac.jp/mycampus.aspx?g=groupA-2 is displayed with 'Group A-2' is selected in combo box.
    Selected item is NOT POST back to the same URL. New page is requested (GET).

2) Tree state (+ or -) will be kept when the page is changed from  http://shibuya.ac.jp/mycampus.aspx?g=classA to  http://shibuya.ac.jp/mycampus.aspx?g=groupA-2.

 
Yana
Telerik team
 answered on 12 Nov 2010
1 answer
148 views
We got our ASP.NET RadControls by purchasing Sitefinity. Is their a way we can download the latest Q3 version of the ASP.NET AJAX Controls? We don't have access to the Carousel or CoverFlow RadRotator RotatorTypes currently.
Sebastian
Telerik team
 answered on 12 Nov 2010
1 answer
67 views
Hello,
We're working with ASP.NET AJAX Q3 2009 NET35. We want to be able to allow to the user intert a new record from a radgrid object.

We don't know what settings are necessary change to show the row, or button or icon to insert a new record.

On the other hand, we can see the options "delete" and "edit" but they don't work, they do nothing.

Sorry, but our level in ASP.NET AJAX Q3 2009 NET35 is basic.

Thanks.
Princy
Top achievements
Rank 2
 answered on 12 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?