Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
409 views
My grid is databound, and the last 3 columns give me a status text message (approved, rejected, etc, etc)

Can I make a new column after that (non-databound) which just checks the status, then I can insert a corrosponding image?  Like a checkmark if all 3 are approved for example...

Regards,
Steve
Maxim Tairov
Top achievements
Rank 1
 answered on 20 May 2009
4 answers
280 views
Is there any reason why, when I set the content of the RadEditor, using set_html(), that all the <SPAN> tags in that content are being changed to <FONT>?

Here is my declaration:

 

<telerik:RadEditor ID="MTRadEditor"

 

Enabled="true"

 

 

 

EditModes="Design"

 

 

 

 Height="120"

 

 

NewLineBr="false"

 

 

Skin="Vista"

 

 

StripFormattingOptions="All"

 

 

Width="100%"

 

 

runat="server">

 

 

</telerik:RadEditor>  

 

 

 

Brian Jones
Top achievements
Rank 1
 answered on 20 May 2009
3 answers
217 views
Ok I am sure this is easy, but I do not get it.

I want to add a trend line to my grid.  I have the value of my first and last point.  How do I put them at the two points I want on the Grid.(frist point and last)

            ChartAxisItem itemFirst = new ChartAxisItem();
            itemFirst.Value = Convert.ToDecimal(firstTrendPoint);
            ChartSalesTrend.PlotArea.YAxis.Items.Add(itemFirst);

           
            ChartAxisItem itemSecond= new ChartAxisItem();
            itemFirst.Value = Convert.ToDecimal(lastTrendPoint);
            ChartSalesTrend.PlotArea.YAxis.Items.Add(itemSecond);

I thought this was it, but I was wrong.  Thanks in advance for your help


Gary
Top achievements
Rank 1
 answered on 20 May 2009
2 answers
112 views
Hello,

I have a rad grid with the following pager style settings:

<PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="true" /> 

When the rad grid is displayed on the page; if there is no data to display in the grid, the text box that has the page size set to 10 is not wide enough to display 10, it cuts off half of the 0.

When you add a record, the page size is smart enough to just be "1" and when you add over ten records; the box expands to display "10" correctly.

It seems to be a problem when there is no records to display, it then cuts the 0 off. Seems like a bug in the control, but didn't know if I was missing something.

Thanks,
Flea#
Flea#
Top achievements
Rank 1
 answered on 20 May 2009
4 answers
141 views

hello, everyone

I am using a NestedViewTemplate to dispay hierarchy structure of data in the Gridview. it's working well except too slow for large dataset even with paging.

Is it possible to load the detail data on server side on demand?

I cann't declare the relationship like showed in the samples since the grid is quite generic.

Is it possible to postback to server when the user try to expand the parent row and populated the nested data on demand?

the partial codes look like:
<MasterTableView>
    <NestedViewTemplate>
        <fieldset>
            <asp:GridView id="detail" runat="server" AutoGenerateColumns="true"></asp:GridView>
        </fieldset>
    </NestedViewTemplate>

Thanks a lot for your help!

haiwen

haiwen
Top achievements
Rank 1
 answered on 20 May 2009
2 answers
312 views
Hi,

We love the control but it seems a bit not done yet. I have set MaxUploadFileSize="20480000"


but no matter what (have tried other values) the upload dialog always reads -

 
  • Max file size allowed:
200.00 KB
Karl Wilkens
Top achievements
Rank 1
 answered on 20 May 2009
2 answers
272 views
On my page I have an "Add New Attachment" link which takes the user to another page where they can upload a file. This page uses RadUpload with RadProgressManager and RadProgressArea. However, after uploading, I want to return to the first page. What's the best way to do this?

Thanks.
Nick
Top achievements
Rank 1
 answered on 20 May 2009
1 answer
90 views
I am using WebBlue Skin.  I was able to override/add to them using my own CSS.  But I have an issue not being able to add another CssClass to the .rgEditForm.  I just want to right align them. 

So far I have:

.RadGrid_WebBlue

 

.rgEditForm input

 

{

 

font:12px/12px "segoe ui",arial,sans-serif;

 

 

height:12px;

 

}

Which works perfect.  When I added this it does not work:
<asp:TextBox ..... CssClass="RightAlign" />

.RightAlign
.RadGrid_WebBlue .rgEditForm input

 

{

 

    text-align:right;

 

}

Please help. 

Dimo
Telerik team
 answered on 20 May 2009
2 answers
309 views
Hi there,

I m evaluating the RAD Grid and got stuck...I have a grid with AutoGenerateColumns=true and AllowFilteringByColumn=true.
and i m hiding some columns in ItemDataBound event of grid. Now when I m trying to filter i m not getting correct result.
Actually Filter event is looking for the column which is hidden.

Assume that Grid has column A B C D...Z and I m hiding column B C D E . Now When I filter on Column G it has filterPair of Column B.
So on Column G it is trying to filter the data of some other column.

Basically its not filtering for the current column index.
And Same thing for Grouping..I have ShowGroupPanel="True" and AllowDragToGroup="true"
When I try to drag the column it is dropping the different column due to the hidden columns.

Is there any way I can get the index of filter column in either data bound or item command event so I can change the FilterExpression to correct column name.



JD
Top achievements
Rank 1
 answered on 20 May 2009
2 answers
92 views
Hello,

I am using Telerik RadSpell check control in my application.
Can any one know how to enable/disable the spellcheck button through C# code.
By default the spellcheck button is enabled.
Any views/suggestions on this will be a great help.

Thankyou,
Sree
Sree
Top achievements
Rank 1
 answered on 20 May 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?