Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
182 views
I have creating a link in one of the gridcolumn.i have calcualted the link using some columns and some server side variables.
Now when i assign that value to the column i cannot sort and filter it as a string.
Is there a way i can use the Hyperlink Column which will have the String value while filtering and sorting.
So that i can have the links but when i filter and sort it it behaves as the string column only.
Shinu
Top achievements
Rank 2
 answered on 30 Oct 2012
2 answers
122 views
I have an ASP:Gridview with RadComboBoxes set up inside of that.  These RadComboBoxes have their items dynamically created, so each RadComboBox has their items different from another RadComboBox.  This was all well and great until I was instructed to insert 10 columns.  Since the RadComboBox's header refuses to scroll along with the items, I feel like I'm forced to use a RadGrid inside of the RadComboBox.  I was thinking I could use a GridTemplateColumn to accomplish the goal.  Unfortunately, all I'm getting are two thick lines with no data inside of them.  Can you take a look at the following code and possibly help me out, please?  Maybe I totally screwed things up...

ASPX:
<telerik:RadComboBox ID="cboDupChoices" runat="server" DropDownWidth="600px"
  EnableLoadOnDemand="false" style="display:none">
    <ItemTemplate>
        <telerik:RadGrid ID="x" runat="server" Height="300px">
            <MasterTableView AutoGenerateColumns="false">
                <Columns>
                    <telerik:GridTemplateColumn HeaderText="Test">
                        <HeaderStyle Width="75px" />
                        <ItemTemplate>
                            <%# DataBinder.Eval(Container, "Attributes[""ID1""]")%>
                        </ItemTemplate>
                    </telerik:GridTemplateColumn>
... REPEAT 9 MORE TIMES ...
                </Columns>
            </MasterTableView>
            <ClientSettings>
                <Scrolling AllowScroll="true" UseStaticHeaders="true" ScrollHeight="300px" />
            </ClientSettings>
        </telerik:RadGrid>
    </ItemTemplate>
</telerik:RadComboBox>

VB:
cboTest.Style.Value = "display:block"
cboTest.Items.Clear()
 
Dim lnJ As Integer = 0
For Each dupFile As FILE In dupFiles
    ' Add item template here.
    Dim test As RadComboBoxItem = New RadComboBoxItem()
    test.Attributes("ID1") = dupFile.FIELD1
    test.Attributes("Status") = dupFile.FIELD2
    test.Attributes("Department") = dupFile.FIELD3
    test.Attributes("Description") = dupFile.FIELD4
... REPEAT 6 MORE TIMES ...
 
    test.Value = dupFile.FILEID
    test.Text = dupFile.FILEID
    cboTest.Items.Add(test)
    cboTest.Items(lnJ).DataBind()
    lnJ = lnJ + 1
Next

Thanks for any help you may have,
Patrick
Patrick
Top achievements
Rank 1
 answered on 29 Oct 2012
1 answer
74 views
need help setting up InitialPath = "C:"

control shows up empty
not sure, what is going on here 
Vessy
Telerik team
 answered on 29 Oct 2012
6 answers
834 views
hi ,

i kept the maximum fileupload size as 25 mb (26214400) in my file explorer when i try to upload 47MB of file it didn't show the warning it simply showing the file not found error it is not user friendly so can u please suggest on this to solve my issue  plz check the image for more clarification.

<telerik:RadFileExplorer runat="server" ID="fileExp" Width="520px" Height="520px" ForeColor="#000000">
                    <Configuration ViewPaths="~/HTMLEditorImages" UploadPaths="~/HTMLEditorImages" MaxUploadFileSize="26214400"
                    DeletePaths="~/HTMLEditorImages" />

                </telerik:RadFileExplorer>
Vessy
Telerik team
 answered on 29 Oct 2012
4 answers
182 views
Hello all-

is there a way to assign values to footer items using an integer index?

If so, in what event would you do this?

Thanks in advance.
Danny
Top achievements
Rank 2
 answered on 29 Oct 2012
1 answer
148 views
Hey at Telerik

I have the well known problem with height 100 percent not working. The width doesn't seem to work either.

I have included a sample project illustrating my problem.

http://kort2.lifa.dk/publicdownload/RadGridHeightIssuePacked.rar

I would like the width and height of the RadGrid to max to the browser window. If the content is bigger than the browser window only the RadGrid will scroll.

I have tried nomurous solutions without succes.

Hope you can help me.

Sincerly Jan
Pavlina
Telerik team
 answered on 29 Oct 2012
1 answer
31 views
Hi,

I have a rendering issue when allowing the FilterByColumn option (the date columns get waaay too wide). I saw that it was quite common over the forum, and that the solution was to just set a column width, but my problem is that I can't predict how many columns are going to be needed, and the width is dynamic.

Is there a solution to this problem ?

Thanks
Angel Petrov
Telerik team
 answered on 29 Oct 2012
4 answers
200 views

Hello!

I add RadPanelItems dynamic and also adding CheckBoxes to each.
How do loop through all RadPanelItems and find CheckBoxes and get there state?

// Anders

Anders
Top achievements
Rank 1
 answered on 29 Oct 2012
1 answer
147 views
I have a chart with a datatable that contains long x-axis labels.  I added wordwrap to the labels so they wouldn't overlap into the neighboring cells but the wordwrap isn't working too well.

You can see examples on the file attached:

  1. The first column has plenty of room on the right side of the cell but it still chooses to wordwrap to the 2nd line
  2. The fourth column cuts off the label and appends "..." to the end.  Again what is strange is that there is still plenty of room to display the label but instead it gets cut off.

Are these known issues or am I doing something wrong?
Petar Kirov
Telerik team
 answered on 29 Oct 2012
5 answers
99 views
Double Click Dock Title to rename it  Problem ... Text Box not focus
This Problem for :
RadControls for ASP.NET AJAX Q2 2008 SP1 (Version Number 2008.2.826)
RadControls for ASP.NET AJAX Q2 2008 (Version Number 2008.2.723)
Slav
Telerik team
 answered on 29 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?