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

[Solved] RadGrid Copy and paste issues

1 Answer 240 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Samnang
Top achievements
Rank 1
Samnang asked on 11 Sep 2009, 06:00 PM
Hi,

I currently am using WebBlue as RadGrid's theme and below are the issues I found

1. Even though I set AllowMultiRowSelection="false" and <Selecting AllowRowSelect="false" />, but I still see highlight row selection. I want to remove hightlighted row selection after clicking on any row. How can I do that?
2. I want to select individual/multiple grid's cells in grid but turns out that the whole row is selected and it does not do any copy when I do CTRL+C and CTRL + V into Excel Spreadsheet.
3. How do I maintain Datetime format after pasting into Excel spreadsheet.

Thanks,
Sam

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 12 Sep 2009, 07:44 AM
Hi Samnag,

1. Grid row selection will be enabled only once you set the AllowRowSelect property to true. Can you check in the code behind whether you have written any code to select the row on the server side.

2. Here is a help article which explains how to achieve cell selection in RadGrid. Go through it and see if it helps.

Thanks
Shinu
Tags
Grid
Asked by
Samnang
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or