Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
68 views
Hi 
when i am viewing the grid in small monitor screen  iam getting the pager allignment issue as in the attachment
Please help
Thanks
karthik
Pavlina
Telerik team
 answered on 06 Jan 2015
3 answers
147 views
I've noticed that when one uses Opera 9.27 and clicks the Editor's body in a new message, the cursor does not show up.  It only shows up when one clicks on the first line in the editor. Clicking anywhere in the editor body does not show the cursor and makes it appear that the editor is read-only. 

How can I make it so an Opera user can click anywhere in the Editor's body for a new message (other than the first line) and have the cursor show up?

Note this is not an issue with IE 7.x or Firefox 2.x.
Ianko
Telerik team
 answered on 06 Jan 2015
6 answers
983 views
In the folllowing help article: you indicated that:
Although the HTML Excel format doesn't show any grid lines in the worksheet, you can mimic them by adding the following style to the generated output:
body { border:solid 0.1pt #CCCCCC; }

but you never indicated where this code should be placed?
I was assuming it would be applied to some property related to the export, but could not figure out how to use it.

I ended up doing the following instead:

protected void RadGrid1_ExcelExportCellFormatting(object source, ExcelExportCellFormattingEventArgs e)
{
    GridDataItem item = e.Cell.Parent as GridDataItem;
    e.Cell.Style["border"] = "solid 0.1pt #000000";
}
protected void RadGrid1_ItemCreated(object sender, GridItemEventArgs e)
{
    if (e.Item is GridHeaderItem && bIsExport)
    {
        GridHeaderItem item = e.Item as GridHeaderItem;
        item.Style["border"] = "solid 0.1pt #000000";
    }

which works, but the header row has a border on every cell in the entire workbook.
I only want borders on cells related to the output of the grid.
What is the best way to fix this?
Israel
Top achievements
Rank 1
 answered on 06 Jan 2015
4 answers
177 views
We generate most of our controls dynamically based on admin preferences in designing their input forms.  When we create the RadNumericTextBox control, the HTML that we generate it looks like this:

<telerik:RadNumericTextBox ID="txtMaskNumericExample" Runat="server" Width="250px" ShowButton="False" ShowSpinButtons="False" 
                    SkinID="OverrideRadDefaultSkinWithNonExistantSkin" Type="Currency" visible="false" SelectionOnFocus="None" /> 

However, when it's generated and displayed in the browser, the type is ignored and replaced with Type="text".  The view source for the control shows as follows:

<input id="ctl00_EPDetailBodyPlaceHolder_FieldProperties_txtMaskNumericExample" name="ctl00$EPDetailBodyPlaceHolder$FieldProperties$txtMaskNumericExample" class="riTextBox riEnabled" value="$14.20" type="text" /><input id="ctl00_EPDetailBodyPlaceHolder_FieldProperties_txtMaskNumericExample_ClientState" name="ctl00_EPDetailBodyPlaceHolder_FieldProperties_txtMaskNumericExample_ClientState" type="hidden" />

In order to see what the difference was between a dynamically generated control and a static control, I added the RadNumericTextBox directly to the page.  It looks like the second code block above, but appears as desired.  I put it on another page and again, it appears as the second code block above, but this time, it doesn't work as desired (e.g., Currency shows up as text).

What am I missing here?
Konstantin Dikov
Telerik team
 answered on 06 Jan 2015
1 answer
162 views
Hi,

We are working with the rad grid and we till now we are binding the data in a basic binding for historical reasons.
Now we want to change the behavior of the data binding, filtering and grouping to gain the best performance we can get from your grid.

We work with ado.net and mssql, and I wanted to know if there is an example for our needs that I can learn from it.
I don't care if it a client binding or server binding. but I need a paging and filtering and grouping that I will send the expression
(paging: startIndex,page size and so, filtering: expression and grouping: I don't how it's works behind the scene) to our stored procedure
and than I will get the results of the only page size.

10x.
Viktor Tachev
Telerik team
 answered on 06 Jan 2015
1 answer
204 views
Hi there,

I was wondering if you guys have an implementation of a timeline chart.  Something similar to the combination of a Range Bar Chart and a Stacked Bar Chart.

John
Danail Vasilev
Telerik team
 answered on 06 Jan 2015
1 answer
138 views
Hello,
We are running with an strange issue with RadGrid(Having EditForm Template) Filtering,
Current behavior
Grid rows are getting filtered down normally by an external filtering event like (Drop down, Search box etc),
So with this grid (having filtered data source bound to it) - when we try to Edit the row 

1. Rows NeedDataSource event is getting fired and entire grid is getting reset with original data source
2. Thus, the Edit row action gets resulted into Expanding the First row on default data source 

Expected behavior
 Ideally after filtering the rad grid rows, only the selected Row should be expand on click of Edit even after rebinding it.
 Any idea, how to handle this scenario?

Attach is the sample screens shows above behavior in action.
Steps to reproduce -
1. Filtered the Grid based on Product name Drop down (External filtering)
2. Once filtered, try to expand any row
3. It will result RadGrid Expanding the different row different than the filtered row which needs to be expanded.

You will notice in step 3 that Grid has all the rows again with default first row in expand state.

Thanks,
Chetan
Radoslav
Telerik team
 answered on 06 Jan 2015
2 answers
290 views
Hello Dears,

Could you please answer to my below questions :

    - How to customize the size of columns text in RadGantt chart as its mentionned in attachement ?
    - How to modify the langauge showing of the RadGantt chart (example : Add Task --> Ajouter Tâche) ?
    - How to change the caption of buttons in the same chart ?

Thank you in advance,
Zak
Bozhidar
Telerik team
 answered on 06 Jan 2015
2 answers
145 views
Following how most of the Telerik UI controls work how do I set the scale max value of a gauge control. I cant seem to get the syntax correct. I dont quite have a handle on how the Kendo stuff works yet and my javascript is lacking :( Using the below how do I access the scale object?


var radLinearGaugeObject = $find("ctl00_MainContent_RadPanelBar1_i0_i0_gaugeRunning");            
var gaugeRunning = radLinearGaugeObject.get_kendoWidget();
?

Thanks for the help,
Brian
Brian
Top achievements
Rank 1
 answered on 05 Jan 2015
1 answer
65 views
Is it possible to use the image editor and the file explorer together.

I want to be able to click an image in the file explorer and then edit the selected image in the image editor.  I have to say I have been struggling with this concept.  If someone could share some code or guide me to where this has already been done please do.

Thank you for your time

Simon
Vessy
Telerik team
 answered on 05 Jan 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?