Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
176 views
I have a grid that is bound and already filled with data and it opens with all rows in edit mode.  the first column is GridClientSelectColumn.  I want all records on the row the be read only until the user checks the GridClientSelectColumn then I want only certain cells in the row to be editable.  How can I do this.

Also one other question.
I have a grid that is bound and populated tieh data.  If a user selects a field on the web page I want to change the cells values based on that event.  Is there a way to loop through the grid rows.  Look at the value of the first cell and if it matches the value the user has supplied that I can then alter each cell in that row and change it's value.  

Thanks,
Eric
Iana Tsolova
Telerik team
 answered on 07 Apr 2009
2 answers
121 views
Hi,
I copy pasted in a document from MS Word into the telerik editor. The document pasted fine in IE 7 but using firefox 3 I observed some  funky characters were introduced in the editor. In specific all the tick marks (check mark) are showing as  ü   . If you copy paste ü   in the telerik editor on the demo page (http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx ) using firefox 3 you will see that the tick mark does not show but if you do the same using IE the tick mark will show. Again this not happening in IE and tick marks are correcly displayed. This is a firefox specific problem.

Any ideas on how I should handle this problem.

Thanks,
M
Rumen
Telerik team
 answered on 07 Apr 2009
2 answers
153 views
I use the RadDateTimePicker to input date/time. The RadDateTimePicker generate this following HTML:

<div id="RadTimePicker1_timeView_wrapper" style="">
    <div id="RadTimePicker1_timeView">
        <table id="RadTimePicker1_timeView_tdl" class="radTimeTableCss_Default" cellspacing="0" border="0" >
            ... time picker code here ...
        </table>
    </div>
</div>

Is there a way i can set a css class to the RadTimePicker1_timeView_wrapper or RadTimePicker1_timeView div?



Wilson Hu
Top achievements
Rank 1
 answered on 07 Apr 2009
3 answers
114 views
Hi,

I'm setting up a panel bar specifically to an outlined design so the text links can wrap if need be. In doing this, I am setting the rpOut class with the top image slice and the rpText class with the bottom slice. I have it 95% working, there is only one state that is not working properly which is the active state on the expandable rootGroup item. (See the screenshots at this url: http://dev.reachfarther.com/telerik/telerik_panelbar_issue.htm.) When the user clicks on the expandable item, the subnav shows and the bottom slice of the main nav disappears. Then when the user clicks on the subnav link, the bottom slice of the main nav reappears.

I have compared the source code when it's working and when it is not working and they are exactly the same. Is there a class other than .reExpandable and reExpanded that I sould be styling? Where is my bottom slice going?

Thanks in advance.
Yana
Telerik team
 answered on 07 Apr 2009
0 answers
88 views
I am trying to use RadUpload inside a customized CreateUserWizard control (to let my users upload a picture while they register)

I have written the handling code in the createdUser method of the wizard. but the UploadedFiles.count for the RadUpload is 0 even when i select a file for uploading. Please help in this regard
Midhat
Top achievements
Rank 1
 asked on 07 Apr 2009
1 answer
95 views
In both IE v7 and v8, I'm getting the following error (when editing a page with a lot of content):

Error while executing CleanattributesFilter - Error: could not get the testAlign property. Invalid arguement.

... this happens intermittently...

Stanimir
Telerik team
 answered on 07 Apr 2009
1 answer
200 views

My RadGrid uses a user control for its editing, and because that user control is also used outside of a RadGrid (in a FormView), I'm running into a problem.  I could resolve it if I could locate (using FindControl?) the user control inside the RadGrid.

  • Both the RadGrid and the FormView / ObjectDataSource call a method for the update, and that business object expects an object whose properties match the fields in the database. 
  • The user control contains a LinkButton to fire the update process.

 

If I was using only the RadGrid, I'd add code to the ItemCommand event, determine that it was the update event firing (because the CommandName of the LinkButton would be "Update"), find my user control by calling e.Item.FindControl(GridEditFormItem.EditFormUserControlID), and I'd be on my way.

If I was only using the FormView, I'd change the CommandName of the LinkButton to something OTHER THAN Update (so I could avoid the object data source from trying to do the update), respond to the command in the FormView's ItemCommand event, and find my user control  by calling myFormView.FindControl(<the user control's ID>).

Here's the problem:
To keep the object data source from trying to do the update, I have to set the CommandName of the LinkButton to something other than "Update".  If I set the CommandName of the LinkButton to something other than "Update", I don't get a GridEditFormItem in the RadGrid's ItemCommand event, I get a GridDataItem - and no way to get to the user control.

How do I locate the user control used by a RadGrid?

Thanks,
    Ben
(please respond to ben.furino@bolderimage.com)

Tsvetoslav
Telerik team
 answered on 07 Apr 2009
1 answer
57 views
I am using the q3 2008 version of RadScheduler for a music festival.
One of the resource controls binds to a large list of possible artists to choose for an event.
When the artist who is associated for the event is not in the list already I have made a simple form on the same page as the scheduler to enter the artist name and update the artists table.
However, it is normally only discovered that the artist is not in the list until the insert panel is opened and this means that they need to close the insert panel and reopen it in order to force the resource list to rebind.

I'm trying to make the resource list rebind while the insert panel is still open right after updating the table.
I've tried using the prerender event on the resourcecontrol.ascx to do this but it looks like the binding of the control is based on using the owner.provider.getresources function but I'm unsure how to force the provider to rebind.

Is there a way to do this?

Thanks

steve m
Peter
Telerik team
 answered on 07 Apr 2009
1 answer
124 views
Hello,
I have a problem with the panelbar style. I'm working with the latest version of RadControls (Q1_2009, updated in April). Actually, I would like to change the padding style attribute of the rpItem (line 8 in the code below) element but I can't make it work... The changes that I make either in the component itself or in the css aren't taken into consideration (is it overwritten somewhere?). Isn't it possible to change the style of this element?
Thank you in advance for your help

 

<div style="width: 250px; bottom: 0px; top: 0px; left: 0px; float: left; position: absolute;">

 

 

<telerik:RadPanelBar ID="pnlN" runat="server" Width="100%" Style="position: absolute;

 

 

bottom: 0px; top: 0px; left: 0px;" ExpandMode="FullExpandedItem" CollapseAnimation-Type="None"

 

 

ExpandAnimation-Type="None" AllowCollapseAllItems="false">

 

 

<Items>

 

 

<telerik:RadPanelItem Text="A" Value="A" Expanded="True" Selected="True">

 

 

<Items>

 

 

<telerik:RadPanelItem runat="server" Height="99%">

 

 

<ItemTemplate>

 

 

<iframe id="frmA" name="frmA" runat="server" frameborder="0" style="height: 100%; width: 100%;"

 

 

scrolling="yes"></iframe>

 

 

</ItemTemplate>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelItem>

 

 

<telerik:RadPanelItem Text="B" Value="B">

 

 

<Items>

 

 

<telerik:RadPanelItem runat="server">

 

 

<ItemTemplate>

 

 

<iframe id="frmB" name="frmB" runat="server" frameborder="0" style="height: 100%; width: 100%;"

 

 

scrolling="yes"></iframe>

 

 

</ItemTemplate>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelBar>

 

 

</div>

 

Princy
Top achievements
Rank 2
 answered on 07 Apr 2009
1 answer
123 views
I have a modalpopup panel that pops up when user clicks sign in and I used rad textbox for username and password so i can use the EmptyMessage but only on firefox, whenever I click on another webcontrol on the page that does a updatepanel update page (not a page post back),
Firefox keeps showing the "Do you want Firefox to remember this password?" Only with a RadTextBox with TextMode="Password". Doesnt happen if I change it to a asp:Textbox with TextMode="password".

Is there a known issue with this? The only reason why i want to use radtextbox for this is the EmptyMessage (watermark text).

Thanks

Pavel
Telerik team
 answered on 07 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?