This is a migrated thread and some comments may be shown as answers.

ExcelML problem with GridDropDownColumn

3 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marek Svrcina
Top achievements
Rank 1
Marek Svrcina asked on 25 Feb 2009, 11:06 AM

<telerik:GridDropDownColumn DataField="id_zeme" HeaderText="Zeme" ListDataMember="typZeme"

ListTextField="nazev_zeme" ListValueField="id_zeme" UniqueName="id_zeme">

</telerik:GridDropDownColumn>

 

p_RadGrid.ExportSettings.ExportOnlyData = true;

p_RadGrid.ExportSettings.IgnorePaging = true;

p_RadGrid.ExportSettings.OpenInNewWindow = true;

 p_RadGrid.ExportSettings.FileName = p_Nazev;

This code is running in ASP. NET --> finish in Excel is ListTextField (I have version RadGrid_5_1_5_dev.exe)
no in ASP.NET AJAX  --> finish in Excel is ListValueField (I have version RadControls_for_ASP.NET_AJAX_2008_3_1314_dev.exe)

It's OK ?

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 25 Feb 2009, 12:00 PM
Hello Marek,

Do you have another column with the same DataField - id_zeme?

Regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Marek Svrcina
Top achievements
Rank 1
answered on 26 Feb 2009, 06:27 AM
I Haven't another column with the same DataField - id_zeme
I have "id_zeme" only in tag 


<
EditFormSettings EditFormType="Template">

 

 

<FormTemplate> ...
<asp:DropDownList runat="server" ID="cmbZeme" DataTextField="nazev_zeme"

 

 

 

 

CssClass="editEdit" Width ="153px"

 

 

 

 

DataValueField="id_zeme" DataMember="typZeme">

 

 

 

 

</asp:DropDownList>

 

 

 

 

 

0
Daniel
Telerik team
answered on 02 Mar 2009, 09:55 AM
Hello Marek,

Please isolate the problem in a simplified runnable project and send it attached to formal support ticket. In this way we will be able to examine you approach locally and then provide more-to-the-point answer.

Appreciate your cooperation.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Marek Svrcina
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Marek Svrcina
Top achievements
Rank 1
Share this question
or