Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
56 views
Hi there,
I have a grid where I have a editcheckbox

<

telerik:GridClientSelectColumn UniqueName="editColumn">
</telerik:GridClientSelectColumn>

The page is inside a masterpage and I have added the forms decorator to my masterpage. The checkbox is hardly visible and when I try check it I get a horrible javascript error breaking on this line
this._rowSelectorArea.style.left=Telerik.Web.UI.Grid.FindPosX(this._firstRow)+"px";

1st question is how do I fix the display of the checkbox? (If I remove the checkbox then it displays fine)

2nd what is causing the javascript error and how do I get rid of it.



Thanks
Shane

Shinu
Top achievements
Rank 2
 answered on 29 Sep 2008
0 answers
66 views
Dear All,

Can any one tell me how to make the filters expandable and collapsible?

Is there any option available in the grid itself?

Kindly let me know the same.

Thanks a lot in advance.

Jebamalai
Top achievements
Rank 1
 asked on 29 Sep 2008
1 answer
57 views
Hi,

We are using Telerik Asp.NET AJAX version 2008.2.826.35.
When a text of the combobox items get wrapped for skin Office2007, only the upper text shows highlighted [orange color] and below text is not shown selected or highlighted.

I have not specified width or dropdownwidth for the combobox.

Need help,
regards,
Parimal
Code:

<

body>

<form id="form1" runat="server">

<asp:ScriptManager ID="ScriptManager1" runat="server">

</asp:ScriptManager>

<div>

<telerik:RadComboBox Skin="Office2007" ID="RadComboBox1" runat="server">

<Items>

<telerik:RadComboBoxItem Text="Select" />

<telerik:RadComboBoxItem Text="United States of America [USA]" />

</Items>

</telerik:RadComboBox>

</div>

</form>

</

body>

Rosi
Telerik team
 answered on 29 Sep 2008
2 answers
113 views

We have the following scenario:

A user  selects a node from a tree on the left hand side, we then use the information from the node to populate the right hand side using:

function PerformAjaxRequest(i_Val)

                {  

                    $find("<%= MasterAjaxManager.ClientID %>").ajaxRequest(i_Val);                        

                }

Where MasterAjaxManager is a RadAjaxManager. My problem is that when a user then selects multiple nodes on the tree in quick succession, the right hand side becomes out of sync with the actual node selected on the tree. Hence I would like to cancel the request. The method I have observed for cancelling an request I have seen is the following:

function onRequestStart(sender, arguments)
{

return false;

}

In the onRequestStart function I would then poll a variable (delay in between each poll) which will tell me if another node has been selected if so the function will return false else carry on polling until either a timeout has been reached or the ajaxRequest has been successful.

I am contacting your team to see if there is a better way of doing this???

Many Thanks in Advance

Bleddyn

Pivetal
Top achievements
Rank 1
 answered on 29 Sep 2008
4 answers
283 views
Hi,

my goal is:
disable the text input so that users can't type anything in the date input.
and i want to have a white background on the date input

so far, i was able to disable the date input, but the text field is greyed.
MyDatePicker.DateInput.Enabled = false;

please help,
Regards,
Jonathan
Shinu
Top achievements
Rank 2
 answered on 29 Sep 2008
0 answers
112 views
Hi,
            I am using radchart in my project.To drill down the chart i wrote some codings in the click event.I saw in u r drilldowndemo to disable the chart alick event u use the remove handler method.But in my project i cant get this remove handler method only removed control method is available.
             What is the problem is this? I am using  Asp.net 2.0 and my radcontrols verion Net2  2.0.0.8  .Is this problem due to version problem or any other problem.
  How can i solve this problem?
Please  Give me  a solution immediately...

Thanks,
Regards
Devipriya



     


Devi
Top achievements
Rank 1
 asked on 29 Sep 2008
1 answer
101 views
Hi,
I have one requirement, Data is coming already sorted on last name and i am binding to the grid. I should display Arrow image for asc sorting.
Next time onwards, if i click on some other column, it should have image for that particular and sorting should happen for the required column.

Any idea?
Sebastian
Telerik team
 answered on 29 Sep 2008
2 answers
118 views
Hi,

I have image template item in grid,
and i am showing images in it. this grid is in a popup.

 <telerik:GridTemplateColumn UniqueName="imgPicture">
                                         <ItemTemplate>
                                             <asp:Image ID="Picture" runat="server" Height="100px" ImageAlign="Middle" Width="150px" />
                                         </ItemTemplate>
                                         <HeaderStyle HorizontalAlign="Center" Width="15%" />
                                         <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" Width="50%" />
                                     </telerik:GridTemplateColumn>


i have an image button to swap this image with another image in grid.
and i am showing another popup on swap image button click. The user select the image and click on save button.

The problem is that when I click on the "save button" on the popup then my previous popup grid rebinds and both of the events fires "NeedDataSource" and
"ItemDataBound".
in itemdatabound i am giving the imageurl.

i have checked that image url is also correct and new image replaced on the old image but my grid shows old image.

what can be the problem.


Please guide me. its urgent

Thanks


zeshan
Top achievements
Rank 1
 answered on 29 Sep 2008
2 answers
181 views
Hello,

I am using tabstrip with radmultipage. there are 11 tabs
my page takes many time to load all the tabs.
but i want that when user click on that tab then its relevant
pageview should be postback and visible.

how can i do that.
Please guide me as soon as.

Thanks.


 


altaf
Top achievements
Rank 1
 answered on 29 Sep 2008
9 answers
227 views
Hi,

  I am looking for the Vista skin for the Rad Calendar. Its shown on the site, but the suite we got does not have this skin. Could you please send me the Vista skin for the Rad Calendar, if that is possible? 
 
   The version of my Calendar control is 2.1.1.0. I cannot currently upgarde to the Prometheus, so it would be great if you could provide me with the Vista skin.

Thank You,
Soumya
Nikolay
Telerik team
 answered on 29 Sep 2008
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?