Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
88 views
Hello
I display my grid by default in editmode - InPlace with a GridClientSelectColumn  for multiple row selection.  This template column does not fire any events upon row selection. 
Can you help?

Pavel
Telerik team
 answered on 01 Oct 2008
2 answers
125 views
Hello
I have a radgrid with a detail table.
In that detail table I have a checkbox linked to a field in my sqldatasource linked to my radgrid.
I would like to be able to update that checkbox. I don't want to have to click somewhere to be able to edit it. I always want it in edit mode. And I want to edit ONLY that field even if I have other fields linked to my sqldatasource on the same row. I want them to stay readonly.
Is it possible to do something like that?
Thanks in advance
I really appreciate your help!
Myriam
Top achievements
Rank 1
 answered on 01 Oct 2008
4 answers
124 views
I have a tooltip, with a Usercontrol on it.  The usercontrol makes an Ajax callback to refresh itself but when the ajax call returns it closes the entire tooltip. The tooltip is set so that it should not close until I click the close button.

Is this normal behavior?

thanks.
Chris Dalessandri
Top achievements
Rank 1
 answered on 01 Oct 2008
2 answers
95 views
Hi,

In Sitefinity, while page editing, is a functionality to drag controls in a page.

You select a raddock in the right dockpane and drag it in a dockpane on the left.

While drag and dropping the dockpane still exists in the right dockpane. It behaves like a dockpane with a copy function.

Do you have an example or a best practice documentation to accomplish this?

Greetings René

bas hessels
Top achievements
Rank 1
 answered on 01 Oct 2008
1 answer
120 views
Hello Telerik,

My senario is:
At first, I open a RadWindow (wnd 1) from a page, by calling:
top.radOpen(...). I am using "top" because I want the window be availale in the whole page.
Then I keep wnd1 open and try to open another RadWindow (wnd2) from within wnd1, still, using top.radOpen(....). When wnd2 is created, everything works fine. The problem is, once I close wnd2 and try to show it again, by calling wnd2.Show(), it's acturally hidden behind wnd1.

I tried functions like: wnd2.SetActive(), but it dosn't work...

Any idea on this?

Thanks and Regards,
Elton
Georgi Tunev
Telerik team
 answered on 01 Oct 2008
0 answers
267 views
I am trying to add a blank item to RadComboBox

Using the dropdownlist, you can call:

.Insert(Index, ListItem)

This doesn't work in RadComboBox, so I found on your forums that you use:

.Add(RadComboBoxItem)

I create a new RadComboxItem. I add it to a RadComboxBox after the databind.  It only works for one RCB, even though I specified it as New.  The funny thing is it works for the 2nd RCB, not the first, or the 10 that follow it.  I created a second RCBI and that worked. 

My question is, why do I have to create a blank RadComboBoxItem for each RadComboBox, and is there a way to set the index?  Why didn't you inherit the Dropdownlist methods?

Thanks

Chad Hensley
Top achievements
Rank 1
 asked on 01 Oct 2008
5 answers
353 views
Hi

I'm using the new radgrid and when in design time I can see the images for "Add New Record" and ""Refresh"

However when I run my project those buttons now only contain gray blocks.

Why is the images not showing during run-time?

Thanks

<telerik:RadGrid ID="RadGrid1" runat="server" GridLines="None" Skin="Telerik">  
    <MasterTableView AutoGenerateColumns="False" CommandItemDisplay="TopAndBottom" EditMode="InPlace" DataKeyNames="UserName">  
        <RowIndicatorColumn Visible="False">  
            <HeaderStyle Width="20px" /> 
        </RowIndicatorColumn> 
        <ExpandCollapseColumn Resizable="False" Visible="False">  
            <HeaderStyle Width="20px" /> 
        </ExpandCollapseColumn> 
        <Columns> 
            <telerik:GridButtonColumn CommandName="Select" Text="Select" UniqueName="column1">  
                <HeaderStyle Width="15px" /> 
            </telerik:GridButtonColumn> 
            <telerik:GridBoundColumn HeaderText="User Name" UniqueName="UserName" DataField = "UserName">  
                <HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
                <ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridBoundColumn DataField="EmailAddress" HeaderText="Email Address" UniqueName="column">  
                <HeaderStyle Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
                <ItemStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" 
                    Font-Underline="False" Wrap="False" /> 
            </telerik:GridBoundColumn> 
            <telerik:GridEditCommandColumn> 
                <HeaderStyle Width="15px" /> 
            </telerik:GridEditCommandColumn> 
            <telerik:GridButtonColumn CommandName="Delete" Text="Delete" UniqueName="column2" ConfirmText="Are you sure you want to delete the selected row?" > 
                <HeaderStyle Width="15px" /> 
            </telerik:GridButtonColumn> 
        </Columns> 
        <EditFormSettings> 
            <FormTemplate> 
                &nbsp;  
            </FormTemplate> 
            <PopUpSettings ScrollBars="None" /> 
            <EditColumn UniqueName="EditCommandColumn1">  
            </EditColumn> 
        </EditFormSettings> 
    </MasterTableView> 
</telerik:RadGrid> 
Sebastian
Telerik team
 answered on 01 Oct 2008
1 answer
71 views
Hi,

I am trying to add a context menu to a radtreeviewnode.
Cant get the menu to appear though..
Here is my code to add the target at runtime...

With mnuContext

Dim

mynode As New RadTreeNode

Dim

target As New ContextMenuControlTarget

target.ControlID = mynode.ClientID

.Targets.Add(target)

End With

trvViewed.Nodes.Add(mynode)


Any ideas please ?
Many Thanks
Mark

Atanas Korchev
Telerik team
 answered on 01 Oct 2008
1 answer
126 views
My RAD Grid has five columns and I am binding it to a DataSource.
In the last column i have an Template column which has 2 ImageButtons one is to Add a new row and the other is Delete ImageButton to delete row.
I have some mandatory Fields in Grid (ie. 2 of my columns in the Grid should always contain value it should not be empty).
Aftter performing my validation i displaying the validation message in RAD Window or RADGrid.ResponseScript based on the Event or method. My problem is whenever i get the validation message i am losing all my values in the Grid Column but i need to retain the value in the GridColumn if the validation fails,so that the user can just fill in the remaning columns and submit the page to Add the row.

I think this problem is because of the postback happening after the validation message windows button is clicked. 
Is there any property to resolve this or do we have any backdoor process to solve this issue.
I need your help on this, so please let me know the workaround for this issue?
Let me know if you can understand the scenario.
I am using RAD Window and RADGrid.ResponseSCript to display the validation message depending on the Event and place.


Yavor
Telerik team
 answered on 01 Oct 2008
11 answers
585 views
Dear Sir,

It seems radEditor use htmlencode method to encode content of editor. 

The following is my code:

                    <telerik:RadEditor ID="radEditor" runat="server" ContentAreaCssFile="~/common/css/editor.css"
                         ToolsFile="~/common/config/toolsfile.xml" ContentFilters="RemoveScripts"
                        EditModes="Design" >

Is it possible to turn the feature off?  The reason I want to turn it off because I want to implemented my own HtmlEncode ( Server.htmlEncode is not good enough).

In Fact, I can use htmldecode to solve the problem, but it waste on performance.

Thank you~
Jason Lee
Top achievements
Rank 1
 answered on 01 Oct 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?