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

groupDescriptor row is blank

10 Answers 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yuxiao
Top achievements
Rank 1
Yuxiao asked on 21 Sep 2012, 01:25 AM
Hi,
     When I use the grid view to show some data, I met some trouble.
     If the grid view has 400+ rows and 400+ columns, the group descriptor row is always blank.
     Do you have some suggestion?

10 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 21 Sep 2012, 05:27 AM
Hello,

 Can you attach a screenshot?

Greetings,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Yuxiao
Top achievements
Rank 1
answered on 21 Sep 2012, 06:05 AM
0
Vlad
Telerik team
answered on 21 Sep 2012, 06:16 AM
Hi,

 Can you post more info about the grid version? Is it our latest official Q2 2012 SP2 (2012.2 912)?

Regards,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Yuxiao
Top achievements
Rank 1
answered on 21 Sep 2012, 06:20 AM
My version is 2012.2.607
0
Vlad
Telerik team
answered on 21 Sep 2012, 06:40 AM
Hi,

 This version is our Q2 2012. Can you send us an example project (via support ticket) where we can reproduce the problem?

All the best,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Yuxiao
Top achievements
Rank 1
answered on 21 Sep 2012, 07:05 AM
Hi,
    I found when I  added more than 350 columns into the grid view columns, this condition would occur.
   

   Here is a pick of my code.    
    foreach (String dateString in dataStrings)
   {
        GridView.Columns.Add(new GridViewDataColumn
                                             {
                                                   UniqueName = dateString,
                                                   Header = dateString
                                                   CellStyleSelector = styleSelector
                                             }
                                             );
   }

    GroupDescriptor groupDescriptor = new GroupDescriptor();
    groupDescriptor.Member = "Flag";
    GridView.GroupDescriptors.Add(groupDescriptor);
   

   I just use very easy function. But the amount of binding data is huge.(more than 400 * 400)
0
Vlad
Telerik team
answered on 24 Sep 2012, 05:59 AM
Hello,

 Please open support ticket and send us an example project where we can reproduce the problem. 

Greetings,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Vlad
Telerik team
answered on 25 Sep 2012, 06:17 AM
Hi,

 I've checked your project however I was not able to run it due to missing data and security problems with your data service. I've noticed however that RadGridView in your case in inside Silverlight Toolkit expander and as far as I know this component will measure child control with infinity. Can you try RadGridView outside this expander in your case to see what will be the result? 

Kind regards,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Yuxiao
Top achievements
Rank 1
answered on 25 Sep 2012, 08:14 AM
Hi, Vlad

I've tried and it doesn't work.
0
Vlad
Telerik team
answered on 25 Sep 2012, 08:24 AM
Hi,

 In this case can you send us runnable demo where we can reproduce the problem? There is no need to have data services or data base connections - just a in-memory mock of your data.

Regards,
Vlad
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

Tags
GridView
Asked by
Yuxiao
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Yuxiao
Top achievements
Rank 1
Share this question
or