Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
366 views
Hai

I am exporting a grid with minimum 5 Columns. Two of these columns are having number data an they are aligned to right. When i am exporting the grid to excel the numbers are aligned to right. But in case of word and pdf the values are aligned at the left. How can i align this number values to right in PDF and Word?


Thanks
Lakshmi Thangaraj
Top achievements
Rank 1
 answered on 11 Feb 2011
12 answers
249 views
I am adding the rows to the hierarchical grid programmatically from a collection. Can I edit the rows in the detail table in-line? do you have any examples?

Raja
RJ
Top achievements
Rank 1
 answered on 11 Feb 2011
2 answers
64 views

Hi, 

I have a grid data of which is loaded during Page_Load. And I have also DetailTables with telerik:GridTableView which gets data from DB when the row is expanded. It works, but one thing is it the Page goes to top when the child table is loaded, I want it to stay showing expanded row. How  to resolve it?

And how to add select button in child table?

tnx

Kanat
Top achievements
Rank 1
 answered on 11 Feb 2011
4 answers
106 views
Hi,
if my parent id is 0 for root level,how can i specify treelist1.filterexpression =0..is this option is available in tree list?
zxp
Top achievements
Rank 1
 answered on 11 Feb 2011
2 answers
73 views
Hello, I have a RadGrid inside a RadPageView. The RadGrid is using a formtemplate for editing. Before the update to 2010 Q3 (December) the OnUpdateCommands were working perfectly. After the update clicking on the templates update button closes the edit form but the OnUpdateCommand handler is never called.

There are other RadGrids with FormTempaltes in our application that are contained inside a RadPanel item that were working correctly after the update. RadPageView -> RadPanelItem -> RadGrid

I was able to rollback to the previous version of the Telerik dlls and the application worked properly again. I have confirmed this issue on two separate machines.

Is anyone else seeing this issue?

Thanks,
Chris
Chris
Top achievements
Rank 1
 answered on 10 Feb 2011
4 answers
285 views
Hello All,

I have requirement to refresh the RADGrid after user download the selection. So i have first column as checkboxes and users selects those checkbox and as per the selection code gets the document and gives it for download to user.


                        Response.ContentType = "text/plain";
                        Response.AddHeader("Content-Disposition", "attachment;filename=" + FileName);
                        Response.ClearContent();
                        Response.Buffer = true;
                        Response.Write(objBuilder.ToString());
                        Response.End();


So now i have to remove the selection after download and make those records of RADGrid with different color to indicate that record is already downloaded. how i can do that ?

Thanks in advance.
Daniel
Telerik team
 answered on 10 Feb 2011
1 answer
188 views

I'm having a little issue I can't seem to figure out. I have a bar chart with 2 series that I am adding programmatically. I’m using the vista skin and when the chart renders the first series bar has a black border but the second series doesn’t.

I can’t find how to turn the border off for the first series. Any suggestions would be appreciated. 

Robert Verderber
Top achievements
Rank 2
 answered on 10 Feb 2011
1 answer
176 views
I need to set RadComboBox SelectedValue property with URL parameter value:

ComboBox OnLoad event:
someComboBox.DataSource = GetDataList();
someComboBox.DataBind();

ComboBox OnDataBound event:
someComboBox.ClearSelection();
someComboBox.Text = string.Empty;
someComboBox.SelectedValue = valueFromUrlParameter;

After page loads ComboBox is populated with data from GetDataList(), but selected value is first item in the list. It is intersting if i step through these methods in debugging mode, then value is correctly selected.
Kalina
Telerik team
 answered on 10 Feb 2011
1 answer
67 views
I need to set RadComboBox SelectedValue property with URL parameter value:

ComboBox OnLoad event:
someComboBox.DataSource = GetDataList();
someComboBox.DataBind();

ComboBox OnDataBound event:
someComboBox.ClearSelection();
someComboBox.Text = string.Empty;
someComboBox.SelectedValue = valueFromUrlParameter;

After page loads ComboBox is populated with data from GetDataList(), but selected value is first item in the list. It is intersting if i step through these methods in debugging mode, then value is correctly selected.
Kalina
Telerik team
 answered on 10 Feb 2011
1 answer
181 views
Hi, I have 2 combox box on Load on demand. 
The first one is in Autopostback mode cause when an item is selected, the second combo box is loaded on demand thanks to the selected value of the first combobx. It works perfectlly.

Nevertheless, when an another item is selected in the first combobox, I want to "erase" the selected item of the second combobox.

I tried to use item.selected.remove(), but the selected item persists in search field. Is there a trouble with the removing option when a combobox is loaded on demand? I also tried to count the number of the second combo box but it returns 0.

Thanks a lot for helping.
Kalina
Telerik team
 answered on 10 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?