Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
127 views
Could you please clarify us can we use aggregation for GridTemplateColumn in last Telerik version? Thanks.
Andriy Mudriy
Top achievements
Rank 1
 answered on 21 Dec 2011
3 answers
126 views
We need some visual effects while dragging items from one grid to another. Specifically, we'd like the pointer to change to a plus sign when in a droppable area (but I've been told this isn't built in within a previous post), and we'd like to show a line before/after the grid items that we're dragging over to show where the record will be dropped to upon MouseUp. Is there any event to tap into that would allow this to happen? Or any other method to get this done?

I think what would be optimal is something like the OnClientDrag event that is part of the RadDock control. It doesn't look like the RadGrid has any similar events though.
Otto Neff
Top achievements
Rank 2
 answered on 21 Dec 2011
0 answers
150 views
Hi,

I have a problem with telerik control. If I use more different controls on page, last controls is not initialized. I try it with radwindow, radnotification, radgrid, radtoolbar, radtree, ...
See attachment.
If I reorder some control, is ok, but another is not initilized.
See last attachment

Thanks for answer.

With best regards

Ing. Roman Krsko
Roman Krsko
Top achievements
Rank 1
 asked on 21 Dec 2011
5 answers
349 views
Is there a way to remove all of the built in styles applied to a RadLinkButton? (ie: CSS Classes: "RadButton", "RadButton_Default", "rbLinkButton")


Thanks. 
Bozhidar
Telerik team
 answered on 21 Dec 2011
2 answers
104 views
I'm having issues with two things, anyone know how to fix these?

My headers are links because they are sortable in the grid. How do you make it so they aren't links in Excel? Also when I add the image it overlaps the data exported, it there a way to push the data down?


Thanks! 
Daniel
Telerik team
 answered on 21 Dec 2011
4 answers
153 views
Hi,
I try to export radgrid to excel with RadGrid1.MasterTableView.ExportToExcel(). I am using MS office 2010.There is a weird thing in excel file. The time format of some rows are AM/PM and others are not (24 hours). In the radgrid, all rows are AM/PM format and are displayed correctly. But why in the exported excel file, some rows are not AM/PM? Thanks.
york
Top achievements
Rank 1
 answered on 21 Dec 2011
1 answer
128 views
Do you have an example on how to use radupload or a fileupload inside a RadPanelBar/ RadPanelItem.

I need to get the filename uploaded using Radupload on server side code...

Thanks.
Princy
Top achievements
Rank 2
 answered on 21 Dec 2011
4 answers
168 views
Hi,
I try to export radgrid to excel with RadGrid1.MasterTableView.ExportToExcel(). I am using MS office 2010. Before excel is opened, it always popups a warning that says the file format is not correct. It seems that ExportToExcel() creates a .xls file, while excel 2010 default is .xlsx file. I wonder if there is way for ExportToExcel() to generate a .xls file. Thanks.
york
Top achievements
Rank 1
 answered on 21 Dec 2011
3 answers
171 views
I am exporting to Excel from radGrid and three different things I can not figure out. And I was hoping someone had some insight.

1. I want to style the headers of the columns, how do you do this?
2. I want to put an image in the top left of the Excel sheet, is this possible?
3. I want to show grid lines in the Excel instead of a white background. But only in Excel not the grid.

I'm able to get the normal data styled using this:

protected void RadGrid1_ExportCellFormatting(object sender, ExportCellFormattingEventArgs e)
{
 GridDataItem item1 = e.Cell.Parent as GridDataItem;
 if (e.FormattedColumn.UniqueName == "UniqueName")
 {
   TableCell cell = item["UniqueName"];
   cell.Style["background-color"] = "Red";
 }
}

Thanks for any help, I'm pretty stuck.
Jayesh Goyani
Top achievements
Rank 2
 answered on 21 Dec 2011
9 answers
266 views
I am trying to reproduce the functionality as posted in the article below for an older version of the controls. I am using VB for this project and not C#, but was able to convert the code since I know both languages. However I suspect that the problem is with the actual responsescript. I have spent two days working on this solution, your assistance is appreciated. I am using RadControls for ASPNET AJAX Q3 2008

http://www.telerik.com/community/forums/aspnet/grid/two-depended-combobox-in-template-form.aspx

I am unable to use responsescripts for the grid, and have used the AjaxPanel to add the responsescripts as suggested in some articles I have read. The responsescripts get added to the panel (I have stepped through the code and know the lines are executing), but the javascript call to the firstcombo, secondcombo throws and error, firstcombo is undefined, when the page loads. I made modifications to the responsescript replacing window with $find as below:

 

Dim responseScript As String = String.Format("var secondCombo = $find['{0}'];var firstCombo = $find['{1}'];SecondComboInitialize();", e.Item.FindControl("cboActiveNormDoc").ClientID, e.Item.FindControl("cboNormDocStatus").ClientID)

 

Shinu
Top achievements
Rank 2
 answered on 21 Dec 2011
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?