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

GridView 08/1 Bugs(?)

3 Answers 89 Views
GridView
This is a migrated thread and some comments may be shown as answers.
erwin
Top achievements
Rank 1
Veteran
Iron
erwin asked on 10 May 2008, 04:47 PM
I'm playing around with Grid View 2008 and grouping, maybe I didn't understand the concepts yet but these are some of the problems I have:

After setting up the GridView with pre-set grouping, if the User changes the grouping, there are no longer any default group headers.

When loading directly from a Database Reader like this:

resultsRadGridView.MasterGridViewTemplate.LoadFrom(cmd.ExecuteReader());

Grouping does not work correctly.

After playing around with grouping, especially when placing two columns on the same level in the group panel, the group headers suddenly do no longer display correctly

When dragging a column from the group panel back to the header area, its size is extremely small and difficult to resize

Filtering does not work when grid is read only.

Context menu shows impossible tasks like "edit", when the grid is read only.



 

3 Answers, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 12 May 2008, 11:19 AM
Hello erwin,

Thank you for your feedback.

Please, excuse us for the inconvenience. We have updated your Telerik points for the suggestions. We will address most of them in Service Pack 1 due by the end of this week.

I could not reproduce the following issue: "When dragging a column from the group panel back to the header area, its size is extremely small and difficult to resize". Please, could you describe in more details the situation in which it appears. Sending us a sample application that reproduces the issue will help us investigate it faster.

Do not hesitate to write us if you have other questions.

Best wishes,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
erwin
Top achievements
Rank 1
Veteran
Iron
answered on 12 May 2008, 01:40 PM

Hey, thanks for the quick respone, I'm looking forward to SP1.

The very small column header happens, when i first set up grouping programmatically
        grid.MasterGridViewTemplate.GroupByExpressions.Add("SoftwareCategoryName Group By SoftwareCategoryName ASC");
        grid.MasterGridViewTemplate.GroupByExpressions.Add("SoftwarePackageName Group By SoftwarePackageName ASC");

if (grid.MasterGridViewTemplate.Groups.Count > 0)
{
     grid.MasterGridViewTemplate.Groups[0].Expand = true;
}

and then drag one of the group by headers from the grouping panel back to the column header line.

Grid's AutoColumnSizeMode set to Fill.

Erwin
0
Accepted
Jack
Telerik team
answered on 12 May 2008, 03:44 PM
Hello erwin,

Thank you for this clarification.

I managed to reproduce the issue locally. It will be addressed in the upcoming Q1 2008 Service Pack 1, to be released before the end of the week. Let me know, if I can help you further.

Best wishes,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
erwin
Top achievements
Rank 1
Veteran
Iron
Answers by
Jack
Telerik team
erwin
Top achievements
Rank 1
Veteran
Iron
Share this question
or